Home
last modified time | relevance | path

Searched refs:PCRE2_ALT_VERBNAMES (Results 1 – 2 of 2) sorted by relevance

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2.h141 #define PCRE2_ALT_VERBNAMES 0x00400000u /* C */ macro
H A Dpcre2_compile.c773 PCRE2_ALT_VERBNAMES|PCRE2_DOLLAR_ENDONLY|PCRE2_DOTALL|PCRE2_DUPNAMES| \
2659 ((options & (PCRE2_EXTENDED | PCRE2_ALT_VERBNAMES)) != in parse_regex()
2660 (PCRE2_EXTENDED | PCRE2_ALT_VERBNAMES)) || in parse_regex()
2709 if ((options & PCRE2_ALT_VERBNAMES) != 0) in parse_regex()

Completed in 27 milliseconds