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