Home
last modified time | relevance | path

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

/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_parser.h67 T_FALSY = 263, enumerator
90 #define T_FALSY 263 macro
H A Dphpdbg_parser.y50 %token T_FALSY "falsy (false, off, no or disabled)"
142 | T_FALSY { $$ = $1; }
H A Dphpdbg_parser.c158 T_FALSY = 263, enumerator
181 #define T_FALSY 263 macro
H A Dphpdbg_lexer.c1066 return T_FALSY; in phpdbg_lex()

Completed in 13 milliseconds