Searched refs:ESC_p (Results 1 – 2 of 2) sorted by relevance
/PHP-8.3/ext/pcre/pcre2lib/ |
H A D | pcre2_compile.c | 544 -ESC_p, 0, 970 if (meta_arg == ESC_P || meta_arg == ESC_p) in show_parsed() 3129 ESC_p : ESC_P); in parse_regex() 3153 case ESC_p: in parse_regex() 3350 *parsed_pattern++ = META_ESCAPE + ESC_p; in parse_regex() 3676 ESC_p : ESC_P); in parse_regex() 3700 case ESC_p: in parse_regex() 5982 case ESC_p: in compile_branch() 7878 if (meta_arg == ESC_P || meta_arg == ESC_p) in compile_branch() 7886 if (meta_arg == ESC_p && ptype == PT_ANY) in compile_branch() [all …]
|
H A D | pcre2_internal.h | 1337 ESC_W, ESC_w, ESC_N, ESC_dum, ESC_C, ESC_P, ESC_p, ESC_R, ESC_H, enumerator
|
Completed in 36 milliseconds