T_TRUTHY          921 sapi/phpdbg/phpdbg_lexer.c 	return T_TRUTHY;
T_TRUTHY           51 sapi/phpdbg/phpdbg_parser.y %token T_TRUTHY     "truthy (true, on, yes or enabled)"
T_TRUTHY          143 sapi/phpdbg/phpdbg_parser.y 	| T_TRUTHY { $$ = $1; }