Annotation of embedaddon/php/Zend/tests/gc_031.phpt, revision 1.1.1.1

1.1       misho       1: --TEST--
                      2: GC 031: gc_collect_roots() with GC turned off.
                      3: --INI--
                      4: zend.enable_gc=0
                      5: --FILE--
                      6: <?php
                      7: gc_collect_cycles();
                      8: echo "DONE\n";
                      9: ?>
                     10: --EXPECTF--
                     11: DONE

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>