Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/Internal/
H A DTokenPolyfill.php231 …\T_FUNCTION, \T_CONST, \T_RETURN, \T_PRINT, \T_YIELD, \T_LIST, \T_SWITCH, \T_ENDSWITCH, \T_CASE, \…
/PHP-Parser/grammar/
H A Dphp.y10 %right T_PRINT
155 …| 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]; }
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp7.php31 public const T_PRINT = 266; define in PhpParser\\Parser\\Php7
H A DPhp8.php31 public const T_PRINT = 266; define in PhpParser\\Parser\\Php8

Completed in 25 milliseconds