Home
last modified time | relevance | path

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

/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_parser.h63 T_RUN = 259, enumerator
86 #define T_RUN 259 macro
H A Dphpdbg_lexer.l193 <INITIAL>({T_RUN}|{T_RUN_SHORT}){WS} {
196 return T_RUN;
H A Dphpdbg_parser.y48 %token T_RUN "run"
165 | T_RUN req_id {
169 | T_RUN req_id T_INPUT {
H A Dphpdbg_parser.c156 T_RUN = 259, enumerator
179 #define T_RUN 259 macro
H A Dphpdbg_lexer.c272 return T_RUN; in phpdbg_lex()

Completed in 17 milliseconds