diff options
Diffstat (limited to 'Zend/tests/bug63173.phpt')
-rw-r--r-- | Zend/tests/bug63173.phpt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Zend/tests/bug63173.phpt b/Zend/tests/bug63173.phpt index 36ebf203d2..34d3d6e7d7 100644 --- a/Zend/tests/bug63173.phpt +++ b/Zend/tests/bug63173.phpt @@ -9,4 +9,7 @@ $callback(); ?> --EXPECTF-- -Fatal error: Array callback has to contain indices 0 and 1 in %s on line %d +Fatal error: Uncaught exception 'EngineException' with message 'Array callback has to contain indices 0 and 1' in %s:%d +Stack trace: +#0 {main} + thrown in %s on line %d |