Home
last modified time | relevance | path

Searched refs:pcre_get_compiled_regex_cache_ex (Results 1 – 6 of 6) sorted by relevance

/PHP-8.4/ext/pcre/
H A Dphp_pcre.h50 PHPAPI pcre_cache_entry* pcre_get_compiled_regex_cache_ex(zend_string *regex, bool locale_aware);
H A Dphp_pcre.c572 PHPAPI pcre_cache_entry* pcre_get_compiled_regex_cache_ex(zend_string *regex, bool locale_aware) in pcre_get_compiled_regex_cache_ex() function
889 return pcre_get_compiled_regex_cache_ex(regex, true); in pcre_get_compiled_regex_cache()
/PHP-8.4/
H A DUPGRADING.INTERNALS356 - php_pcre_match_impl() and pcre_get_compiled_regex_cache_ex() now use
358 - pcre_get_compiled_regex_cache_ex() now provides an option to collect extra
/PHP-8.4/ext/fileinfo/libmagic/
H A Dfuncs.c666 if ((pce = pcre_get_compiled_regex_cache_ex(pattern, 0)) == NULL) { in file_replace()
H A Dsoftmagic.c500 if ((pce = pcre_get_compiled_regex_cache_ex(pattern, 0)) == NULL) { in check_fmt()
/PHP-8.4/ext/fileinfo/
H A Dlibmagic.patch2055 + if ((pce = pcre_get_compiled_regex_cache_ex(pattern, 0)) == NULL) {
3050 + if ((pce = pcre_get_compiled_regex_cache_ex(pattern, 0)) == NULL) {

Completed in 38 milliseconds