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