Home
last modified time | relevance | path

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

/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_parser.h69 T_COLON = 265, enumerator
92 #define T_COLON 265 macro
H A Dphpdbg_parser.y52 %token T_COLON ": (colon)"
86 : T_ID T_COLON T_DIGITS {
91 | T_ID T_COLON T_POUND T_DIGITS {
96 | T_PROTO T_ID T_COLON T_DIGITS {
106 | T_PROTO T_ID T_COLON T_POUND T_DIGITS {
H A Dphpdbg_parser.c160 T_COLON = 265, enumerator
183 #define T_COLON 265 macro
H A Dphpdbg_lexer.c690 return T_COLON; in phpdbg_lex()

Completed in 12 milliseconds