Searched refs:collected (Results 1 – 15 of 15) sorted by relevance
2 Object instantiated without parentheses is collected15 echo 'collected' . PHP_EOL;25 collected
25 ["collected"]=>51 ["collected"]=>
21 unset($a); // 10000 zvals collected automatic
2 GC 048: Objects with destructor are collected without delay
58 ["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
19 /* Fiber will be collected by GC because it's not referenced */
36 uint32_t collected; member
266 uint32_t collected; member496 gc_globals->collected = 0; in gc_globals_ctor_ex()544 GC_G(collected) = 0; in gc_reset()2086 GC_G(collected) += count; in zend_gc_collect_cycles()2120 status->collected = GC_G(collected); in zend_gc_get_status()2222 fprintf(stderr, "Collected: %d\n", GC_G(collected)); in gc_bench_print()
2081 size_t collected = 0; local2172 collected += pages_count;2195 return collected * ZEND_MM_PAGE_SIZE;
178 add_assoc_long_ex(return_value, "collected", sizeof("collected")-1, (long)status.collected); in ZEND_FUNCTION()
10093 # while data collected during runtime is stored in .gcda files
Completed in 154 milliseconds