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