Searched refs:ESC_p (Results 1 – 2 of 2) sorted by relevance
/PHP-8.0/ext/pcre/pcre2lib/ |
H A D | pcre2_compile.c | 542 -ESC_p, 0, 965 if (meta_arg == ESC_P || meta_arg == ESC_p) in show_parsed() 3021 ESC_p : ESC_P); in parse_regex() 3045 case ESC_p: in parse_regex() 3242 *parsed_pattern++ = META_ESCAPE + ESC_p; in parse_regex() 3568 ESC_p : ESC_P); in parse_regex() 3592 case ESC_p: in parse_regex() 5871 case ESC_p: in compile_branch() 7761 if (meta_arg == ESC_P || meta_arg == ESC_p) in compile_branch() 7769 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 45 milliseconds