Home
last modified time | relevance | path

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

/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_parser.y59 %token T_ID "identifier (command or function name)"
77 : T_ID T_COLON T_DIGITS {
82 | T_ID T_COLON T_POUND T_DIGITS {
87 | T_PROTO T_ID T_COLON T_DIGITS {
97 | T_PROTO T_ID T_COLON T_POUND T_DIGITS {
107 | T_ID T_DCOLON T_ID {
112 | T_ID T_DCOLON T_ID T_POUND T_DIGITS {
118 | T_ID T_POUND T_DIGITS {
135 | T_ID { $$ = $1; }
H A Dphpdbg_parser.h77 T_ID = 273, enumerator
98 #define T_ID 273 macro
H A Dphpdbg_parser.c165 T_ID = 273, enumerator
186 #define T_ID 273 macro
H A Dphpdbg_lexer.c467 return T_ID; in phpdbg_lex()

Completed in 14 milliseconds