Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_compile.c890 if (ptr[1] == CHAR_LESS_THAN_SIGN || ptr[1] == CHAR_APOSTROPHE) in check_escape()
1464 ptr[1] != CHAR_EQUALS_SIGN) || *ptr == CHAR_APOSTROPHE) in find_parens_sub()
5798 else if (ptr[1] == CHAR_APOSTROPHE) in compile_branch()
5800 terminator = CHAR_APOSTROPHE; in compile_branch()
6057 case CHAR_APOSTROPHE: in compile_branch()
6060 CHAR_GREATER_THAN_SIGN : CHAR_APOSTROPHE; in compile_branch()
6783 CHAR_GREATER_THAN_SIGN : CHAR_APOSTROPHE; in compile_branch()
6837 ptr[1] != CHAR_APOSTROPHE && ptr[1] != CHAR_LEFT_CURLY_BRACKET)) in compile_branch()
6844 CHAR_GREATER_THAN_SIGN : (*ptr == CHAR_APOSTROPHE)? in compile_branch()
6845 CHAR_APOSTROPHE : CHAR_RIGHT_CURLY_BRACKET; in compile_branch()
H A Dpcre_internal.h1308 #define CHAR_APOSTROPHE '\'' macro
1566 #define CHAR_APOSTROPHE '\047' macro

Completed in 38 milliseconds