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"; ?> --EXPECT-- DONE