Home
last modified time | relevance | path

Searched refs:gc_collect_roots (Results 1 – 3 of 3) sorted by relevance

/php-src/Zend/tests/
H A Dbug70805.phpt17 … unset($GLOBALS["a"]); // this will be called in gc_collect_roots and put $a into gc roots buf
39 unset($t); // This is used to trigger C::__destruct while doing gc_collect_roots
42 unset($a); // This one cannot be put into roots buf because it's full, thus gc_collect_roots will b…
43 // but C::__destructor which is called in gc_collect_roots will put $a into buf
/php-src/Zend/tests/gc/
H A Dgc_031.phpt2 GC 031: gc_collect_roots() with GC turned off.
/php-src/Zend/
H A Dzend_gc.c1625 static int gc_collect_roots(uint32_t *flags, gc_stack *stack) in gc_collect_roots() function
1951 count = gc_collect_roots(&gc_flags, &stack); in zend_gc_collect_cycles()

Completed in 10 milliseconds