diff options
Diffstat (limited to 'Zend/tests/bug43344_12.phpt')
-rw-r--r-- | Zend/tests/bug43344_12.phpt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Zend/tests/bug43344_12.phpt b/Zend/tests/bug43344_12.phpt index 4d1e154f31..1d14d4b40b 100644 --- a/Zend/tests/bug43344_12.phpt +++ b/Zend/tests/bug43344_12.phpt @@ -8,4 +8,8 @@ function f($a=array(namespace\bar)) { echo f()."\n"; ?> --EXPECTF-- -Fatal error: Undefined constant 'bar' in %sbug43344_12.php on line %d +Fatal error: Uncaught exception 'EngineException' with message 'Undefined constant 'bar'' in %sbug43344_12.php:%d +Stack trace: +#0 %s(%d): f() +#1 {main} + thrown in %sbug43344_12.php on line %d |