Home
last modified time | relevance | path

Searched refs:getRawArgs (Results 1 – 7 of 7) sorted by relevance

/PHP-Parser/lib/PhpParser/Node/Expr/
H A DCallLike.php16 abstract public function getRawArgs(): array; function in PhpParser\\Node\\Expr\\CallLike
22 $rawArgs = $this->getRawArgs();
33 return $this->getRawArgs();
H A DFuncCall.php35 public function getRawArgs(): array { function in PhpParser\\Node\\Expr\\FuncCall
H A DNew_.php37 public function getRawArgs(): array { function in PhpParser\\Node\\Expr\\New_
H A DStaticCall.php42 public function getRawArgs(): array { function in PhpParser\\Node\\Expr\\StaticCall
H A DMethodCall.php42 public function getRawArgs(): array { function in PhpParser\\Node\\Expr\\MethodCall
H A DNullsafeMethodCall.php42 public function getRawArgs(): array { function in PhpParser\\Node\\Expr\\NullsafeMethodCall
/PHP-Parser/test/PhpParser/Node/Expr/
H A DCallableLikeTest.php17 $this->assertSame($node->getRawArgs(), $node->getArgs());

Completed in 7 milliseconds