Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_internal.h709 #define CHAR_8 '8' macro
1006 #define CHAR_8 '\070' macro
H A Dpcre2_compile.c1794 case CHAR_6: case CHAR_7: case CHAR_8: case CHAR_9: in PRIV()
1810 (s < 10 || oldptr[-1] >= CHAR_8 || s <= (int)cb->bracount)) in PRIV()
1825 if (c >= CHAR_8) break; in PRIV()
4203 case CHAR_5: case CHAR_6: case CHAR_7: case CHAR_8: case CHAR_9: in parse_regex()

Completed in 61 milliseconds