Home
last modified time | relevance | path

Searched refs:SmallerOrEqual (Results 1 – 6 of 6) sorted by relevance

/PHP-Parser/lib/PhpParser/Node/Expr/BinaryOp/
H A DSmallerOrEqual.php7 class SmallerOrEqual extends BinaryOp { class
/PHP-Parser/lib/PhpParser/
H A DPrettyPrinterAbstract.php66 BinaryOp\SmallerOrEqual::class => [ 70, 70, 70],
1370 BinaryOp\SmallerOrEqual::class, BinaryOp\Greater::class, BinaryOp\GreaterOrEqual::class,
/PHP-Parser/lib/PhpParser/PrettyPrinter/
H A DStandard.php420 …protected function pExpr_BinaryOp_SmallerOrEqual(BinaryOp\SmallerOrEqual $node, int $precedence, i…
421 …return $this->pInfixOp(BinaryOp\SmallerOrEqual::class, $node->left, ' <= ', $node->right, $precede…
/PHP-Parser/grammar/
H A Dphp.y1055 …| expr T_IS_SMALLER_OR_EQUAL expr { $$ = Expr\BinaryOp\SmallerOrEqual[$1, $3…
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp8.php2328 …$self->semValue = new Expr\BinaryOp\SmallerOrEqual($self->semStack[$stackPos-(3-1)], $self->semSta…
H A DPhp7.php2312 …$self->semValue = new Expr\BinaryOp\SmallerOrEqual($self->semStack[$stackPos-(3-1)], $self->semSta…

Completed in 67 milliseconds