Home
last modified time | relevance | path

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

/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_parser.h64 T_SHELL = 260, enumerator
87 #define T_SHELL 260 macro
H A Dphpdbg_lexer.l187 <INITIAL>{T_SHELL}{WS} {
190 return T_SHELL;
H A Dphpdbg_parser.y49 %token T_SHELL "shell"
160 | T_SHELL req_id T_INPUT {
H A Dphpdbg_parser.c157 T_SHELL = 260, enumerator
180 #define T_SHELL 260 macro
H A Dphpdbg_lexer.c320 return T_SHELL; in phpdbg_lex()

Completed in 16 milliseconds