Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_compile.c254 #define META_LOOKBEHINDNOT 0x80260000u /* (?<! */ macro
671 { 3, META_LOOKBEHINDNOT },
677 { 19, META_LOOKBEHINDNOT },
1076 case META_LOOKBEHINDNOT: in show_parsed()
3835 (meta < META_LOOKAHEAD || meta > META_LOOKBEHINDNOT)) in parse_regex()
3864 case META_LOOKBEHINDNOT: in parse_regex()
4577 META_LOOKBEHINDNOT : META_LOOKBEHIND_NA; in parse_regex()
6524 case META_LOOKBEHINDNOT: in compile_branch()
9020 case META_LOOKBEHINDNOT: in parsed_skip()
9292 case META_LOOKBEHINDNOT: in get_branchlength()
[all …]

Completed in 36 milliseconds