Home
last modified time | relevance | path

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

/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_parser.h76 T_ADDR = 272, enumerator
99 #define T_ADDR 272 macro
H A Dphpdbg_parser.y61 %token T_ADDR "address"
141 | T_ADDR { $$ = $1; }
H A Dphpdbg_parser.c169 T_ADDR = 272, enumerator
192 #define T_ADDR 272 macro
H A Dphpdbg_lexer.c1246 return T_ADDR; in phpdbg_lex()

Completed in 33 milliseconds