Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/Node/Expr/BinaryOp/
H A DSmaller.php7 class Smaller extends BinaryOp { class
/PHP-Parser/lib/PhpParser/
H A DPrettyPrinterAbstract.php65 BinaryOp\Smaller::class => [ 70, 70, 70],
1369 BinaryOp\ShiftLeft::class, BinaryOp\ShiftRight::class, BinaryOp\Smaller::class,
/PHP-Parser/lib/PhpParser/PrettyPrinter/
H A DStandard.php416 …protected function pExpr_BinaryOp_Smaller(BinaryOp\Smaller $node, int $precedence, int $lhsPrecede…
417 …return $this->pInfixOp(BinaryOp\Smaller::class, $node->left, ' < ', $node->right, $precedence, $lh…
/PHP-Parser/grammar/
H A Dphp.y1055 …| expr '<' expr { $$ = Expr\BinaryOp\Smaller [$1, $3…
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp7.php2318 …$self->semValue = new Expr\BinaryOp\Smaller($self->semStack[$stackPos-(3-1)], $self->semStack[$sta…
H A DPhp8.php2320 …$self->semValue = new Expr\BinaryOp\Smaller($self->semStack[$stackPos-(3-1)], $self->semStack[$sta…

Completed in 62 milliseconds