summaryrefslogtreecommitdiff
path: root/Zend/tests/gc_031.phpt
blob: 58c4b15e3aa833f6c87f83a43e01410855ca090b (plain)
1
2
3
4
5
6
7
8
9
10
11
--TEST--
GC 031: gc_collect_roots() with GC turned off.
--INI--
zend.enable_gc=0
--FILE--
<?php
gc_collect_cycles();
echo "DONE\n";
?>
--EXPECTF--
DONE