Home
last modified time | relevance | path

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

/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_parser.h76 T_OPCODE = 272, enumerator
97 #define T_OPCODE 272 macro
H A Dphpdbg_parser.y58 %token T_OPCODE "opcode"
129 | T_OPCODE { $$ = $1; }
H A Dphpdbg_parser.c164 T_OPCODE = 272, enumerator
185 #define T_OPCODE 272 macro
H A Dphpdbg_lexer.c748 return T_OPCODE; in phpdbg_lex()

Completed in 19 milliseconds