Home
last modified time | relevance | path

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

/php-src/Zend/tests/generators/
H A Dgc_with_yield_from.phpt25 print "collect\n";
32 collect
/php-src/ext/session/tests/user_session_module/
H A Dbug78624.phpt38 echo 'Garbage collect', "\n";
54 Garbage collect
/php-src/Zend/tests/fibers/
H A Dno-switch-gc.phpt2 Context switches are prevented during GC collect cycles
/php-src/Zend/tests/named_params/
H A Dvariadic.phpt2 Additional named params are collect into variadics
/php-src/ext/mysqli/tests/
H A Dmysqli_get_connection_stats.phpt15 // so that we can collect some statistics.
/php-src/ext/session/
H A Dsession.c386 bool collect = immediate; in php_session_gc() local
390 if (!collect && PS(gc_probability) > 0) { in php_session_gc()
391 collect = php_random_range(PS(random), 0, PS(gc_divisor) - 1) < PS(gc_probability); in php_session_gc()
394 if (collect) { in php_session_gc()
/php-src/ext/standard/
H A Dconfig.m4352 dnl ext/standard/php_dns.h will collect these in a single define
/php-src/
H A DUPGRADING.INTERNALS217 - pcre_get_compiled_regex_cache_ex() now provides an option to collect extra
/php-src/ext/opcache/jit/ir/
H A Dir_aarch64.dasc4707 * and collect arguments that should be passed through registers */
H A Dir_x86.dasc8508 * and collect arguments that should be passed through registers */

Completed in 89 milliseconds