Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_internal.h735 #define CHAR_R 'R' macro
1032 #define CHAR_R '\122' macro
H A Dpcre2_compile.c4181 case CHAR_R: in parse_regex()
4464 if (*ptr == CHAR_R && ptrend - ptr > 1 && ptr[1] == CHAR_AMPERSAND) in parse_regex()
4502 *parsed_pattern = (*name == CHAR_R && i >= (int)namelen)? in parse_regex()

Completed in 31 milliseconds