Searched refs:http_version (Results 1 – 1 of 1) sorted by relevance
60 public $http_version = 0.0; variable in SimplePie\\HTTP\\Parser187 $this->http_version = '';222 protected function http_version() function in SimplePie\\HTTP\\Parser226 $this->http_version = substr($this->data, 5, $len);228 if (substr_count($this->http_version, '.') <= 1) {229 $this->http_version = (float) $this->http_version;