Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_compile.c226 #define META_CLASS_NOT 0x800e0000u /* start non-empty negative class */ macro
1039 case META_CLASS_NOT: fprintf(stderr, "META [^"); break; in show_parsed()
3299 *parsed_pattern++ = negate_class? META_CLASS_NOT : META_CLASS; in parse_regex()
5532 case META_CLASS_NOT: in compile_branch()
5535 negate_class = meta == META_CLASS_NOT; in compile_branch()
9086 case META_CLASS_NOT: in get_branchlength()
9530 case META_CLASS_NOT: in check_lookbehinds()

Completed in 24 milliseconds