Home
last modified time | relevance | path

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

/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_compile.c237 #define META_POSIX 0x801c0000u /* POSIX class item */ macro
977 case META_POSIX: fprintf(stderr, "META_POSIX %d", *pptr++); break; in show_parsed()
3225 *parsed_pattern++ = posix_negate? META_POSIX_NEG : META_POSIX; in parse_regex()
5260 if (meta == META_POSIX || meta == META_POSIX_NEG) in compile_branch()
9057 case META_POSIX: in check_lookbehinds()

Completed in 26 milliseconds