diff options
-rw-r--r-- | Zend/tests/gc_032.phpt | 18 |
1 files 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* } |