Home
last modified time | relevance | path

Searched refs:StaticCall (Results 1 – 12 of 12) sorted by relevance

/PHP-Parser/test/PhpParser/Node/Expr/
H A DCallableLikeTest.php29 [new StaticCall(new Name('Test'), 'test', $normalArgs), false],
30 [new StaticCall(new Name('Test'), 'test', $callableArgs), true],
/PHP-Parser/lib/PhpParser/Node/Expr/
H A DStaticCall.php11 class StaticCall extends CallLike { class
/PHP-Parser/test/code/formatPreservation/
H A Dindent.test48 $stmts[0]->expr = new Expr\StaticCall(new Node\Name\FullyQualified('Compat'), $call->name, $call->a…
/PHP-Parser/lib/PhpParser/
H A DBuilderFactory.php290 public function staticCall($class, $name, array $args = []): Expr\StaticCall {
291 return new Expr\StaticCall(
H A DPrettyPrinterAbstract.php1151 || $node instanceof Expr\StaticCall
1185 || $node instanceof Expr\StaticCall
1334 Expr\StaticCall::class => ['class' => self::FIXUP_STATIC_DEREF_LHS],
1526 Expr\StaticCall::class . '->args' => ', ',
1622 Expr\StaticCall::class . '->args' => ['(', '', ''],
/PHP-Parser/test/PhpParser/
H A DBuilderFactoryTest.php167 new Expr\StaticCall(
176 new Expr\StaticCall(
/PHP-Parser/
H A DUPGRADE-4.0.md27 * `Expr\StaticCall::$name`
/PHP-Parser/lib/PhpParser/NodeVisitor/
H A DNameResolver.php130 } elseif ($node instanceof Expr\StaticCall
/PHP-Parser/grammar/
H A Dphp.y1160 { $$ = Expr\StaticCall[$1, $3, $4]; }
/PHP-Parser/lib/PhpParser/PrettyPrinter/
H A DStandard.php537 protected function pExpr_StaticCall(Expr\StaticCall $node): string {
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp7.php2484 …$self->semValue = new Expr\StaticCall($self->semStack[$stackPos-(4-1)], $self->semStack[$stackPos-…
H A DPhp8.php2486 …$self->semValue = new Expr\StaticCall($self->semStack[$stackPos-(4-1)], $self->semStack[$stackPos-…

Completed in 58 milliseconds