diff options
Diffstat (limited to 'Zend/tests/class_alias_020.phpt')
-rw-r--r-- | Zend/tests/class_alias_020.phpt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Zend/tests/class_alias_020.phpt b/Zend/tests/class_alias_020.phpt index e2c7d9245e..a29f90c77d 100644 --- a/Zend/tests/class_alias_020.phpt +++ b/Zend/tests/class_alias_020.phpt @@ -30,4 +30,7 @@ object(foo\foo)#1 (0) { object(foo\bar\foo)#2 (0) { } -Fatal error: Class 'foo\bar' not found in %s on line %d +Fatal error: Uncaught exception 'EngineException' with message 'Class 'foo\bar' not found' in %s:%d +Stack trace: +#0 {main} + thrown in %s on line %d |