Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/Node/Expr/
H A DClone_.php7 class Clone_ extends Expr { class
/PHP-Parser/lib/PhpParser/
H A DPrettyPrinterAbstract.php42 Expr\Clone_::class => [-10, 0, 1],
1385 …Expr\Clone_::class, Expr\BitwiseNot::class, Expr\BooleanNot::class, Expr\UnaryPlus::class, Expr\Un…
/PHP-Parser/lib/PhpParser/PrettyPrinter/
H A DStandard.php710 protected function pExpr_Clone(Expr\Clone_ $node, int $precedence, int $lhsPrecedence): string {
711 … return $this->pPrefixOp(Expr\Clone_::class, 'clone ', $node->expr, $precedence, $lhsPrecedence);
/PHP-Parser/grammar/
H A Dphp.y1010 | T_CLONE expr { $$ = Expr\Clone_[$2]; }
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp7.php2183 …$self->semValue = new Expr\Clone_($self->semStack[$stackPos-(2-2)], $self->getAttributes($self->to…
H A DPhp8.php2185 …$self->semValue = new Expr\Clone_($self->semStack[$stackPos-(2-2)], $self->getAttributes($self->to…

Completed in 65 milliseconds