summaryrefslogtreecommitdiff
path: root/Zend/tests/bug70805.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/bug70805.phpt')
-rw-r--r--Zend/tests/bug70805.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/bug70805.phpt b/Zend/tests/bug70805.phpt
index 256f52eed5..7ade0f4299 100644
--- a/Zend/tests/bug70805.phpt
+++ b/Zend/tests/bug70805.phpt
@@ -37,7 +37,7 @@ $t[] = &$t;
unset($t); // This is used to trigger C::__destruct while doing gc_colloct_roots
$e = $a;
-unset($a); // This one can not be putted into roots buf because it's full, thus gc_colloct_roots will be called,
+unset($a); // This one can not be putted into roots buf because it's full, thus gc_colloct_roots will be called,
// but C::__destructor which is called in gc_colloct_roots will put $a into buf
// which will make $a be putted into gc roots buf twice
var_dump(gc_collect_cycles());