summaryrefslogtreecommitdiff
path: root/Zend/tests/bug50005.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/bug50005.phpt')
-rw-r--r--Zend/tests/bug50005.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Zend/tests/bug50005.phpt b/Zend/tests/bug50005.phpt
index 2ed055a129..8b3817cd5f 100644
--- a/Zend/tests/bug50005.phpt
+++ b/Zend/tests/bug50005.phpt
@@ -4,9 +4,9 @@ Bug #50005 (Throwing through Reflection modified Exception object makes segmenta
<?php
class a extends exception {
- public function __construct() {
- $this->file = null;
- }
+ public function __construct() {
+ $this->file = null;
+ }
}
throw new a;