Home
last modified time | relevance | path

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

/PHP-8.0/ext/pcre/pcre2lib/
H A Dpcre2.h140 #define PCRE2_ALT_CIRCUMFLEX 0x00200000u /* J M D */ macro
H A Dpcre2_dfa_match.c960 ((ptr != end_subject || (mb->poptions & PCRE2_ALT_CIRCUMFLEX) != 0 ) in internal_dfa_match()
H A Dpcre2_match.c5777 (mb->poptions & PCRE2_ALT_CIRCUMFLEX) == 0) || in match()
H A Dpcre2_compile.c772 PCRE2_ALLOW_EMPTY_CLASS|PCRE2_ALT_BSUX|PCRE2_ALT_CIRCUMFLEX| \
H A Dpcre2_jit_compile.c13472 common->alt_circumflex = (re->overall_options & PCRE2_ALT_CIRCUMFLEX) != 0; in jit_compile()

Completed in 82 milliseconds