Home
last modified time | relevance | path

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

/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_parser.h72 T_SEPARATOR = 268, enumerator
95 #define T_SEPARATOR 268 macro
H A Dphpdbg_parser.y57 %token T_SEPARATOR "# (pound sign)"
72 | input T_SEPARATOR command { phpdbg_stack_separate($1.top); $$ = $3; }
H A Dphpdbg_parser.c165 T_SEPARATOR = 268, enumerator
188 #define T_SEPARATOR 268 macro
H A Dphpdbg_lexer.c552 return T_SEPARATOR; in phpdbg_lex()
1744 return T_SEPARATOR; in phpdbg_lex()

Completed in 22 milliseconds