Home
last modified time | relevance | path

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

/PHP-7.3/ext/filter/
H A Dlogical_filters.c447 uint32_t preg_options, capture_count; in php_filter_validate_regexp() local
458 re = pcre_get_compiled_regex(regexp, &capture_count, &preg_options); in php_filter_validate_regexp()
466 …rc = pcre2_match(re, (PCRE2_SPTR)Z_STRVAL_P(value), Z_STRLEN_P(value), 0, preg_options, match_data… in php_filter_validate_regexp()
652 uint32_t preg_options = 0, capture_count; in php_filter_validate_email() local
674 re = pcre_get_compiled_regex(sregexp, &capture_count, &preg_options); in php_filter_validate_email()
683 …rc = pcre2_match(re, (PCRE2_SPTR)Z_STRVAL_P(value), Z_STRLEN_P(value), 0, preg_options, match_data… in php_filter_validate_email()
/PHP-7.3/ext/pcre/
H A Dphp_pcre.c50 uint32_t preg_options; member
815 new_entry.preg_options = poptions; in pcre_get_compiled_regex_cache_ex()
886 if (preg_options) { in pcre_get_compiled_regex()
887 *preg_options = 0; in pcre_get_compiled_regex()
903 if (preg_options) { in pcre_get_compiled_regex_ex()
904 *preg_options = 0; in pcre_get_compiled_regex_ex()
1126 if ((pce->preg_options & PREG_JIT) && options) { in php_pcre_match_impl()
1382 if ((pce->preg_options & PREG_JIT)) { in php_pcre_match_impl()
1791 if (pce->preg_options & PREG_JIT) { in php_pcre_replace_impl()
2000 if ((pce->preg_options & PREG_JIT)) { in php_pcre_replace_func_impl()
[all …]
H A Dphp_pcre.h36 …piled_regex_ex(zend_string *regex, uint32_t *capture_count, uint32_t *preg_options, uint32_t *copt…
/PHP-7.3/ext/zip/
H A Dphp_zip.c658 uint32_t preg_options = 0, i, capture_count; in php_zip_pcre() local
661 re = pcre_get_compiled_regex(regexp, &capture_count, &preg_options); in php_zip_pcre()
707 …rc = pcre2_match(re, (PCRE2_SPTR)ZSTR_VAL(namelist[i]), ZSTR_LEN(namelist[i]), 0, preg_options, ma… in php_zip_pcre()

Completed in 43 milliseconds