Home
last modified time | relevance | path

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

/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_parser.y63 %token T_ID "identifier (command or function name)"
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 {
118 | T_ID T_DCOLON T_ID {
123 | T_ID T_DCOLON T_ID T_POUND T_DIGITS {
129 | T_ID T_POUND T_DIGITS {
146 | T_ID { $$ = $1; }
H A Dphpdbg_parser.h78 T_ID = 274, enumerator
101 #define T_ID 274 macro
H A Dphpdbg_parser.c171 T_ID = 274, enumerator
194 #define T_ID 274 macro
H A Dphpdbg_lexer.c539 return T_ID; in phpdbg_lex()

Completed in 26 milliseconds