Searched refs:getRawArgs (Results 1 – 7 of 7) sorted by relevance
/PHP-Parser/lib/PhpParser/Node/Expr/ | ||
H A D | CallLike.php | 16 abstract public function getRawArgs(): array; function in PhpParser\\Node\\Expr\\CallLike |
H A D | FuncCall.php | 35 public function getRawArgs(): array { function in PhpParser\\Node\\Expr\\FuncCall |
H A D | New_.php | 37 public function getRawArgs(): array { function in PhpParser\\Node\\Expr\\New_ |
H A D | StaticCall.php | 42 public function getRawArgs(): array { function in PhpParser\\Node\\Expr\\StaticCall |
H A D | MethodCall.php | 42 public function getRawArgs(): array { function in PhpParser\\Node\\Expr\\MethodCall |
H A D | NullsafeMethodCall.php | 42 public function getRawArgs(): array { function in PhpParser\\Node\\Expr\\NullsafeMethodCall |
/PHP-Parser/test/PhpParser/Node/Expr/ | ||
H A D | CallableLikeTest.php | 17 $this->assertSame($node->getRawArgs(), $node->getArgs()); |
Completed in 10 milliseconds