Home
last modified time | relevance | path

Searched refs:META_CLASS_EMPTY_NOT (Results 1 – 1 of 1) sorted by last modified time

/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_compile.c221 #define META_CLASS_EMPTY_NOT 0x800c0000u /* negative empty class */ macro
972 case META_CLASS_EMPTY_NOT: fprintf(stderr, "META [^]"); break; in show_parsed()
3085 *parsed_pattern++ = negate_class? META_CLASS_EMPTY_NOT : META_CLASS_EMPTY; in parse_regex()
5138 case META_CLASS_EMPTY_NOT: in compile_branch()
5140 *code++ = (meta == META_CLASS_EMPTY_NOT)? OP_ALLANY : OP_FAIL; in compile_branch()
8637 case META_CLASS_EMPTY_NOT: in get_branchlength()
9012 case META_CLASS_EMPTY_NOT: in check_lookbehinds()

Completed in 22 milliseconds