php-src/ext/gmp/tests/bug659967.phpt
Max Semenik e9f783fcdd Migrate skip checks to --EXTENSIONS--, p3
For rationale, see #6787

Extensions migrated in part 3:
* ftp
* gmp
* iconv
* opcache
* shmop
2021-04-03 15:23:25 +02:00

16 lines
212 B
PHP

--TEST--
Bug #65997: Leak when using gc_collect_cycles with new GMP implementation
--EXTENSIONS--
gmp
--FILE--
<?php
gc_enable();
$gmp = gmp_init('10');
gc_collect_cycles();
?>
===DONE===
--EXPECT--
===DONE===