Home
last modified time | relevance | path

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

/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_parser.h66 T_TRUTHY = 262, enumerator
89 #define T_TRUTHY 262 macro
H A Dphpdbg_parser.y49 %token T_TRUTHY "truthy (true, on, yes or enabled)"
141 | T_TRUTHY { $$ = $1; }
H A Dphpdbg_parser.c157 T_TRUTHY = 262, enumerator
180 #define T_TRUTHY 262 macro
H A Dphpdbg_lexer.c1079 return T_TRUTHY; in phpdbg_lex()

Completed in 12 milliseconds