From: Dmitry Stogov Date: Thu, 5 Jun 2014 17:05:07 +0000 (+0400) Subject: GC doesn't count scalars and immutable arrays in the same way X-Git-Tag: POST_PHPNG_MERGE~219 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e4581fd6b85cc4a2966d9df98ce0ce74405d58fc;p=php GC doesn't count scalars and immutable arrays in the same way --- diff --git a/Zend/tests/gc_029.phpt b/Zend/tests/gc_029.phpt index edd231760c..18fef3c7d7 100644 --- a/Zend/tests/gc_029.phpt +++ b/Zend/tests/gc_029.phpt @@ -34,4 +34,4 @@ unset($bar); var_dump(gc_collect_cycles()); ?> --EXPECT-- -int(2) +int(3)