summaryrefslogtreecommitdiff
path: root/Zend/tests/bug32596.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/bug32596.phpt')
-rw-r--r--Zend/tests/bug32596.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/bug32596.phpt b/Zend/tests/bug32596.phpt
index 2dd0cfe9f0..287495d150 100644
--- a/Zend/tests/bug32596.phpt
+++ b/Zend/tests/bug32596.phpt
@@ -4,7 +4,7 @@ Bug #32596 (Segfault/Memory Leak by getClass (etc) in __destruct)
<?php
class BUG {
public $error = "please fix this thing, it wasted a nice part of my life!\n";
- static function instance() {return new BUG();}
+ static function instance() {return new BUG();}
function __destruct()
{