T_DIGITS          524 sapi/phpdbg/phpdbg_lexer.c 	return T_DIGITS;
T_DIGITS           55 sapi/phpdbg/phpdbg_parser.y %token T_DIGITS     "digits (numbers)"
T_DIGITS           77 sapi/phpdbg/phpdbg_parser.y 	: T_ID T_COLON T_DIGITS { 	
T_DIGITS           82 sapi/phpdbg/phpdbg_parser.y 	| T_ID T_COLON T_POUND T_DIGITS {
T_DIGITS           87 sapi/phpdbg/phpdbg_parser.y 	| T_PROTO T_ID T_COLON T_DIGITS {
T_DIGITS           97 sapi/phpdbg/phpdbg_parser.y 	| T_PROTO T_ID T_COLON T_POUND T_DIGITS {
T_DIGITS          112 sapi/phpdbg/phpdbg_parser.y 	| T_ID T_DCOLON T_ID T_POUND T_DIGITS { 
T_DIGITS          118 sapi/phpdbg/phpdbg_parser.y 	| T_ID T_POUND T_DIGITS {
T_DIGITS          134 sapi/phpdbg/phpdbg_parser.y 	| T_DIGITS { $$ = $1; }