summaryrefslogtreecommitdiff
path: root/ext/intl/tests/bug71020.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/intl/tests/bug71020.phpt')
-rw-r--r--ext/intl/tests/bug71020.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/intl/tests/bug71020.phpt b/ext/intl/tests/bug71020.phpt
index 368d967efd..9f9b8eede3 100644
--- a/ext/intl/tests/bug71020.phpt
+++ b/ext/intl/tests/bug71020.phpt
@@ -4,7 +4,7 @@ Bug #71020 (Use after free in Collator::sortWithSortKeys)
<?php if( !extension_loaded( 'intl' ) ) print 'skip'; ?>
--FILE--
<?php
-
+
$var_3=new Collator("Whatever");
for($x=0;$x<0xbb;$x++)
$myarray[substr(md5(microtime()),rand(0,26),9) . strval($x)]= substr(md5(microtime()),rand(0,26),9) . strval($x);