Home
last modified time | relevance | path

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

/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_parser.h66 T_TRUTHY = 262, enumerator
87 #define T_TRUTHY 262 macro
H A Dphpdbg_parser.y48 %token T_TRUTHY "truthy (true, on, yes or enabled)"
132 | T_TRUTHY { $$ = $1; }
H A Dphpdbg_parser.c154 T_TRUTHY = 262, enumerator
175 #define T_TRUTHY 262 macro
H A Dphpdbg_lexer.c802 return T_TRUTHY; in phpdbg_lex()

Completed in 22 milliseconds