Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_compile.c2518 BOOL negate_class; in parse_regex() local
3266 negate_class = FALSE; in parse_regex()
3282 else if (!negate_class && c == CHAR_CIRCUMFLEX_ACCENT) in parse_regex()
3283 negate_class = TRUE; in parse_regex()
3299 *parsed_pattern++ = negate_class? META_CLASS_NOT : META_CLASS; in parse_regex()
5370 BOOL negate_class; in compile_branch() local
5535 negate_class = meta == META_CLASS_NOT; in compile_branch()
6065 *code = negate_class? XCL_NOT:0; in compile_branch()
6076 if (negate_class && !xclass_has_prop) in compile_branch()
6099 *code++ = (negate_class == should_flip_negation) ? OP_CLASS : OP_NCLASS; in compile_branch()
[all …]

Completed in 23 milliseconds