summaryrefslogtreecommitdiff
path: root/Zend/tests/bug70179.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/bug70179.phpt')
-rw-r--r--Zend/tests/bug70179.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Zend/tests/bug70179.phpt b/Zend/tests/bug70179.phpt
index a5bdb98805..7ab924eedb 100644
--- a/Zend/tests/bug70179.phpt
+++ b/Zend/tests/bug70179.phpt
@@ -4,9 +4,9 @@ Bug #70179 ($this refcount issue)
<?php
class X {
- function __invoke() {
- var_dump($this);
- }
+ function __invoke() {
+ var_dump($this);
+ }
}
(new X)();