diff options
author | Aaron Piotrowski <aaron@trowski.com> | 2015-06-15 08:20:30 -0500 |
---|---|---|
committer | Aaron Piotrowski <aaron@trowski.com> | 2015-06-15 08:20:30 -0500 |
commit | 77cf6d81b46ef1378c9b431c17566c65deb7b79b (patch) | |
tree | a82eb0b468ec2c0f3989b6b578178b2e71e6bac2 | |
parent | 103bf7eda084688139e121ec052dc9b7469e1a63 (diff) | |
download | php-git-77cf6d81b46ef1378c9b431c17566c65deb7b79b.tar.gz |
Fix some missed tests
-rw-r--r-- | Zend/tests/bug69788.phpt | 2 | ||||
-rw-r--r-- | ext/opcache/tests/optimize_func_calls.phpt | 2 | ||||
-rw-r--r-- | ext/simplexml/tests/SimpleXMLElement_xpath_3.phpt | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/Zend/tests/bug69788.phpt b/Zend/tests/bug69788.phpt index e48486625f..63dd42d451 100644 --- a/Zend/tests/bug69788.phpt +++ b/Zend/tests/bug69788.phpt @@ -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-- diff --git a/ext/opcache/tests/optimize_func_calls.phpt b/ext/opcache/tests/optimize_func_calls.phpt index 3f795f5fc6..eee21b557c 100644 --- a/ext/opcache/tests/optimize_func_calls.phpt +++ b/ext/opcache/tests/optimize_func_calls.phpt @@ -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 diff --git a/ext/simplexml/tests/SimpleXMLElement_xpath_3.phpt b/ext/simplexml/tests/SimpleXMLElement_xpath_3.phpt index e2997f19d1..8ed2143285 100644 --- a/ext/simplexml/tests/SimpleXMLElement_xpath_3.phpt +++ b/ext/simplexml/tests/SimpleXMLElement_xpath_3.phpt @@ -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 |