diff options
Diffstat (limited to 'Zend/tests/exception_015.phpt')
-rw-r--r-- | Zend/tests/exception_015.phpt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Zend/tests/exception_015.phpt b/Zend/tests/exception_015.phpt index 033848950e..f4db02aa40 100644 --- a/Zend/tests/exception_015.phpt +++ b/Zend/tests/exception_015.phpt @@ -14,4 +14,7 @@ $s[] = "D"; --EXPECTF-- Exception: [] operator not supported for strings in %sexception_015.php on line %d -Fatal error: [] operator not supported for strings in %sexception_015.php on line %d +Fatal error: Uncaught exception 'EngineException' with message '[] operator not supported for strings' in %sexception_015.php:%d +Stack trace: +#0 {main} + thrown in %sexception_015.php on line %d |