summaryrefslogtreecommitdiff
path: root/Zend/tests/gc_010.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/gc_010.phpt')
-rw-r--r--Zend/tests/gc_010.phpt7
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)