Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_compile.c254 #define META_LOOKBEHINDNOT 0x80260000u /* (?<! */ macro
669 { 3, META_LOOKBEHINDNOT },
675 { 19, META_LOOKBEHINDNOT },
1071 case META_LOOKBEHINDNOT: in show_parsed()
3727 (meta < META_LOOKAHEAD || meta > META_LOOKBEHINDNOT)) in parse_regex()
3756 case META_LOOKBEHINDNOT: in parse_regex()
4468 META_LOOKBEHINDNOT : META_LOOKBEHIND_NA; in parse_regex()
6412 case META_LOOKBEHINDNOT: in compile_branch()
8894 case META_LOOKBEHINDNOT: in parsed_skip()
9166 case META_LOOKBEHINDNOT: in get_branchlength()
[all …]

Completed in 28 milliseconds