Searched refs:ESC_s (Results 1 – 2 of 2) sorted by relevance
/PHP-8.3/ext/pcre/pcre2lib/ |
H A D | pcre2_compile.c | 545 CHAR_CR, -ESC_s, 574 /* A0 */ 0, '~', -ESC_s, CHAR_HT, 0, -ESC_v, -ESC_w, 0, 3116 case ESC_s: in parse_regex() 3128 ((escape == ESC_d || escape == ESC_s || escape == ESC_w)? in parse_regex() 3137 case ESC_s: in parse_regex() 3664 case ESC_s: in parse_regex() 3675 ((escape == ESC_d || escape == ESC_s || escape == ESC_w)? in parse_regex() 3684 case ESC_s: in parse_regex() 5942 case ESC_s: in compile_branch()
|
H A D | pcre2_internal.h | 1336 enum { ESC_A = 1, ESC_G, ESC_K, ESC_B, ESC_b, ESC_D, ESC_d, ESC_S, ESC_s, enumerator
|
Completed in 36 milliseconds