summaryrefslogtreecommitdiff
path: root/Zend/tests/try_finally_001.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/try_finally_001.phpt')
-rw-r--r--Zend/tests/try_finally_001.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/try_finally_001.phpt b/Zend/tests/try_finally_001.phpt
index 0f740872c2..33744d064c 100644
--- a/Zend/tests/try_finally_001.phpt
+++ b/Zend/tests/try_finally_001.phpt
@@ -15,7 +15,7 @@ foo("finally");
--EXPECTF--
string(7) "finally"
-Fatal error: Uncaught exception 'Exception' with message 'ex' %s
+Fatal error: Uncaught Exception: ex %s
Stack trace:
#0 %stry_finally_001.php(%d): foo('finally')
#1 {main}