Home
last modified time | relevance | path

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

/PHP-8.0/Zend/tests/
H A Dgc_037.phpt19 ["collected"]=>
29 ["collected"]=>
H A Dgc_023.phpt21 unset($a); // 10000 zvals collected automatic
/PHP-8.0/ext/session/tests/
H A Dsession_gc_basic.phpt25 Warning: session_gc(): Session cannot be garbage collected when there is no active session in %s on…
/PHP-8.0/Zend/tests/generators/
H A Dgc_with_yield_from.phpt2 Verify yield from on generators being properly cycle collected
/PHP-8.0/ext/spl/tests/
H A Dbug65387.phpt2 Bug #67387: Circular references in SPL iterators are not garbage collected
/PHP-8.0/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()
1618 GC_G(collected) += count; in zend_gc_collect_cycles()
1630 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.c1255 fprintf(stderr, "Collected: %d\n", GC_G(collected)); in zend_deactivate()
H A Dzend_builtin_functions.c144 add_assoc_long_ex(return_value, "collected", sizeof("collected")-1, (long)status.collected); in ZEND_FUNCTION()
/PHP-8.0/ext/opcache/jit/
H A DREADME.md8 It generates native code directly from PHP byte-code and information collected
/PHP-8.0/
H A DNEWS1495 collected). (Nikita)
/PHP-8.0/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます8661 # while data collected during runtime is stored in .gcda files
H A Dmagic8661 # while data collected during runtime is stored in .gcda files

Completed in 171 milliseconds