summaryrefslogtreecommitdiff
path: root/Zend/tests/bug70805_1.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/bug70805_1.phpt')
-rw-r--r--Zend/tests/bug70805_1.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/bug70805_1.phpt b/Zend/tests/bug70805_1.phpt
index af57cdb5d9..7afef94f1e 100644
--- a/Zend/tests/bug70805_1.phpt
+++ b/Zend/tests/bug70805_1.phpt
@@ -26,7 +26,7 @@ $a->b->a = $a;
$i = 0;
$c = new A;
-$array = array($c);
+$array = array($c);
unset($c);
while ($i++ < 9997) {