Home
last modified time | relevance | path

Searched refs:T_COLON (Results 1 – 4 of 4) sorted by relevance

/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_parser.y54 %token T_COLON ": (colon)"
88 : T_ID T_COLON T_DIGITS {
93 | T_ID T_COLON T_POUND T_DIGITS {
98 | T_PROTO T_ID T_COLON T_DIGITS {
108 | T_PROTO T_ID T_COLON T_POUND T_DIGITS {
H A Dphpdbg_parser.h69 T_COLON = 265, enumerator
92 #define T_COLON 265 macro
H A Dphpdbg_parser.c162 T_COLON = 265, enumerator
185 #define T_COLON 265 macro
H A Dphpdbg_lexer.c930 return T_COLON; in phpdbg_lex()

Completed in 18 milliseconds