Home
last modified time | relevance | path

Searched refs:T_SHELL (Results 1 – 5 of 5) sorted by relevance

/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_parser.h64 T_SHELL = 260, enumerator
85 #define T_SHELL 260 macro
H A Dphpdbg_lexer.l150 <INITIAL>{T_SHELL}{WS} {
153 return T_SHELL;
H A Dphpdbg_parser.y46 %token T_SHELL "shell"
144 | T_SHELL T_INPUT {
H A Dphpdbg_parser.c152 T_SHELL = 260, enumerator
173 #define T_SHELL 260 macro
H A Dphpdbg_lexer.c275 return T_SHELL; in phpdbg_lex()

Completed in 22 milliseconds