Searched refs:ourHostParts (Results 1 – 1 of 1) sorted by relevance
13 protected $ourHostParts = false; variable in HTMLPurifier_URIFilter_DisableExternal23 $this->ourHostParts = array_reverse(explode('.', $our_host));38 if ($this->ourHostParts === false) {42 foreach ($this->ourHostParts as $i => $x) {46 if ($host_parts[$i] != $this->ourHostParts[$i]) {