Home
last modified time | relevance | path

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

/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_parser.h66 T_TRUTHY = 262, enumerator
89 #define T_TRUTHY 262 macro
H A Dphpdbg_parser.y51 %token T_TRUTHY "truthy (true, on, yes or enabled)"
143 | T_TRUTHY { $$ = $1; }
H A Dphpdbg_parser.c159 T_TRUTHY = 262, enumerator
182 #define T_TRUTHY 262 macro
H A Dphpdbg_lexer.c921 return T_TRUTHY; in phpdbg_lex()

Completed in 30 milliseconds