Home
last modified time | relevance | path

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

/php-src/Zend/tests/
H A Dgc_037.phpt25 ["collected"]=>
51 ["collected"]=>
H A Dgc_023.phpt21 unset($a); // 10000 zvals collected automatic
H A Dgc_048.phpt2 GC 048: Objects with destructor are collected without delay
H A Dgc_045.phpt58 ["collected"]=>
/php-src/ext/session/tests/
H A Dsession_gc_basic.phpt27 Warning: session_gc(): Session cannot be garbage collected when there is no active session in %s on…
/php-src/Zend/tests/generators/
H A Dgc_with_yield_from.phpt2 Verify yield from on generators being properly cycle collected
/php-src/ext/spl/tests/
H A Dbug65387.phpt2 Bug #67387: Circular references in SPL iterators are not garbage collected
/php-src/Zend/
H A Dzend_gc.h36 uint32_t collected; member
H A Dzend_gc.c261 uint32_t collected; member
486 gc_globals->collected = 0; in gc_globals_ctor_ex()
529 GC_G(collected) = 0; in gc_reset()
1976 GC_G(collected) += count; in zend_gc_collect_cycles()
2010 status->collected = GC_G(collected); in zend_gc_get_status()
2112 fprintf(stderr, "Collected: %d\n", GC_G(collected)); in gc_bench_print()
H A Dzend_alloc.c1966 size_t collected = 0; local
2045 collected += pages_count;
2068 return collected * ZEND_MM_PAGE_SIZE;
H A Dzend_builtin_functions.c151 add_assoc_long_ex(return_value, "collected", sizeof("collected")-1, (long)status.collected); in ZEND_FUNCTION()
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます10093 # while data collected during runtime is stored in .gcda files
H A Dmagic10093 # while data collected during runtime is stored in .gcda files

Completed in 202 milliseconds