Home
last modified time | relevance | path

Searched refs:collected (Results 1 – 10 of 10) sorted by relevance

/PHP-7.4/Zend/tests/
H A Dgc_037.phpt18 ["collected"]=>
28 ["collected"]=>
H A Dgc_023.phpt21 unset($a); // 10000 zvals collected automatic
/PHP-7.4/Zend/tests/generators/
H A Dgc_with_yield_from.phpt2 Verify yield from on generators being properly cycle collected
/PHP-7.4/Zend/
H A Dzend_gc.h27 uint32_t collected; member
H A Dzend_gc.c224 uint32_t collected; member
444 gc_globals->collected = 0; in gc_globals_ctor_ex()
483 GC_G(collected) = 0; in gc_reset()
1603 GC_G(collected) += count; in zend_gc_collect_cycles()
1615 status->collected = GC_G(collected); in zend_gc_get_status()
H A Dzend_alloc.c1905 size_t collected = 0; local
1984 collected += pages_count;
2007 return collected * ZEND_MM_PAGE_SIZE;
H A Dzend.c1214 fprintf(stderr, "Collected: %d\n", GC_G(collected)); in zend_deactivate()
H A Dzend_builtin_functions.c438 add_assoc_long_ex(return_value, "collected", sizeof("collected")-1, (long)status.collected); in ZEND_FUNCTION()
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます8033 # while data collected during runtime is stored in .gcda files
H A Dmagic8033 # while data collected during runtime is stored in .gcda files

Completed in 158 milliseconds