diff options
Diffstat (limited to 'Zend/tests/exception_handler_002.phpt')
-rw-r--r-- | Zend/tests/exception_handler_002.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/exception_handler_002.phpt b/Zend/tests/exception_handler_002.phpt index 7dfbb38fd1..5fd018f32c 100644 --- a/Zend/tests/exception_handler_002.phpt +++ b/Zend/tests/exception_handler_002.phpt @@ -20,7 +20,7 @@ echo "Done\n"; --EXPECTF-- string(12) "test thrown!" -Fatal error: Uncaught exception 'Exception' in %sexception_handler_002.php:7 +Fatal error: Uncaught Exception in %sexception_handler_002.php:7 Stack trace: #0 [internal function]: foo(Object(test)) #1 {main} |