Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_internal.h1317 #define CHAR_LEFT_SQUARE_BRACKET '[' macro
1580 #define CHAR_LEFT_SQUARE_BRACKET '\133' macro
H A Dpcre_compile.c174 -ESC_Z, CHAR_LEFT_SQUARE_BRACKET,
3943 else if ((*ptr == CHAR_LEFT_SQUARE_BRACKET && ptr[1] == terminator) || in check_posix_syntax()
4819 case CHAR_LEFT_SQUARE_BRACKET: in compile_branch()
4971 if (c == CHAR_LEFT_SQUARE_BRACKET && in compile_branch()
5362 else if (d == CHAR_LEFT_SQUARE_BRACKET && in compile_branch()

Completed in 43 milliseconds