summaryrefslogtreecommitdiff
path: root/Zend/tests/bug53511.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/bug53511.phpt')
-rw-r--r--Zend/tests/bug53511.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Zend/tests/bug53511.phpt b/Zend/tests/bug53511.phpt
index 88f0cbe8f4..0075655428 100644
--- a/Zend/tests/bug53511.phpt
+++ b/Zend/tests/bug53511.phpt
@@ -20,12 +20,12 @@ function test() {
test();
echo "bug\n";
--EXPECTF--
-Fatal error: Uncaught exception 'Exception' with message 'ops 2' in %sbug53511.php:11
+Fatal error: Uncaught Exception: ops 2 in %sbug53511.php:11
Stack trace:
#0 %sbug53511.php(17): test()
#1 {main}
-Next exception 'Exception' with message 'ops 1' in %sbug53511.php:4
+Next Exception: ops 1 in %sbug53511.php:4
Stack trace:
#0 %sbug53511.php(12): Foo->__destruct()
#1 %sbug53511.php(17): test()