Searched refs:collected (Results 1 – 14 of 14) sorted by relevance
19 ["collected"]=>29 ["collected"]=>
21 unset($a); // 10000 zvals collected automatic
52 ["collected"]=>
27 Warning: session_gc(): Session cannot be garbage collected when there is no active session in %s on…
2 Verify yield from on generators being properly cycle collected
2 Bug #67387: Circular references in SPL iterators are not garbage collected
27 uint32_t collected; member
225 uint32_t collected; member445 gc_globals->collected = 0; in gc_globals_ctor_ex()484 GC_G(collected) = 0; in gc_reset()1660 GC_G(collected) += count; in zend_gc_collect_cycles()1690 status->collected = GC_G(collected); in zend_gc_get_status()
1959 size_t collected = 0; local2038 collected += pages_count;2061 return collected * ZEND_MM_PAGE_SIZE;
144 add_assoc_long_ex(return_value, "collected", sizeof("collected")-1, (long)status.collected); in ZEND_FUNCTION()
1314 fprintf(stderr, "Collected: %d\n", GC_G(collected)); in zend_deactivate()
8 It generates native code directly from PHP byte-code and information collected
9078 # while data collected during runtime is stored in .gcda files
Completed in 183 milliseconds