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