Searched refs:Smaller (Results 1 – 6 of 6) sorted by relevance
/PHP-Parser/lib/PhpParser/Node/Expr/BinaryOp/ |
H A D | Smaller.php | 7 class Smaller extends BinaryOp { class
|
/PHP-Parser/lib/PhpParser/ |
H A D | PrettyPrinterAbstract.php | 65 BinaryOp\Smaller::class => [ 70, 70, 70], 1369 BinaryOp\ShiftLeft::class, BinaryOp\ShiftRight::class, BinaryOp\Smaller::class,
|
/PHP-Parser/lib/PhpParser/PrettyPrinter/ |
H A D | Standard.php | 416 …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 D | php.y | 1055 …| expr '<' expr { $$ = Expr\BinaryOp\Smaller [$1, $3…
|
/PHP-Parser/lib/PhpParser/Parser/ |
H A D | Php7.php | 2318 …$self->semValue = new Expr\BinaryOp\Smaller($self->semStack[$stackPos-(3-1)], $self->semStack[$sta…
|
H A D | Php8.php | 2320 …$self->semValue = new Expr\BinaryOp\Smaller($self->semStack[$stackPos-(3-1)], $self->semStack[$sta…
|
Completed in 62 milliseconds