summaryrefslogtreecommitdiff
path: root/Zend/tests/exception_handler_003.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/exception_handler_003.phpt')
-rw-r--r--Zend/tests/exception_handler_003.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/exception_handler_003.phpt b/Zend/tests/exception_handler_003.phpt
index 137a6cabb4..7e1636a0cf 100644
--- a/Zend/tests/exception_handler_003.phpt
+++ b/Zend/tests/exception_handler_003.phpt
@@ -20,5 +20,5 @@ throw new Exception();
echo "Done\n";
?>
---EXPECTF--
+--EXPECTF--
string(17) "Exception thrown!"