diff options
Diffstat (limited to 'Zend/tests/methods-on-non-objects.phpt')
-rw-r--r-- | Zend/tests/methods-on-non-objects.phpt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Zend/tests/methods-on-non-objects.phpt b/Zend/tests/methods-on-non-objects.phpt index baf9e1c8c7..803de1cffa 100644 --- a/Zend/tests/methods-on-non-objects.phpt +++ b/Zend/tests/methods-on-non-objects.phpt @@ -9,4 +9,7 @@ echo "Should not get here!\n"; ?> --EXPECTF-- -Fatal error: Call to a member function method() on null in %s on line %d +Fatal error: Uncaught exception 'EngineException' with message 'Call to a member function method() on null' in %s:%d +Stack trace: +#0 {main} + thrown in %s on line %d |