diff options
Diffstat (limited to 'Zend/tests/call_static_004.phpt')
-rw-r--r-- | Zend/tests/call_static_004.phpt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Zend/tests/call_static_004.phpt b/Zend/tests/call_static_004.phpt index 5af33ef45b..09d28dd371 100644 --- a/Zend/tests/call_static_004.phpt +++ b/Zend/tests/call_static_004.phpt @@ -18,4 +18,7 @@ foo::$a(); --EXPECTF-- string(3) "AaA" -Fatal error: Function name must be a string in %s on line %d +Fatal error: Uncaught exception 'EngineException' with message 'Function name must be a string' in %s:%d +Stack trace: +#0 {main} + thrown in %s on line %d |