| Current Path : /hdd/hdd21/main/php/php-7.3.1/Zend/tests/ |
| Current File : //hdd/hdd21/main/php/php-7.3.1/Zend/tests/gc_031.phpt |
--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