bug659967.phpt 212 B

123456789101112131415
  1. --TEST--
  2. Bug #65997: Leak when using gc_collect_cycles with new GMP implementation
  3. --EXTENSIONS--
  4. gmp
  5. --FILE--
  6. <?php
  7. gc_enable();
  8. $gmp = gmp_init('10');
  9. gc_collect_cycles();
  10. ?>
  11. ===DONE===
  12. --EXPECT--
  13. ===DONE===