Searched refs:iswindows (Results 1 – 2 of 2) sorted by relevance
264 public $iswindows = null; variable in phpthumb295 $this->iswindows = (bool) (strtoupper(substr(PHP_OS, 0, 3)) == 'WIN');1121 if ($this->iswindows) {1368 } elseif ($this->iswindows && isset($filename[1]) && ($filename[1] == ':')) {1373 …} elseif ($this->iswindows && ((substr($filename, 0, 2) == '//') || (substr($filename, 0, 2) == '\…1445 if ($this->iswindows) {1473 } elseif ($this->iswindows) {1488 if ($this->iswindows) {1538 if ($this->iswindows) {2399 if (!$this->iswindows) {[all …]
1168 - PHPTHUMB_ISWINDOWS == $this->iswindows;