T_DIGITS 646 sapi/phpdbg/phpdbg_lexer.c return T_DIGITS; T_DIGITS 59 sapi/phpdbg/phpdbg_parser.y %token T_DIGITS "digits (numbers)" T_DIGITS 88 sapi/phpdbg/phpdbg_parser.y : T_ID T_COLON T_DIGITS { T_DIGITS 93 sapi/phpdbg/phpdbg_parser.y | T_ID T_COLON T_POUND T_DIGITS { T_DIGITS 98 sapi/phpdbg/phpdbg_parser.y | T_PROTO T_ID T_COLON T_DIGITS { T_DIGITS 108 sapi/phpdbg/phpdbg_parser.y | T_PROTO T_ID T_COLON T_POUND T_DIGITS { T_DIGITS 123 sapi/phpdbg/phpdbg_parser.y | T_ID T_DCOLON T_ID T_POUND T_DIGITS { T_DIGITS 129 sapi/phpdbg/phpdbg_parser.y | T_ID T_POUND T_DIGITS { T_DIGITS 145 sapi/phpdbg/phpdbg_parser.y | T_DIGITS { $$ = $1; }