Lines Matching refs:iswindows
264 public $iswindows = null; variable in phpthumb
295 $this->iswindows = (bool) (strtoupper(substr(PHP_OS, 0, 3)) == 'WIN');
992 …if ($this->iswindows && ((substr($this->sourceFilename, 0, 2) == '//') || (substr($this->sourceFil…
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) {
2408 if ($this->iswindows && !$IMresult) {