Skip to content

Commit

Permalink
Merge branch 'PHP-7.1'
Browse files Browse the repository at this point in the history
* PHP-7.1:
  Make it slower
  • Loading branch information
laruence committed Feb 15, 2017
2 parents 49dca87 + 8d94d5d commit 41bd208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Zend/tests/bug74093.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ max_execution_time=1
hard_timeout=1
--FILE--
<?php
$a1 = range(1, 100000);
$a1 = range(1, 1000000);
$a2 = range(100000, 999999);
array_intersect($a1, $a2);
?>
Expand Down

0 comments on commit 41bd208

Please sign in to comment.