diff options
Diffstat (limited to 'Zend/tests/bug65784.phpt')
-rw-r--r-- | Zend/tests/bug65784.phpt | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/Zend/tests/bug65784.phpt b/Zend/tests/bug65784.phpt index c079b3d282..663ea95761 100644 --- a/Zend/tests/bug65784.phpt +++ b/Zend/tests/bug65784.phpt @@ -57,8 +57,13 @@ $bar = foo3(); string(9) "not catch" NULL -Fatal error: Uncaught Error: Class 'NotExists' not found in %sbug65784.php:%d +Fatal error: Uncaught Exception: not catched in %sbug65784.php:42 Stack trace: -#0 %s(%d): foo3() +#0 %sbug65784.php(52): foo3() #1 {main} - thrown in %sbug65784.php on line %d + +Next Error: Class 'NotExists' not found in %sbug65784.php:46 +Stack trace: +#0 %sbug65784.php(52): foo3() +#1 {main} + thrown in %sbug65784.php on line 46 |