Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcre/pcre2lib/
H A Dpcre2_compile.c226 #define META_CLASS_NOT 0x800e0000u /* start non-empty negative class */ macro
1044 case META_CLASS_NOT: fprintf(stderr, "META [^"); break; in show_parsed()
3405 *parsed_pattern++ = negate_class? META_CLASS_NOT : META_CLASS; in parse_regex()
5638 case META_CLASS_NOT: in compile_branch()
5641 negate_class = meta == META_CLASS_NOT; in compile_branch()
9210 case META_CLASS_NOT: in get_branchlength()
9654 case META_CLASS_NOT: in check_lookbehinds()

Completed in 24 milliseconds