Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_internal.h1298 #define CHAR_BS '\b' macro
1553 #define CHAR_BS '\010' macro
H A Dpcre_compile.c4286 else if (escape == ESC_b) c = CHAR_BS; /* \b is backspace in a class */ in compile_branch()
4493 if (descape == ESC_b) d = CHAR_BS; else in compile_branch()

Completed in 46 milliseconds