Home
last modified time | relevance | path

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

/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_parser.h77 T_OPCODE = 273, enumerator
100 #define T_OPCODE 273 macro
H A Dphpdbg_parser.y62 %token T_OPCODE "opcode"
140 | T_OPCODE { $$ = $1; }
H A Dphpdbg_parser.c170 T_OPCODE = 273, enumerator
193 #define T_OPCODE 273 macro
H A Dphpdbg_lexer.c1487 return T_OPCODE; in phpdbg_lex()

Completed in 19 milliseconds