From 3d87391cc06fe87344536e88ac74ded22b0195cf Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Wed, 4 Jun 2014 09:57:17 +0400 Subject: Reference counters in PHPNG may have different values --- Zend/tests/gc_032.phpt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Zend/tests/gc_032.phpt b/Zend/tests/gc_032.phpt index 615b008e65..84ce2ff7e6 100644 --- a/Zend/tests/gc_032.phpt +++ b/Zend/tests/gc_032.phpt @@ -11,26 +11,26 @@ $b =& $a; $a[0][0] = $a; debug_zval_dump($a); ?> ---EXPECT-- -array(1) refcount(1){ +--EXPECTF-- +array(1) refcount(%d){ [0]=> - array(1) refcount(3){ + array(1) refcount(%d){ [0]=> - array(1) refcount(3){ + array(1) refcount(%d){ [0]=> *RECURSION* } } } -array(1) refcount(1){ +array(1) refcount(%d){ [0]=> - array(1) refcount(3){ + array(1) refcount(%d){ [0]=> - array(1) refcount(1){ + array(1) refcount(%d){ [0]=> - array(1) refcount(3){ + array(1) refcount(%d){ [0]=> - array(1) refcount(1){ + array(1) refcount(%d){ [0]=> *RECURSION* } -- cgit v1.2.1