Searched defs:getRawArgs (Results 1 – 6 of 6) 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 | 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 |
H A D | StaticCall.php | 42 public function getRawArgs(): array { function in PhpParser\\Node\\Expr\\StaticCall |
Completed in 6 milliseconds