Lines Matching refs:realPathSafe
934 $empty_dirs[$this->realPathSafe($fullfilename)] = 1;
936 unset($empty_dirs[$this->realPathSafe(dirname($fullfilename))]);
1125 $real_cache_path = $this->realPathSafe($this->config_cache_directory);
1212 …if (preg_match('#^'.preg_quote(str_replace(DIRECTORY_SEPARATOR, '/', $this->realPathSafe($one_dir)…
1230 $open_basedirs[$key] = $this->realPathSafe($value);
1244 array_unshift($allowed_dirs, $this->realPathSafe($this->config_document_root));
1247 array_unshift($allowed_dirs, $this->realPathSafe( __DIR__ ));
1250 …$this->DebugMessage('resolvePath: checks disabled, returning '.$this->realPathSafe($path), __FILE_…
1251 return $this->realPathSafe($path);
1310 public function realPathSafe($filename) { function in phpthumb
1391 $AbsoluteFilename = $this->realPathSafe($filename);
1423 $AbsoluteFilename = $this->realPathSafe('.').DIRECTORY_SEPARATOR.$filename;
1446 …place('#^'.preg_quote($this->realPathSafe($this->config_document_root)).'#i', str_replace('\\', '\…
1450 …eg_match('#^'.preg_quote(str_replace(DIRECTORY_SEPARATOR, '/', $this->realPathSafe($this->config_d…
1451 …_docroot therefore setting "'.$AbsoluteFilename.'" (outside "'.$this->realPathSafe($this->config_d…
1520 …if ($this->config_imagemagick_path && ($this->config_imagemagick_path != $this->realPathSafe($this…
1521 if (@is_executable($this->realPathSafe($this->config_imagemagick_path))) {
1522 …h.') to $this->realPathSafe($this->config_imagemagick_path) ('.$this->realPathSafe($this->config_i…
1523 $this->config_imagemagick_path = $this->realPathSafe($this->config_imagemagick_path);
1525 …atable($this->realPathSafe($this->config_imagemagick_path)) ('.$this->realPathSafe($this->config_i…
1668 $IMtempSourceFilename = $this->realPathSafe($IMtempSourceFilename);
1792 $IMtempfilename = $this->realPathSafe($IMtempfilename);
3145 $ttffont = $this->realPathSafe($this->config_ttf_directory.DIRECTORY_SEPARATOR.$ttffont);
4570 …($this->config_temp_directory ? $this->config_temp_directory : $this->realPathSafe((function_exist…
4571 …($this->config_temp_directory ? $this->config_temp_directory : $this->realPathSafe(ini_get('upload…
4572 …($this->config_temp_directory ? $this->config_temp_directory : $this->realPathSafe(getenv('TMPDIR'…
4573 …($this->config_temp_directory ? $this->config_temp_directory : $this->realPathSafe(getenv('TMP')));
4579 $tempnam = $this->realPathSafe(tempnam($this->config_temp_directory, 'pThumb'));