summaryrefslogtreecommitdiff
path: root/Zend/tests/bug74408.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/bug74408.phpt')
-rw-r--r--Zend/tests/bug74408.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/bug74408.phpt b/Zend/tests/bug74408.phpt
index c0cf2f87ca..d530265d77 100644
--- a/Zend/tests/bug74408.phpt
+++ b/Zend/tests/bug74408.phpt
@@ -13,7 +13,7 @@ error_reporting = E_ALL | E_DEPRECATED | E_STRICT
$bla = new NonExistingClass2();
}
- public function exception_handler(Error $e) {
+ public function exception_handler(Error $e) {
echo "Caught, exception: " . $e->getMessage();
}
}