Constructs a __halt_compiler node.
string $remaining Remaining text after halt compiler statement.:
array<string, mixed> $attributes Additional attributes:
public function __construct(string $remaining, array $attributes = []) { $this->attributes = $attributes; $this->remaining = $remaining; }