Home
last modified time | relevance | path

Searched refs:gc_collect_cycles (Results 126 – 135 of 135) sorted by relevance

123456

/php-src/Zend/tests/
H A Dbug70805.phpt45 var_dump(gc_collect_cycles());
/php-src/Zend/
H A Dzend_gc.h46 ZEND_API extern int (*gc_collect_cycles)(void);
H A Dzend_builtin_functions.stub.php195 function gc_collect_cycles(): int {} function
H A Dzend_builtin_functions_arginfo.h288 ZEND_FUNCTION(gc_collect_cycles);
350 ZEND_FE(gc_collect_cycles, arginfo_gc_collect_cycles)
H A Dzend_builtin_functions.c93 ZEND_FUNCTION(gc_collect_cycles) in ZEND_FUNCTION() argument
97 RETURN_LONG(gc_collect_cycles()); in ZEND_FUNCTION()
H A Dzend_gc.c240 ZEND_API int (*gc_collect_cycles)(void); variable
644 gc_adjust_threshold(gc_collect_cycles()); in gc_possible_root_when_full()
H A Dzend_execute_API.c394 gc_collect_cycles(); in zend_shutdown_executor_values()
H A Dzend.c974 gc_collect_cycles = zend_gc_collect_cycles; in zend_startup()
/php-src/Zend/tests/weakrefs/
H A Dweakmap_weakness.phpt45 gc_collect_cycles();
/php-src/docs/source/core/data-structures/
H A Dreference-counting.rst194 the ``gc_collect_cycles()`` function. The cycle collectors design is described in the `Cycle

Completed in 37 milliseconds

123456