diff options
Diffstat (limited to 'Zend/tests/exception_005.phpt')
-rw-r--r-- | Zend/tests/exception_005.phpt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Zend/tests/exception_005.phpt b/Zend/tests/exception_005.phpt index 45a9269605..e52b907ac3 100644 --- a/Zend/tests/exception_005.phpt +++ b/Zend/tests/exception_005.phpt @@ -9,4 +9,7 @@ throw new a(); ?> --EXPECTF-- -Fatal error: Cannot instantiate interface a in %s on line %d +Fatal error: Uncaught exception 'EngineException' with message 'Cannot instantiate interface a' in %s:%d +Stack trace: +#0 {main} + thrown in %s on line %d |