Home
last modified time | relevance | path

Searched refs:ESC_B (Results 1 – 2 of 2) sorted by relevance

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_internal.h1312 enum { ESC_A = 1, ESC_G, ESC_K, ESC_B, ESC_b, ESC_D, ESC_d, ESC_S, ESC_s, enumerator
H A Dpcre2_compile.c519 -ESC_B, -ESC_C,
576 /* C0 */ '{', -ESC_A, -ESC_B, -ESC_C, -ESC_D, -ESC_E, 0, -ESC_G,
3514 case ESC_B: /* Always an error in a class */ in parse_regex()
7790 if ((meta_arg == ESC_b || meta_arg == ESC_B || meta_arg == ESC_A) && in compile_branch()

Completed in 46 milliseconds