summaryrefslogtreecommitdiff
path: root/Zend/tests/gc_025.phpt
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>2010-03-03 17:53:15 +0000
committerRasmus Lerdorf <rasmus@php.net>2010-03-03 17:53:15 +0000
commit6a037fde9d3889f25884866b8006cd0e38055dad (patch)
treeae6f4a0f0e54234e12ef9e0d53e995c39d976aa9 /Zend/tests/gc_025.phpt
parent58e7da4400c3acfd76b1436a34fc64d4da1a18db (diff)
downloadphp-git-6a037fde9d3889f25884866b8006cd0e38055dad.tar.gz
Turn on gc before we test it
Diffstat (limited to 'Zend/tests/gc_025.phpt')
-rw-r--r--Zend/tests/gc_025.phpt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Zend/tests/gc_025.phpt b/Zend/tests/gc_025.phpt
index 5ae6527257..f838ed307f 100644
--- a/Zend/tests/gc_025.phpt
+++ b/Zend/tests/gc_025.phpt
@@ -1,5 +1,7 @@
--TEST--
GC 025: Automatic GC on request shutdown
+--INI--
+zend.enable_gc=1
--FILE--
<?php
$a = array(array());