Lines Matching refs:_error
161 public $_error = ""; variable in SphinxClient
184 return $this->_error;
216 $this->_error = 'connection unexpectedly closed (timed out?)';
255 … $this->_error = "connection to $location failed (errno=$errno, msg=" . trim($errstr) . ")";
262 $this->_error = "failed to send client protocol version";
269 $this->_error = "failed to read searchd version";
275 $this->_error = "expected searchd protocol version 1+, got version '$v'";
306 $this->_error = "received zero-sized searchd response";
316 $this->_error = "searchd error: " . substr($response, 4);
320 $this->_error = "unknown status code '$status'";
437 $this->_error = $results[0]["error"];
525 $this->_error = "no queries defined, issue AddQuery() first";