Home
last modified time | relevance | path

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

/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_internal.h1251 #define CHAR_BS '\b' macro
1511 #define CHAR_BS '\010' macro
H A Dpcre_compile.c5135 else if (escape == ESC_b) c = CHAR_BS; /* \b is backspace in a class */ in compile_branch()
5350 if (descape == ESC_b) d = CHAR_BS; else in compile_branch()

Completed in 41 milliseconds