diff options
Diffstat (limited to 'Zend/tests/gc_012.phpt')
-rw-r--r-- | Zend/tests/gc_012.phpt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Zend/tests/gc_012.phpt b/Zend/tests/gc_012.phpt index eff76ef31..f6c853897 100644 --- a/Zend/tests/gc_012.phpt +++ b/Zend/tests/gc_012.phpt @@ -1,5 +1,7 @@ --TEST-- GC 012: collection of many loops at once +--INI-- +zend.enable_gc=1 --FILE-- <?php $a=array(); |