We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eca83d2 + 486c09c commit bc8a95eCopy full SHA for bc8a95e
Zend/tests/bug74093.phpt
@@ -1,5 +1,6 @@
1
--TEST--
2
Bug #74093 (Maximum execution time of n+2 seconds exceed not written in error_log)
3
+--FLAKY--
4
--SKIPIF--
5
<?php
6
if (!getenv('RUN_RESOURCE_HEAVY_TESTS')) die('skip resource-heavy test');
@@ -13,8 +14,8 @@ max_execution_time=1
13
14
hard_timeout=1
15
--FILE--
16
-$a1 = range(1, 2000000);
17
-$a2 = range(100000, 2999999);
+$a1 = range(1, 3000000);
18
+$a2 = range(100000, 3999999);
19
array_intersect($a1, $a2);
20
?>
21
--EXPECTF--
0 commit comments