Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/Node/Expr/BinaryOp/
H A DSpaceship.php7 class Spaceship extends BinaryOp { class
/PHP-Parser/lib/PhpParser/
H A DPrettyPrinterAbstract.php73 BinaryOp\Spaceship::class => [ 80, 80, 80],
1372 BinaryOp\NotIdentical::class, BinaryOp\Spaceship::class, BinaryOp\BitwiseAnd::class,
/PHP-Parser/lib/PhpParser/PrettyPrinter/
H A DStandard.php404 …protected function pExpr_BinaryOp_Spaceship(BinaryOp\Spaceship $node, int $precedence, int $lhsPre…
405 …return $this->pInfixOp(BinaryOp\Spaceship::class, $node->left, ' <=> ', $node->right, $precedence,…
/PHP-Parser/grammar/
H A Dphp.y1053 …| expr T_SPACESHIP expr { $$ = Expr\BinaryOp\Spaceship [$1, $3…
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp8.php2322 …$self->semValue = new Expr\BinaryOp\Spaceship($self->semStack[$stackPos-(3-1)], $self->semStack[$s…
H A DPhp7.php2306 …$self->semValue = new Expr\BinaryOp\Spaceship($self->semStack[$stackPos-(3-1)], $self->semStack[$s…

Completed in 62 milliseconds