Searched refs:pcre_get_compiled_regex_cache (Results 1 – 7 of 7) sorted by relevance
42 PHPAPI pcre_cache_entry* pcre_get_compiled_regex_cache(zend_string *regex);
896 PHPAPI pcre_cache_entry* pcre_get_compiled_regex_cache(zend_string *regex) in pcre_get_compiled_regex_cache() function906 pcre_cache_entry * pce = pcre_get_compiled_regex_cache(regex); in pcre_get_compiled_regex()920 pcre_cache_entry * pce = pcre_get_compiled_regex_cache(regex); in pcre_get_compiled_regex_ex()1144 if ((pce = pcre_get_compiled_regex_cache(regex)) == NULL) { in php_do_pcre_match()1602 if ((pce = pcre_get_compiled_regex_cache(regex)) == NULL) { in php_pcre_replace()2078 if ((pce = pcre_get_compiled_regex_cache(regex)) == NULL) { in php_pcre_replace_func()2522 if ((pce = pcre_get_compiled_regex_cache(regex)) == NULL) { in PHP_FUNCTION()2882 if ((pce = pcre_get_compiled_regex_cache(regex)) == NULL) { in PHP_FUNCTION()
2153 if ((pce = pcre_get_compiled_regex_cache(Z_STR(pattern))) == NULL) { in magiccheck()
2599 if ((pce = pcre_get_compiled_regex_cache(Z_STR(pattern))) == NULL) { in getvalue()
644 + if ((pce = pcre_get_compiled_regex_cache(Z_STR(pattern))) == NULL) {3524 + if ((pce = pcre_get_compiled_regex_cache(Z_STR(pattern))) == NULL) {
1539 intern->u.regex.pce = pcre_get_compiled_regex_cache(regex); in spl_dual_it_construct()
1359 if ((pce = pcre_get_compiled_regex_cache(regex))== NULL) { in PHP_FUNCTION()
Completed in 75 milliseconds