Searched refs:pcre_get_compiled_regex_cache_ex (Results 1 – 5 of 5) sorted by relevance
47 PHPAPI pcre_cache_entry* pcre_get_compiled_regex_cache_ex(zend_string *regex, int locale_aware);
532 PHPAPI pcre_cache_entry* pcre_get_compiled_regex_cache_ex(zend_string *regex, int locale_aware) in pcre_get_compiled_regex_cache_ex() function876 return pcre_get_compiled_regex_cache_ex(regex, 1); in pcre_get_compiled_regex_cache()
482 if ((pce = pcre_get_compiled_regex_cache_ex(Z_STR(patt), 0)) == NULL) { in file_replace()
433 if ((pce = pcre_get_compiled_regex_cache_ex(pattern, 0)) == NULL) { in check_fmt()
3087 + if ((pce = pcre_get_compiled_regex_cache_ex(Z_STR(patt), 0)) == NULL) {3972 + if ((pce = pcre_get_compiled_regex_cache_ex(pattern, 0)) == NULL) {
Completed in 29 milliseconds