Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_compile.c242 #define META_RANGE_ESCAPED 0x801e0000u /* range with at least one escape */ macro
1045 case META_RANGE_ESCAPED: fprintf(stderr, "META - (escaped)"); break; in show_parsed()
3442 META_RANGE_LITERAL : META_RANGE_ESCAPED; in parse_regex()
3463 parsed_pattern[-1] = META_RANGE_ESCAPED; in parse_regex()
5907 if (pptr[1] == META_RANGE_LITERAL || pptr[1] == META_RANGE_ESCAPED) in compile_branch()
9542 case META_RANGE_ESCAPED: in check_lookbehinds()

Completed in 41 milliseconds