bug71020.phpt 337 B

123456789101112131415
  1. --TEST--
  2. Bug #71020 (Use after free in Collator::sortWithSortKeys)
  3. --EXTENSIONS--
  4. intl
  5. --FILE--
  6. <?php
  7. $var_3=new Collator("Whatever");
  8. for($x=0;$x<0xbb;$x++)
  9. $myarray[substr(md5(microtime()),rand(0,26),9) . strval($x)]= substr(md5(microtime()),rand(0,26),9) . strval($x);
  10. $var_3->sortWithSortKeys($myarray);
  11. ?>
  12. okey
  13. --EXPECT--
  14. okey