Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_internal.h736 #define CHAR_R 'R' macro
1026 #define CHAR_R '\122' macro
H A Dpcre2_compile.c4073 case CHAR_R: in parse_regex()
4355 if (*ptr == CHAR_R && ptrend - ptr > 1 && ptr[1] == CHAR_AMPERSAND) in parse_regex()
4393 *parsed_pattern = (*name == CHAR_R && i >= (int)namelen)? in parse_regex()

Completed in 46 milliseconds