Constructs an echo node.
Node\Expr[] $exprs Expressions:
array<string, mixed> $attributes Additional attributes:
public function __construct(array $exprs, array $attributes = []) { $this->attributes = $attributes; $this->exprs = $exprs; }