Lines Matching defs:error
37 // don't set these, read on error
38 public $error;
82 * Returns the wanted page or false on an error;
86 * @return false|string response body, false on error
101 * Returns the wanted page or false on an error.
109 * @return false|string response body, false on error
127 * Returns the resulting page or false on an error;
131 * @return false|string response body, false on error
161 $this->error = '';
205 $this->error = 'This PHP version does not support SSL - cannot connect to server';
260 $this->error = "Could not connect to $server:$port\n$errstr ($errno)";
274 $this->error = $e->getMessage();
324 else $this->error = 'Reported content length exceeds allowed response size';
417 $this->error = 'Allowed response size exceeded';
466 $this->error = 'Allowed response size exceeded';
471 $this->error = $err->getMessage();
496 $this->error = 'Failed to decompress gzip encoded content';
623 * @param bool $ignore_eof End-of-file is not an error if this is set