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