Searched refs:ESC_p (Results 1 – 2 of 2) sorted by relevance
/PHP-8.1/ext/pcre/pcre2lib/ |
H A D | pcre2_compile.c | 542 -ESC_p, 0, 968 if (meta_arg == ESC_P || meta_arg == ESC_p) in show_parsed() 3042 ESC_p : ESC_P); in parse_regex() 3066 case ESC_p: in parse_regex() 3263 *parsed_pattern++ = META_ESCAPE + ESC_p; in parse_regex() 3589 ESC_p : ESC_P); in parse_regex() 3613 case ESC_p: in parse_regex() 5893 case ESC_p: in compile_branch() 7783 if (meta_arg == ESC_P || meta_arg == ESC_p) in compile_branch() 7791 if (meta_arg == ESC_p && ptype == PT_ANY) in compile_branch() [all …]
|
H A D | pcre2_internal.h | 1313 ESC_W, ESC_w, ESC_N, ESC_dum, ESC_C, ESC_P, ESC_p, ESC_R, ESC_H, enumerator
|
Completed in 30 milliseconds