Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_substitute.c550 if (!star && next >= CHAR_0 && next <= CHAR_9) in pcre2_substitute()
556 if (next < CHAR_0 || next > CHAR_9) break; in pcre2_substitute()
568 while (++ptr < repend && *ptr >= CHAR_0 && *ptr <= CHAR_9); in pcre2_substitute()
H A Dpcre2_internal.h711 #define CHAR_9 '9' macro
1001 #define CHAR_9 '\071' macro
H A Dpcre2_compile.c406 #define IS_DIGIT(x) ((x) >= CHAR_0 && (x) <= CHAR_9)
559 #define ESCAPES_LAST CHAR_9
1773 case CHAR_6: case CHAR_7: case CHAR_8: case CHAR_9: in PRIV()
4095 case CHAR_5: case CHAR_6: case CHAR_7: case CHAR_8: case CHAR_9: in parse_regex()

Completed in 53 milliseconds