Home
last modified time | relevance | path

Searched refs:pcre_get_compiled_regex (Results 1 – 5 of 5) sorted by relevance

/PHP-7.4/ext/pcre/
H A Dphp_pcre.h31 PHPAPI pcre2_code* pcre_get_compiled_regex(zend_string *regex, uint32_t *capture_count);
H A Dphp_pcre.c904 PHPAPI pcre2_code *pcre_get_compiled_regex(zend_string *regex, uint32_t *capture_count) in pcre_get_compiled_regex() function
/PHP-7.4/ext/filter/
H A Dlogical_filters.c481 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()
/PHP-7.4/ext/standard/
H A Dbrowscap.c601 re = pcre_get_compiled_regex(regex, &capture_count); in browser_reg_compare()
/PHP-7.4/ext/zip/
H A Dphp_zip.c656 re = pcre_get_compiled_regex(regexp, &capture_count); in php_zip_pcre()

Completed in 36 milliseconds