Home
last modified time | relevance | path

Searched refs:preg_options (Results 1 – 4 of 4) sorted by relevance

/PHP-7.1/ext/pcre/
H A Dphp_pcre.h38 PHPAPI pcre* pcre_get_compiled_regex_ex(zend_string *regex, pcre_extra **extra, int *preg_options, …
49 int preg_options; member
H A Dphp_pcre.c577 new_entry.preg_options = poptions; in pcre_get_compiled_regex_cache()
635 PHPAPI pcre* pcre_get_compiled_regex(zend_string *regex, pcre_extra **extra, int *preg_options) in pcre_get_compiled_regex() argument
642 if (preg_options) { in pcre_get_compiled_regex()
643 *preg_options = pce ? pce->preg_options : 0; in pcre_get_compiled_regex()
652 PHPAPI pcre* pcre_get_compiled_regex_ex(zend_string *regex, pcre_extra **extra, int *preg_options, … in pcre_get_compiled_regex_ex() argument
659 if (preg_options) { in pcre_get_compiled_regex_ex()
660 *preg_options = pce ? pce->preg_options : 0; in pcre_get_compiled_regex_ex()
1211 if (UNEXPECTED(pce->preg_options & PREG_REPLACE_EVAL)) { in php_pcre_replace_impl()
/PHP-7.1/ext/filter/
H A Dlogical_filters.c433 int preg_options = 0; in php_filter_validate_regexp() local
445 re = pcre_get_compiled_regex(regexp, &pcre_extra, &preg_options); in php_filter_validate_regexp()
603 int preg_options = 0; in php_filter_validate_email() local
626 re = pcre_get_compiled_regex(sregexp, &pcre_extra, &preg_options); in php_filter_validate_email()
/PHP-7.1/ext/zip/
H A Dphp_zip.c636 int preg_options = 0, i; in php_zip_pcre() local
638 re = pcre_get_compiled_regex(regexp, &pcre_extra, &preg_options); in php_zip_pcre()

Completed in 28 milliseconds