for($i = 0; $i < 5; $i ++) { if($var[$i] === '') { set_some_condition; break; } } if (some_condition) return;