Constructs a function call node.
Node\Name|Expr $name Function name:
array<Node\Arg|Node\VariadicPlaceholder> $args Arguments:
array<string, mixed> $attributes Additional attributes:
public function __construct(Node $name, array $args = [], array $attributes = []) { $this->attributes = $attributes; $this->name = $name; $this->args = $args; }