Advance the pointer. This is part of the Iterator interface.
public function next() { ++$this->char; }