Home
last modified time | relevance | path

Searched refs:UnaryPlus (Results 1 – 8 of 8) sorted by relevance

/PHP-Parser/lib/PhpParser/Node/Expr/
H A DUnaryPlus.php7 class UnaryPlus extends Expr { class
/PHP-Parser/lib/PhpParser/
H A DConstExprEvaluator.php119 if ($expr instanceof Expr\UnaryPlus) {
H A DPrettyPrinterAbstract.php45 Expr\UnaryPlus::class => [ 10, -1, -1],
1385 …Expr\Clone_::class, Expr\BitwiseNot::class, Expr\BooleanNot::class, Expr\UnaryPlus::class, Expr\Un…
/PHP-Parser/
H A DUPGRADE-5.0.md425 Expr\UnaryPlus $node, int $precedence, int $lhsPrecedence
427 return $this->pPrefixOp(Expr\UnaryPlus::class, '+', $node->expr, $precedence, $lhsPrecedence);
/PHP-Parser/lib/PhpParser/PrettyPrinter/
H A DStandard.php449 …protected function pExpr_UnaryPlus(Expr\UnaryPlus $node, int $precedence, int $lhsPrecedence): str…
450 … return $this->pPrefixOp(Expr\UnaryPlus::class, '+', $node->expr, $precedence, $lhsPrecedence);
/PHP-Parser/grammar/
H A Dphp.y1045 | '+' expr %prec T_INC { $$ = Expr\UnaryPlus [$2]; }
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp8.php2298 …$self->semValue = new Expr\UnaryPlus($self->semStack[$stackPos-(2-2)], $self->getAttributes($self-…
H A DPhp7.php2282 …$self->semValue = new Expr\UnaryPlus($self->semStack[$stackPos-(2-2)], $self->getAttributes($self-…

Completed in 75 milliseconds