Home
last modified time | relevance | path

Searched refs:response_headers (Results 1 – 1 of 1) sorted by relevance

/PHP-5.5/
H A Dserver-tests.php164 return $this->response_headers['Status']=='200';
251 public $response_headers; variable in HTTPRequest
316 $this->response_headers = array();
320 $this->response_headers[trim($line[0])] = trim($line[1]);
323 $this->response_headers['Status']=$status[1];
1387 $headers = $r->response_headers;

Completed in 11 milliseconds