]> granicus.if.org Git - php/commitdiff
Fix some missed tests
authorAaron Piotrowski <aaron@trowski.com>
Mon, 15 Jun 2015 13:20:30 +0000 (08:20 -0500)
committerAaron Piotrowski <aaron@trowski.com>
Mon, 15 Jun 2015 13:20:30 +0000 (08:20 -0500)
Zend/tests/bug69788.phpt
ext/opcache/tests/optimize_func_calls.phpt
ext/simplexml/tests/SimpleXMLElement_xpath_3.phpt

index e48486625f5393749002d1de9819febeba9cecae..63dd42d4511102c559fcc6f2e58ba1e8bd88340f 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Bug #69788: Malformed script causes Uncaught EngineException in php-cgi, valgrind SIGILL
+Bug #69788: Malformed script causes Uncaught Error in php-cgi, valgrind SIGILL
 --FILE--
 <?php [t.[]]; ?>
 --EXPECTF--
index 3f795f5fc6f0a005a85539458646c7917f480581..eee21b557cbf94ca4f341834b7fdbd0292bdf671 100644 (file)
@@ -127,7 +127,7 @@ Array
 string(7) "changed"
 string(7) "changed"
 
-Fatal error: Uncaught EngineException: Cannot pass parameter 1 by reference in %soptimize_func_calls.php:%d
+Fatal error: Uncaught Error: Cannot pass parameter 1 by reference in %soptimize_func_calls.php:%d
 Stack trace:
 #0 {main}
   thrown in %soptimize_func_calls.php on line %d
index e2997f19d1b2c05c792a9519e3b01b7f110935b3..8ed21432852c8252b6a98238f198c7783cc01ee9 100644 (file)
@@ -15,7 +15,7 @@ Notice: Undefined variable: x in %s on line %d
 
 Warning: simplexml_load_string() expects parameter 3 to be integer, float given in %s on line %d
 
-Fatal error: Uncaught EngineException: Call to a member function xpath() on null in %s:%d
+Fatal error: Uncaught Error: Call to a member function xpath() on null in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d