diff options
author | Ondřej Surý <ondrej@sury.org> | 2010-10-21 08:52:46 +0200 |
---|---|---|
committer | Ondřej Surý <ondrej@sury.org> | 2010-10-21 08:52:46 +0200 |
commit | 01fcdff3849c3691d9aaeaab735846ab6d8895ca (patch) | |
tree | 6460876d356113fa7053df36f2aa00baa7db24a9 /Zend/tests/gc_010.phpt | |
parent | 855a09f4eded707941180c9d90acd17c25e29447 (diff) | |
download | php-upstream/5.3.3.tar.gz |
Imported Upstream version 5.3.3upstream/5.3.3
Diffstat (limited to 'Zend/tests/gc_010.phpt')
-rw-r--r-- | Zend/tests/gc_010.phpt | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Zend/tests/gc_010.phpt b/Zend/tests/gc_010.phpt index d39ef8a09..af2dda3fe 100644 --- a/Zend/tests/gc_010.phpt +++ b/Zend/tests/gc_010.phpt @@ -1,5 +1,7 @@ --TEST-- GC 010: Cycle with reference to $GLOBALS +--INI-- +zend.enable_gc=1 --FILE-- <?php $a = array(); @@ -15,10 +17,7 @@ array(1) { [0]=> &array(1) { [0]=> - &array(1) { - [0]=> - *RECURSION* - } + *RECURSION* } } int(1) |