php-src/Zend/tests/gc_031.phpt
2009-02-09 08:55:23 +00:00

12 lines
152 B
PHP

--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