Searched refs:Greater (Results 1 – 6 of 6) sorted by relevance
/PHP-Parser/lib/PhpParser/Node/Expr/BinaryOp/ |
H A D | Greater.php | 7 class Greater extends BinaryOp { class
|
/PHP-Parser/lib/PhpParser/ |
H A D | PrettyPrinterAbstract.php | 67 BinaryOp\Greater::class => [ 70, 70, 70], 1370 BinaryOp\SmallerOrEqual::class, BinaryOp\Greater::class, BinaryOp\GreaterOrEqual::class,
|
/PHP-Parser/lib/PhpParser/PrettyPrinter/ |
H A D | Standard.php | 408 …protected function pExpr_BinaryOp_Greater(BinaryOp\Greater $node, int $precedence, int $lhsPrecede… 409 …return $this->pInfixOp(BinaryOp\Greater::class, $node->left, ' > ', $node->right, $precedence, $lh…
|
/PHP-Parser/grammar/ |
H A D | php.y | 1057 …| expr '>' expr { $$ = Expr\BinaryOp\Greater [$1, $3…
|
/PHP-Parser/lib/PhpParser/Parser/ |
H A D | Php7.php | 2324 …$self->semValue = new Expr\BinaryOp\Greater($self->semStack[$stackPos-(3-1)], $self->semStack[$sta…
|
H A D | Php8.php | 2326 …$self->semValue = new Expr\BinaryOp\Greater($self->semStack[$stackPos-(3-1)], $self->semStack[$sta…
|
Completed in 52 milliseconds