Home
last modified time | relevance | path

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

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

Completed in 32 milliseconds