summaryrefslogtreecommitdiff
path: root/Zend/tests/bug35017.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/bug35017.phpt')
-rw-r--r--Zend/tests/bug35017.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/bug35017.phpt b/Zend/tests/bug35017.phpt
index 0a89d23aa1..46b2487a62 100644
--- a/Zend/tests/bug35017.phpt
+++ b/Zend/tests/bug35017.phpt
@@ -10,7 +10,7 @@ try {
echo "0\n";
}
echo "?\n";
-} catch(Exception $e) {
+} catch(Exception $e) {
echo "This Exception should be catched\n";
}
function errorHandler($errno, $errstr, $errfile, $errline, $vars) {