Fix some missed tests

This commit is contained in:
Aaron Piotrowski 2015-06-15 08:20:30 -05:00
parent 103bf7eda0
commit 77cf6d81b4
3 changed files with 3 additions and 3 deletions

View 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--

View 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

View 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