Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_substitute.c91 if (ptr[0] == CHAR_BACKSLASH && ptr < ptrend - 1 && ptr[1] == CHAR_E) in find_text_end()
525 if (ptr[0] == CHAR_BACKSLASH && ptr < repend - 1 && ptr[1] == CHAR_E) in pcre2_substitute()
H A Dpcre2_internal.h722 #define CHAR_E 'E' macro
1019 #define CHAR_E '\105' macro
H A Dpcre2_compile.c2722 if (c == CHAR_BACKSLASH && ptr < ptrend && *ptr == CHAR_E) in parse_regex()
2856 if (*ptr == CHAR_Q || *ptr == CHAR_E) in parse_regex()
3380 if (ptr < ptrend && *ptr == CHAR_E) ptr++; in parse_regex()
3428 if (c == CHAR_BACKSLASH && ptr < ptrend && *ptr == CHAR_E) in parse_regex()

Completed in 34 milliseconds