Home
last modified time | relevance | path

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

/PHP-7.0/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.c557 new_entry.preg_options = poptions; in pcre_get_compiled_regex_cache()
615 PHPAPI pcre* pcre_get_compiled_regex(zend_string *regex, pcre_extra **extra, int *preg_options) in pcre_get_compiled_regex() argument
622 if (preg_options) { in pcre_get_compiled_regex()
623 *preg_options = pce ? pce->preg_options : 0; in pcre_get_compiled_regex()
632 PHPAPI pcre* pcre_get_compiled_regex_ex(zend_string *regex, pcre_extra **extra, int *preg_options, … in pcre_get_compiled_regex_ex() argument
639 if (preg_options) { in pcre_get_compiled_regex_ex()
640 *preg_options = pce ? pce->preg_options : 0; in pcre_get_compiled_regex_ex()
1191 if (UNEXPECTED(pce->preg_options & PREG_REPLACE_EVAL)) { in php_pcre_replace_impl()
/PHP-7.0/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()
604 int preg_options = 0; in php_filter_validate_email() local
616 re = pcre_get_compiled_regex(sregexp, &pcre_extra, &preg_options); in php_filter_validate_email()
/PHP-7.0/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 42 milliseconds