From 1968e6be65fcfabe9dddcd7f7ce4a5d4bf3b7d29 Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Thu, 20 Mar 2014 11:54:24 +0400 Subject: [PATCH] Fixed tests (now objects are counted only once) --- Zend/tests/gc_014.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Zend/tests/gc_014.phpt b/Zend/tests/gc_014.phpt index 9f43fc8505..cd5a15e681 100644 --- a/Zend/tests/gc_014.phpt +++ b/Zend/tests/gc_014.phpt @@ -16,5 +16,5 @@ var_dump(gc_collect_cycles()); echo "ok\n"; ?> --EXPECT-- -int(10002) +int(2) ok -- 2.40.0