for($i = 0, $cnt = count($a); $i < $cnt; $i++) echo $a[$i];

こういう書き方すると怒られる?