]> granicus.if.org Git - php/commitdiff
GC doesn't count scalars and immutable arrays in the same way
authorDmitry Stogov <dmitry@zend.com>
Thu, 5 Jun 2014 17:05:07 +0000 (21:05 +0400)
committerDmitry Stogov <dmitry@zend.com>
Thu, 5 Jun 2014 17:05:07 +0000 (21:05 +0400)
Zend/tests/gc_029.phpt

index edd231760c653d0277c2e6ea100822d14ae18e39..18fef3c7d775434fa228d36ce74493abfec79f2a 100644 (file)
@@ -34,4 +34,4 @@ unset($bar);
 var_dump(gc_collect_cycles());
 ?>
 --EXPECT--
-int(2)
+int(3)