Lines Matching defs:debug
33 public $debug = false;
248 $this->debug('connection pool', self::$connections);
251 $this->debug('reusing connection', $connectionId);
255 $this->debug('opening connection', $connectionId);
307 $this->debug('request', $request);
317 $this->debug('response headers', $r_headers);
351 $this->debug('Object headers', $this->resp_headers);
503 $this->debug('response body', $this->resp_body);
534 $this->debug('SSL Tunnel CONNECT', $request);
544 $this->debug('SSL Tunnel Response', $r_headers);
715 * print debug info
724 protected function debug($info, $var = null)
726 if (!$this->debug) return;
735 * print debug info as HTML
753 * prints debug info as plain text