Home
last modified time | relevance | path

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

/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_parser.h67 T_FALSY = 263, enumerator
88 #define T_FALSY 263 macro
H A Dphpdbg_parser.y49 %token T_FALSY "falsy (false, off, no or disabled)"
133 | T_FALSY { $$ = $1; }
H A Dphpdbg_parser.c155 T_FALSY = 263, enumerator
176 #define T_FALSY 263 macro
H A Dphpdbg_lexer.c855 return T_FALSY; in phpdbg_lex()

Completed in 18 milliseconds