Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/
H A Dphp_pcre.h29 PHPAPI pcre2_code* pcre_get_compiled_regex(zend_string *regex, uint32_t *capture_count);
H A Dphp_pcre.c901 PHPAPI pcre2_code *pcre_get_compiled_regex(zend_string *regex, uint32_t *capture_count) in pcre_get_compiled_regex() function
/PHP-8.3/ext/filter/
H A Dlogical_filters.c490 re = pcre_get_compiled_regex(regexp, &capture_count); in php_filter_validate_regexp()
706 re = pcre_get_compiled_regex(sregexp, &capture_count); in php_filter_validate_email()
/PHP-8.3/
H A DUPGRADING.INTERNALS125 Use pcre_get_compiled_regex instead.
/PHP-8.3/ext/standard/
H A Dbrowscap.c598 re = pcre_get_compiled_regex(regex, &capture_count); in browser_reg_compare()
/PHP-8.3/ext/zip/
H A Dphp_zip.c762 re = pcre_get_compiled_regex(regexp, &capture_count); in php_zip_pcre()

Completed in 28 milliseconds