Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/Node/Expr/BinaryOp/
H A DGreater.php7 class Greater extends BinaryOp { class
/PHP-Parser/lib/PhpParser/
H A DPrettyPrinterAbstract.php67 BinaryOp\Greater::class => [ 70, 70, 70],
1370 BinaryOp\SmallerOrEqual::class, BinaryOp\Greater::class, BinaryOp\GreaterOrEqual::class,
/PHP-Parser/lib/PhpParser/PrettyPrinter/
H A DStandard.php408 …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 Dphp.y1057 …| expr '>' expr { $$ = Expr\BinaryOp\Greater [$1, $3…
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp7.php2324 …$self->semValue = new Expr\BinaryOp\Greater($self->semStack[$stackPos-(3-1)], $self->semStack[$sta…
H A DPhp8.php2326 …$self->semValue = new Expr\BinaryOp\Greater($self->semStack[$stackPos-(3-1)], $self->semStack[$sta…

Completed in 38 milliseconds