Home
last modified time | relevance | path

Searched refs:per_request_cache (Results 1 – 3 of 3) sorted by relevance

/PHP-8.2/ext/pcre/
H A Dphp_pcre.h82 bool per_request_cache; variable
H A Dphp_pcre.c303 pcre_globals->per_request_cache = strcmp(sapi_module.name, "cli") == 0; in PHP_GINIT_FUNCTION()
304 if (!pcre_globals->per_request_cache) { in PHP_GINIT_FUNCTION()
324 if (!pcre_globals->per_request_cache) { in PHP_GSHUTDOWN_FUNCTION()
489 if (PCRE_G(per_request_cache)) { in PHP_RINIT_FUNCTION()
502 if (PCRE_G(per_request_cache)) { in PHP_RSHUTDOWN_FUNCTION()
875 if (!(GC_FLAGS(key) & IS_STR_PERMANENT) && !PCRE_G(per_request_cache)) { in pcre_get_compiled_regex_cache_ex()
/PHP-8.2/ext/opcache/
H A DZendAccelerator.c2616 if (PCRE_G(per_request_cache)) { in accel_reset_pcre_cache()

Completed in 52 milliseconds