Searched refs:T_ECHO (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/webserver/src/
H A Dphp_parser.h46 T_ECHO = 263, enumerator in enum:yytokentype
137 #define T_ECHO 263 macro
H A Dphp_lexer.l109 "echo" return T_ECHO;
H A Dphp_parser.y92 %token T_ECHO
174 | T_ECHO expr_list ';' { $$ = make_expr_syn_node(PHP_ST_ECHO, $2); }
H A Dphp_parser.c81 T_ECHO = 263, enumerator in enum:yytokentype
172 #define T_ECHO 263 macro
764 "VARIABLE", "T_ECHO", "EXIT", "IF", "DO", "WHILE", "ENDWHILE", "FOR",
H A Dphp_lexer.c1107 return T_ECHO;

Completed in 110 milliseconds