Home
last modified time | relevance | path

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

/php-src/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.c587 PHPAPI pcre_cache_entry* pcre_get_compiled_regex_cache_ex(zend_string *regex, bool locale_aware) in pcre_get_compiled_regex_cache_ex() function
888 return pcre_get_compiled_regex_cache_ex(regex, true); in pcre_get_compiled_regex_cache()
/php-src/
H A DUPGRADING.INTERNALS215 - php_pcre_match_impl() and pcre_get_compiled_regex_cache_ex() now use
217 - pcre_get_compiled_regex_cache_ex() now provides an option to collect extra
/php-src/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-src/ext/fileinfo/
H A Dlibmagic.patch2085 + if ((pce = pcre_get_compiled_regex_cache_ex(pattern, 0)) == NULL) {
3080 + if ((pce = pcre_get_compiled_regex_cache_ex(pattern, 0)) == NULL) {

Completed in 43 milliseconds