From: Dmitry Stogov Date: Thu, 20 Mar 2014 07:54:24 +0000 (+0400) Subject: Fixed tests (now objects are counted only once) X-Git-Tag: POST_PHPNG_MERGE~412^2~257 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1968e6be65fcfabe9dddcd7f7ce4a5d4bf3b7d29;p=php Fixed tests (now objects are counted only once) --- 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