Home
last modified time | relevance | path

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

/php-src/ext/opcache/
H A Dzend_accelerator_blacklist.c181 …if ((it->re = pcre2_compile((PCRE2_SPTR)regexp, p - regexp, PCRE2_NO_AUTO_CAPTURE, &errnumber, &pc… in zend_accel_blacklist_update_regexp()
/php-src/ext/pcre/pcre2lib/
H A Dpcre2.h132 #define PCRE2_NO_AUTO_CAPTURE 0x00002000u /* C */ macro
H A Dpcre2_compile.c780 PCRE2_NEVER_UTF|PCRE2_NO_AUTO_CAPTURE|PCRE2_NO_AUTO_POSSESS| \
2744 PCRE2_EXTENDED|PCRE2_EXTENDED_MORE|PCRE2_MULTILINE|PCRE2_NO_AUTO_CAPTURE| \
3936 if ((options & PCRE2_NO_AUTO_CAPTURE) == 0) in parse_regex()
4220 options &= ~(PCRE2_CASELESS|PCRE2_MULTILINE|PCRE2_NO_AUTO_CAPTURE| in parse_regex()
4292 case CHAR_n: *optset |= PCRE2_NO_AUTO_CAPTURE; break; in parse_regex()
/php-src/ext/pcre/
H A Dphp_pcre.c704 case 'n': coptions |= PCRE2_NO_AUTO_CAPTURE; break; in pcre_get_compiled_regex_cache_ex()

Completed in 68 milliseconds