Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_internal.h710 #define CHAR_8 '8' macro
1000 #define CHAR_8 '\070' macro
H A Dpcre2_compile.c1773 case CHAR_6: case CHAR_7: case CHAR_8: case CHAR_9: in PRIV()
1786 if (s < 10 || oldptr[-1] >= CHAR_8 || s <= (int)cb->bracount) in PRIV()
1800 if (c >= CHAR_8) break; in PRIV()
4095 case CHAR_5: case CHAR_6: case CHAR_7: case CHAR_8: case CHAR_9: in parse_regex()

Completed in 39 milliseconds