Home
last modified time | relevance | path

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

/PHP-7.3/ext/pcre/
H A Dphp_pcre.h35 PHPAPI pcre2_code* pcre_get_compiled_regex(zend_string *regex, uint32_t *capture_count, uint32_t *o…
H A Dphp_pcre.c882 PHPAPI pcre2_code *pcre_get_compiled_regex(zend_string *regex, uint32_t *capture_count, uint32_t *p… in pcre_get_compiled_regex() function
/PHP-7.3/ext/filter/
H A Dlogical_filters.c458 re = pcre_get_compiled_regex(regexp, &capture_count, &preg_options); in php_filter_validate_regexp()
674 re = pcre_get_compiled_regex(sregexp, &capture_count, &preg_options); in php_filter_validate_email()
/PHP-7.3/ext/standard/
H A Dbrowscap.c623 re = pcre_get_compiled_regex(regex, &capture_count, &re_options); in browser_reg_compare()
/PHP-7.3/ext/zip/
H A Dphp_zip.c661 re = pcre_get_compiled_regex(regexp, &capture_count, &preg_options); in php_zip_pcre()

Completed in 28 milliseconds