diff options
Diffstat (limited to 'Zend/tests/gc_018.phpt')
-rw-r--r-- | Zend/tests/gc_018.phpt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Zend/tests/gc_018.phpt b/Zend/tests/gc_018.phpt index c202d8cdc..ef797ae6d 100644 --- a/Zend/tests/gc_018.phpt +++ b/Zend/tests/gc_018.phpt @@ -1,5 +1,7 @@ --TEST-- GC 018: GC detach with assign +--INI-- +zend.enable_gc=1 --FILE-- <?php $a = array(array()); |