Searched refs:T_PRINT (Results 1 – 4 of 4) sorted by relevance
231 …\T_FUNCTION, \T_CONST, \T_RETURN, \T_PRINT, \T_YIELD, \T_LIST, \T_SWITCH, \T_ENDSWITCH, \T_CASE, \…
10 %right T_PRINT155 …| T_FUNCTION | T_CONST | T_RETURN | T_PRINT | T_YIELD | T_LIST | T_SWITCH | T_ENDSWITCH | T_CASE |…1086 | T_PRINT expr { $$ = Expr\Print_[$2]; }
31 public const T_PRINT = 266; define in PhpParser\\Parser\\Php7
31 public const T_PRINT = 266; define in PhpParser\\Parser\\Php8
Completed in 25 milliseconds