Searched refs:pcre_get_compiled_regex (Results 1 – 7 of 7) sorted by relevance
/PHP-7.1/ext/pcre/ |
H A D | php_pcre.h | 37 PHPAPI pcre* pcre_get_compiled_regex(zend_string *regex, pcre_extra **extra, int *options);
|
H A D | php_pcre.c | 635 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 D | logical_filters.c | 445 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 D | browscap.c | 603 re = pcre_get_compiled_regex(regex, &re_extra, &re_options); in browser_reg_compare()
|
/PHP-7.1/ext/fileinfo/libmagic/ |
H A D | softmagic.c | 392 if ((pce = pcre_get_compiled_regex(pattern, &re_extra, &re_options)) == NULL) { in check_fmt()
|
/PHP-7.1/ext/zip/ |
H A D | php_zip.c | 638 re = pcre_get_compiled_regex(regexp, &pcre_extra, &preg_options); in php_zip_pcre()
|
/PHP-7.1/ext/fileinfo/ |
H A D | libmagic.patch | 3334 + if ((pce = pcre_get_compiled_regex(pattern, &re_extra, &re_options)) == NULL) {
|
Completed in 68 milliseconds