]> granicus.if.org Git - php/commitdiff
make test slower again
authorRemi Collet <remi@php.net>
Tue, 28 Feb 2017 10:36:24 +0000 (11:36 +0100)
committerRemi Collet <remi@php.net>
Tue, 28 Feb 2017 10:36:24 +0000 (11:36 +0100)
Zend/tests/bug74093.phpt

index 22c78a6760da5eb4c62c19b74494b3ff27ffede5..7f20285805bfa6d489a5788b32366c911f678f9e 100644 (file)
@@ -1,20 +1,20 @@
---TEST--\r
-Bug #74093 (Maximum execution time of n+2 seconds exceed not written in error_log)\r
---SKIPIF--\r
-<?php\r
-if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");\r
-if (PHP_ZTS) die("skip only for no-zts build");\r
-if (substr(PHP_OS, 0, 3) == 'WIN') die("skip not for Windows");\r
-?>\r
---INI--\r
-memory_limit=1G\r
-max_execution_time=1\r
-hard_timeout=1\r
---FILE--\r
-<?php\r
-$a1 = range(1, 1000000);\r
-$a2 = range(100000, 999999);\r
-array_intersect($a1, $a2);\r
-?>\r
---EXPECTF--\r
-Fatal error: Maximum execution time of 1+1 seconds exceeded %s\r
+--TEST--
+Bug #74093 (Maximum execution time of n+2 seconds exceed not written in error_log)
+--SKIPIF--
+<?php
+if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
+if (PHP_ZTS) die("skip only for no-zts build");
+if (substr(PHP_OS, 0, 3) == 'WIN') die("skip not for Windows");
+?>
+--INI--
+memory_limit=1G
+max_execution_time=1
+hard_timeout=1
+--FILE--
+<?php
+$a1 = range(1, 1000000);
+$a2 = range(100000, 1999999);
+array_intersect($a1, $a2);
+?>
+--EXPECTF--
+Fatal error: Maximum execution time of 1+1 seconds exceeded %s