Lines Matching refs:preg_match

165 …		if(preg_match("|^http://".preg_quote($this->host)."|i",$this->_redirectaddr) || $this->offsiteok)
225 … if(preg_match("|^http://".preg_quote($this->host)."|i",$this->_redirectaddr) || $this->offsiteok)
316 if(!preg_match("|^".$URI_PARTS["scheme"]."://|", $this->_redirectaddr))
320 … if(preg_match("|^http://".preg_quote($this->host)."|i",$this->_redirectaddr) || $this->offsiteok)
383 if(!preg_match("|^".$URI_PARTS["scheme"]."://|", $this->_redirectaddr))
387 … if(preg_match("|^http://".preg_quote($this->host)."|i",$this->_redirectaddr) || $this->offsiteok)
741 preg_match("/^[^\?]+/",$URI,$match);
861 if(preg_match("/^(Location:|URI:)/i",$currentHeader))
864 preg_match("/^(Location:|URI:)[ ]+(.*)/i",chop($currentHeader),$matches);
866 if(!preg_match("|\:\/\/|",$matches[2]))
871 if(!preg_match("|^/|",$matches[2]))
880 if(preg_match("|^HTTP/|",$currentHeader))
882 if(preg_match("|^HTTP/[^\s]*\s(.*?)\s|",$currentHeader, $status))
909 …if(preg_match("'<meta[\s]*http-equiv[^>]*?content[\s]*=[\s]*[\"\']?\d+;[\s]*URL[\s]*=[\s]*([^\"\']…
1029 if(preg_match("/^(Location: |URI: )/i",$result_headers[$currentHeader]))
1032 preg_match("/^(Location: |URI:)\s+(.*)/",chop($result_headers[$currentHeader]),$matches);
1034 if(!preg_match("|\:\/\/|",$matches[2]))
1039 if(!preg_match("|^/|",$matches[2]))
1048 if(preg_match("|^HTTP/|",$result_headers[$currentHeader]))
1056 …if(preg_match("'<meta[\s]*http-equiv[^>]*?content[\s]*=[\s]*[\"\']?\d+;[\s]*URL[\s]*=[\s]*([^\"\']…
1089 if(preg_match('/^set-cookie:[\s]+([^=]+)=([^;]+)/i', $this->headers[$x],$match))