for ($x = 0; $x < 10; $x++) { continue; // go to the next iteration } foreach ($variable as $key => $value) { continue; // go to the next iteration }