``` while ($true) { $i = 0 while ($true) { #break, continue, and return #causes AvoidUninitializedVariable for $i. $i break } } ```