From e4581fd6b85cc4a2966d9df98ce0ce74405d58fc Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Thu, 5 Jun 2014 21:05:07 +0400 Subject: [PATCH] GC doesn't count scalars and immutable arrays in the same way --- Zend/tests/gc_029.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.40.0