Searched refs:gc_collect_roots (Results 1 – 3 of 3) sorted by relevance
17 … unset($GLOBALS["a"]); // this will be called in gc_collect_roots and put $a into gc roots buf39 unset($t); // This is used to trigger C::__destruct while doing gc_collect_roots42 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
2 GC 031: gc_collect_roots() with GC turned off.
1625 static int gc_collect_roots(uint32_t *flags, gc_stack *stack) in gc_collect_roots() function1951 count = gc_collect_roots(&gc_flags, &stack); in zend_gc_collect_cycles()
Completed in 10 milliseconds