Home
last modified time | relevance | path

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

/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_parser.h71 T_POUND = 267, enumerator
94 #define T_POUND 267 macro
H A Dphpdbg_parser.y54 %token T_POUND "# (pound sign followed by digits)"
91 | T_ID T_COLON T_POUND T_DIGITS {
106 | T_PROTO T_ID T_COLON T_POUND T_DIGITS {
121 | T_ID T_DCOLON T_ID T_POUND T_DIGITS {
127 | T_ID T_POUND T_DIGITS {
H A Dphpdbg_parser.c162 T_POUND = 267, enumerator
185 #define T_POUND 267 macro
H A Dphpdbg_lexer.c583 return T_POUND; in phpdbg_lex()

Completed in 20 milliseconds