Lines Matching refs:location
141 if ((in_array($this->status_code, array(300, 301, 302, 303, 307)) || $this->status_code > 307 && $this->status_code < 400) && isset($this->headers['location']) && $this->redirects < $redirects)
144 $location = SimplePie_Misc::absolutize_url($this->headers['location'], $url);
146 $this->__construct($location, $timeout, $redirects, $headers, $useragent, $force_fsockopen, $curl_options);
147 $this->permanent_url = ($previousStatusCode == 301) ? $location : $url;
226 if ((in_array($this->status_code, array(300, 301, 302, 303, 307)) || $this->status_code > 307 && $this->status_code < 400) && isset($this->headers['location']) && $this->redirects < $redirects)
229 $location = SimplePie_Misc::absolutize_url($this->headers['location'], $url);
231 $this->__construct($location, $timeout, $redirects, $headers, $useragent, $force_fsockopen, $curl_options);
232 $this->permanent_url = ($previousStatusCode == 301) ? $location : $url;