diff options
Diffstat (limited to 'Zend/tests/bug61165.phpt')
-rw-r--r-- | Zend/tests/bug61165.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/bug61165.phpt b/Zend/tests/bug61165.phpt index 478fa00a0f..900a7a8d2b 100644 --- a/Zend/tests/bug61165.phpt +++ b/Zend/tests/bug61165.phpt @@ -10,7 +10,7 @@ class T { public function __toString() { global $handler; $handler = $this; - $this->_this = $this; // <-- uncoment this + $this->_this = $this; // <-- uncomment this return 'A'; } } |