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