Home
last modified time | relevance | path

Searched refs:gc_enable (Results 1 – 14 of 14) sorted by relevance

/PHP-8.4/Zend/tests/
H A Dgc_001.phpt2 GC 001: gc_enable()/gc_disable()/gc_enabled()
7 gc_enable();
H A Dgc_002.phpt2 GC 002: gc_enable()/gc_disable() and ini_get()
8 gc_enable();
H A Dgc_026.phpt7 gc_enable();
H A Dbug64896.phpt33 gc_enable();
/PHP-8.4/ext/gmp/tests/
H A Dbug659967.phpt8 gc_enable();
/PHP-8.4/ext/date/tests/
H A Dbug49700.phpt7 gc_enable();
/PHP-8.4/ext/spl/tests/SplObjectStorage/
H A Dbug53071.phpt5 gc_enable();
/PHP-8.4/Zend/
H A Dzend_gc.h52 ZEND_API bool gc_enable(bool enable);
H A Dzend_builtin_functions.stub.php204 function gc_enable(): void {} function
H A Dzend_builtin_functions_arginfo.h297 ZEND_FUNCTION(gc_enable);
361 ZEND_FE(gc_enable, arginfo_gc_enable)
H A Dzend.c127 gc_enable(val); in ZEND_INI_MH()
H A Dzend_builtin_functions.c138 ZEND_FUNCTION(gc_enable) in ZEND_FUNCTION() argument
H A Dzend_gc.c568 ZEND_API bool gc_enable(bool enable) in gc_enable() function
/PHP-8.4/ext/opcache/
H A DZendAccelerator.c2168 bool orig_gc_state = gc_enable(false); in persistent_compile_file()
2170 gc_enable(orig_gc_state); in persistent_compile_file()

Completed in 34 milliseconds