Constructs a break node.
null|Node\Expr $num Number of loops to break:
array<string, mixed> $attributes Additional attributes:
public function __construct(?Node\Expr $num = null, array $attributes = []) { $this->attributes = $attributes; $this->num = $num; }