Searched refs:rawheaders (Results 1 – 1 of 1) sorted by relevance
49 var $rawheaders = array(); // array of raw headers to send variable in Snoopy790 if(!empty($this->host) && !isset($this->rawheaders['Host'])) {814 if(!empty($this->rawheaders))816 if(!is_array($this->rawheaders))817 $this->rawheaders = (array)$this->rawheaders;818 while(list($headerKey,$headerVal) = each($this->rawheaders))978 if(!empty($this->rawheaders))980 if(!is_array($this->rawheaders))981 $this->rawheaders = (array)$this->rawheaders;982 while(list($headerKey,$headerVal) = each($this->rawheaders))