Home
last modified time | relevance | path

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

/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_parser.h75 T_ADDR = 271, enumerator
96 #define T_ADDR 271 macro
H A Dphpdbg_parser.y57 %token T_ADDR "address"
130 | T_ADDR { $$ = $1; }
H A Dphpdbg_parser.c163 T_ADDR = 271, enumerator
184 #define T_ADDR 271 macro
H A Dphpdbg_lexer.c986 return T_ADDR; in phpdbg_lex()

Completed in 23 milliseconds