Home
last modified time | relevance | path

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

/PHP-8.3/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-8.3/ext/pcre/pcre2lib/
H A Dpcre2.h132 #define PCRE2_NO_AUTO_CAPTURE 0x00002000u /* C */ macro
H A Dpcre2_compile.c778 PCRE2_NEVER_UTF|PCRE2_NO_AUTO_CAPTURE|PCRE2_NO_AUTO_POSSESS| \
2575 PCRE2_EXTENDED|PCRE2_EXTENDED_MORE|PCRE2_MULTILINE|PCRE2_NO_AUTO_CAPTURE| \
3776 if ((options & PCRE2_NO_AUTO_CAPTURE) == 0) in parse_regex()
4055 options &= ~(PCRE2_CASELESS|PCRE2_MULTILINE|PCRE2_NO_AUTO_CAPTURE| in parse_regex()
4084 case CHAR_n: *optset |= PCRE2_NO_AUTO_CAPTURE; break; in parse_regex()
/PHP-8.3/ext/pcre/
H A Dphp_pcre.c720 case 'n': coptions |= PCRE2_NO_AUTO_CAPTURE; break; in pcre_get_compiled_regex_cache_ex()
/PHP-8.3/ext/pgsql/
H A Dpgsql.c4445 uint32_t options = PCRE2_NO_AUTO_CAPTURE; in php_pgsql_convert_match()

Completed in 114 milliseconds