Home
last modified time | relevance | path

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

/PHP-7.1/ext/pcre/
H A Dphp_pcre.h37 PHPAPI pcre* pcre_get_compiled_regex(zend_string *regex, pcre_extra **extra, int *options);
H A Dphp_pcre.c635 PHPAPI pcre* pcre_get_compiled_regex(zend_string *regex, pcre_extra **extra, int *preg_options) in pcre_get_compiled_regex() function
/PHP-7.1/ext/filter/
H A Dlogical_filters.c445 re = pcre_get_compiled_regex(regexp, &pcre_extra, &preg_options); in php_filter_validate_regexp()
626 re = pcre_get_compiled_regex(sregexp, &pcre_extra, &preg_options); in php_filter_validate_email()
/PHP-7.1/ext/standard/
H A Dbrowscap.c603 re = pcre_get_compiled_regex(regex, &re_extra, &re_options); in browser_reg_compare()
/PHP-7.1/ext/fileinfo/libmagic/
H A Dsoftmagic.c392 if ((pce = pcre_get_compiled_regex(pattern, &re_extra, &re_options)) == NULL) { in check_fmt()
/PHP-7.1/ext/zip/
H A Dphp_zip.c638 re = pcre_get_compiled_regex(regexp, &pcre_extra, &preg_options); in php_zip_pcre()
/PHP-7.1/ext/fileinfo/
H A Dlibmagic.patch3334 + if ((pce = pcre_get_compiled_regex(pattern, &re_extra, &re_options)) == NULL) {

Completed in 44 milliseconds