Is the current pointer location valid.
bool Whether the current pointer location is valid.
public function valid() { return $this->char < $this->EOF; }