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