mirror of
https://github.com/php/php-src.git
synced 2024-11-28 04:14:26 +08:00
Fix some missed tests
This commit is contained in:
parent
103bf7eda0
commit
77cf6d81b4
@ -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--
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user