Home
last modified time | relevance | path

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

/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_parser.y61 %token T_ID "identifier (command or function name)"
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 {
116 | T_ID T_DCOLON T_ID {
121 | T_ID T_DCOLON T_ID T_POUND T_DIGITS {
127 | T_ID T_POUND T_DIGITS {
144 | T_ID { $$ = $1; }
H A Dphpdbg_parser.h78 T_ID = 274, enumerator
101 #define T_ID 274 macro
H A Dphpdbg_parser.c169 T_ID = 274, enumerator
192 #define T_ID 274 macro
H A Dphpdbg_lexer.c234 return T_ID; in phpdbg_lex()

Completed in 16 milliseconds