diff options
Diffstat (limited to 'Zend/tests/bug35017.phpt')
-rw-r--r-- | Zend/tests/bug35017.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/bug35017.phpt b/Zend/tests/bug35017.phpt index 3cd28a3755..9944df55e0 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 caught\n"; } function errorHandler($errno, $errstr, $errfile, $errline, $vars) { |