$v) { } foreach($foo2 as $v2) { } while(true /* infinite. */) { } do { } while (true); } // Loop with no separate body statement while (true) echo "hello"; // Loop with multiple initialiser conditions for ($i = 0, $e = 3; $i < $e; ++$i) { }