summaryrefslogtreecommitdiff
path: root/Zend/tests/error_reporting02.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/error_reporting02.phpt')
-rw-r--r--Zend/tests/error_reporting02.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Zend/tests/error_reporting02.phpt b/Zend/tests/error_reporting02.phpt
index c76c5b54c8..5caf265d76 100644
--- a/Zend/tests/error_reporting02.phpt
+++ b/Zend/tests/error_reporting02.phpt
@@ -9,12 +9,12 @@ function foo($arg) {
}
function bar() {
- error_reporting(E_ALL);
- throw new Exception("test");
+ error_reporting(E_ALL);
+ throw new Exception("test");
}
try {
- @foo(@bar());
+ @foo(@bar());
} catch (Exception $e) {
}