Home
last modified time | relevance | path

Searched refs:T_SL (Results 1 – 3 of 3) sorted by relevance

/PHP-Parser/grammar/
H A Dphp.y25 %left T_SL T_SR
30 %left T_SL T_SR
1042 … | expr T_SL expr { $$ = Expr\BinaryOp\ShiftLeft [$1, $3]; }
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp8.php60 public const T_SL = 295; define in PhpParser\\Parser\\Php8
H A DPhp7.php60 public const T_SL = 295; define in PhpParser\\Parser\\Php7

Completed in 57 milliseconds