$this->
skip_whitespace();
$this->state = 'version_value';
} else { $this->state = false;
} } public function version_value() { if ($this->version =
$this->
get_value()) { $this->
skip_whitespace();
if ($this->
has_data()) { $this->state = 'encoding_name';
} else { $this->state = 'emit';
} }