gc_031.phpt 151 B

1234567891011
  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. --EXPECT--
  11. DONE