Home
last modified time | relevance | path

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

/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_parser.h67 T_FALSY = 263, enumerator
90 #define T_FALSY 263 macro
H A Dphpdbg_parser.y52 %token T_FALSY "falsy (false, off, no or disabled)"
144 | T_FALSY { $$ = $1; }
H A Dphpdbg_parser.c160 T_FALSY = 263, enumerator
183 #define T_FALSY 263 macro
H A Dphpdbg_lexer.c1308 return T_FALSY; in phpdbg_lex()

Completed in 13 milliseconds