diff options
Diffstat (limited to 'Zend/tests/gc_004.phpt')
-rw-r--r-- | Zend/tests/gc_004.phpt | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Zend/tests/gc_004.phpt b/Zend/tests/gc_004.phpt index ce6a94b79..1b6f70abe 100644 --- a/Zend/tests/gc_004.phpt +++ b/Zend/tests/gc_004.phpt @@ -1,5 +1,7 @@ --TEST-- GC 004: Simple array cycle +--INI-- +zend.enable_gc=1 --FILE-- <?php $a = array(); @@ -14,10 +16,7 @@ array(1) { [0]=> &array(1) { [0]=> - &array(1) { - [0]=> - *RECURSION* - } + *RECURSION* } } int(1) |