Home
last modified time | relevance | path

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

/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_parser.y59 %token T_DIGITS "digits (numbers)"
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 {
123 | T_ID T_DCOLON T_ID T_POUND T_DIGITS {
129 | T_ID T_POUND T_DIGITS {
145 | T_DIGITS { $$ = $1; }
H A Dphpdbg_parser.h74 T_DIGITS = 270, enumerator
97 #define T_DIGITS 270 macro
H A Dphpdbg_parser.c167 T_DIGITS = 270, enumerator
190 #define T_DIGITS 270 macro
H A Dphpdbg_lexer.c606 return T_DIGITS; in phpdbg_lex()

Completed in 14 milliseconds