Home
last modified time | relevance | path

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

/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_parser.y57 %token T_DIGITS "digits (numbers)"
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 {
121 | T_ID T_DCOLON T_ID T_POUND T_DIGITS {
127 | T_ID T_POUND T_DIGITS {
143 | T_DIGITS { $$ = $1; }
H A Dphpdbg_parser.h74 T_DIGITS = 270, enumerator
97 #define T_DIGITS 270 macro
H A Dphpdbg_parser.c165 T_DIGITS = 270, enumerator
188 #define T_DIGITS 270 macro
H A Dphpdbg_lexer.c367 return T_DIGITS; in phpdbg_lex()

Completed in 17 milliseconds