summaryrefslogtreecommitdiff
path: root/Zend/tests/try_finally_003.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/try_finally_003.phpt')
-rw-r--r--Zend/tests/try_finally_003.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/try_finally_003.phpt b/Zend/tests/try_finally_003.phpt
index c1294911bd..b0fee7c6d7 100644
--- a/Zend/tests/try_finally_003.phpt
+++ b/Zend/tests/try_finally_003.phpt
@@ -20,7 +20,7 @@ foo();
?>
--EXPECTF--
1234
-Fatal error: Uncaught exception 'Exception' with message 'ex' %s
+Fatal error: Uncaught Exception: ex %s
Stack trace:
#0 %stry_finally_003.php(%d): foo()
#1 {main}