diff options
Diffstat (limited to 'Zend/tests/gc_022.phpt')
-rw-r--r-- | Zend/tests/gc_022.phpt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/tests/gc_022.phpt b/Zend/tests/gc_022.phpt index 0418bf9a0..5d7bb8494 100644 --- a/Zend/tests/gc_022.phpt +++ b/Zend/tests/gc_022.phpt @@ -2,6 +2,7 @@ GC 022: GC detach reference in executor's PZVAL_UNLOCK() --INI-- error_reporting=0 +zend.enable_gc=1 --FILE-- <?php $a = array(array()); |