Home
last modified time | relevance | path

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

/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_parser.y53 %token T_POUND "# (pound sign)"
82 | T_ID T_COLON T_POUND T_DIGITS {
97 | T_PROTO T_ID T_COLON T_POUND T_DIGITS {
112 | T_ID T_DCOLON T_ID T_POUND T_DIGITS {
118 | T_ID T_POUND T_DIGITS {
H A Dphpdbg_parser.h71 T_POUND = 267, enumerator
92 #define T_POUND 267 macro
H A Dphpdbg_parser.c159 T_POUND = 267, enumerator
180 #define T_POUND 267 macro
H A Dphpdbg_lexer.c631 return T_POUND; in phpdbg_lex()

Completed in 16 milliseconds