com php-src: Fixed test: Zend/tests/bug74093.phpt
[email protected] (Xinchen Hui)
| Newsgroups | php.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: dad5281a8995931d0a1b454b2d5509524574f0cd Author: Xinchen Hui <[email protected]> Wed, 15 Feb 2017 14:49:02 +0800 Parents: 6767ef05a54ca1afbc7d5fa679250d68ce90fa71 Branches: PHP-7.1 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=dad5281a8995931d0a1b454b2d5509524574f0cd Log: Fixed test Changed paths: M Zend/tests/bug74093.phpt Diff: diff --git a/Zend/tests/bug74093.phpt b/Zend/tests/bug74093.phpt index 91b4981..b4c41c9 100644 --- a/Zend/tests/bug74093.phpt +++ b/Zend/tests/bug74093.phpt @@ -15,4 +15,4 @@ $a2 = range(100000, 999999); array_intersect($a1, $a2); ?> --EXPECTF-- -Fatal error: Maximum execution time of 1+1 seconds exceeded (terminated) in %sbug74093.php on line %d +Fatal error: Maximum execution time of 1+1 seconds exceeded %s