bufTrans->peek(1, $count); switch ($byte) { case ' ': case "\t": case "\n": case "\r": $count++; break; default: $reading = false; break; } } if ($skip) { $this->trans->readAll($count); } return $count; } }