Home
last modified time | relevance | path

Searched refs:per_request_cache (Results 1 – 3 of 3) sorted by last modified time

/PHP-7.4/ext/pcre/
H A Dphp_pcre.c274 pcre_globals->per_request_cache = strcmp(sapi_module.name, "cli") == 0; in PHP_GINIT_FUNCTION()
275 if (!pcre_globals->per_request_cache) { in PHP_GINIT_FUNCTION()
295 if (!pcre_globals->per_request_cache) { in PHP_GSHUTDOWN_FUNCTION()
478 if (PCRE_G(per_request_cache)) { in PHP_RINIT_FUNCTION()
488 if (PCRE_G(per_request_cache)) { in PHP_RSHUTDOWN_FUNCTION()
876 if (!(GC_FLAGS(key) & IS_STR_PERMANENT) && !PCRE_G(per_request_cache)) { in pcre_get_compiled_regex_cache_ex()
H A Dphp_pcre.h74 zend_bool per_request_cache; variable
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c2350 if (PCRE_G(per_request_cache)) { in accel_reset_pcre_cache()

Completed in 21 milliseconds