Home
last modified time | relevance | path

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

/plugin/mantis/lib/
H A Dclass.soap_transport_http.php32 var $response_status_line; // HTTP response status line variable in soap_transport_http
435 $this->setError("Too many tries to get an OK response ($this->response_status_line)");
1045 $this->response_status_line = $header_array[0];
1046 $arr = explode(' ', $this->response_status_line, 3);
H A Dnusoap.php2139 var $response_status_line; // HTTP response status line variable in soap_transport_http
2542 $this->setError("Too many tries to get an OK response ($this->response_status_line)");
3152 $this->response_status_line = $header_array[0];
3153 $arr = explode(' ', $this->response_status_line, 3);