Home
last modified time | relevance | path

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

/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_parser.h76 T_ADDR = 272, enumerator
99 #define T_ADDR 272 macro
H A Dphpdbg_parser.y59 %token T_ADDR "address"
139 | T_ADDR { $$ = $1; }
H A Dphpdbg_parser.c167 T_ADDR = 272, enumerator
190 #define T_ADDR 272 macro
H A Dphpdbg_lexer.c1004 return T_ADDR; in phpdbg_lex()

Completed in 14 milliseconds