Searched refs:ESC_E (Results 1 – 2 of 2) sorted by relevance
/PHP-5.3/ext/pcre/pcrelib/ |
H A D | pcre_compile.c | 156 -ESC_D, -ESC_E, 206 /* C0 */ '{',-ESC_A, -ESC_B, -ESC_C, -ESC_D,-ESC_E, 0, -ESC_G, 4301 else if (escape == ESC_E) continue; /* Ignore orphan \E */ in compile_branch() 6756 if (escape == ESC_E) continue; /* Perl ignores an orphan \E */ in compile_branch()
|
H A D | pcre_internal.h | 1876 ESC_E, ESC_Q, ESC_g, ESC_k, enumerator
|
Completed in 57 milliseconds