Home
last modified time | relevance | path

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

/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_parser.y56 %token T_POUND "# (pound sign followed by digits)"
93 | T_ID T_COLON T_POUND T_DIGITS {
108 | T_PROTO T_ID T_COLON T_POUND T_DIGITS {
123 | T_ID T_DCOLON T_ID T_POUND T_DIGITS {
129 | T_ID T_POUND T_DIGITS {
H A Dphpdbg_parser.h71 T_POUND = 267, enumerator
94 #define T_POUND 267 macro
H A Dphpdbg_parser.c164 T_POUND = 267, enumerator
187 #define T_POUND 267 macro
H A Dphpdbg_lexer.c1490 return T_POUND; in phpdbg_lex()

Completed in 31 milliseconds