Searched refs:pcre_get_compiled_regex (Results 1 – 5 of 5) sorted by relevance
31 PHPAPI pcre2_code* pcre_get_compiled_regex(zend_string *regex, uint32_t *capture_count);
904 PHPAPI pcre2_code *pcre_get_compiled_regex(zend_string *regex, uint32_t *capture_count) in pcre_get_compiled_regex() function
481 re = pcre_get_compiled_regex(regexp, &capture_count); in php_filter_validate_regexp()697 re = pcre_get_compiled_regex(sregexp, &capture_count); in php_filter_validate_email()
601 re = pcre_get_compiled_regex(regex, &capture_count); in browser_reg_compare()
656 re = pcre_get_compiled_regex(regexp, &capture_count); in php_zip_pcre()
Completed in 36 milliseconds