Lines Matching refs:phpThumbDebugVarDump

2384 …$this->DebugMessage('Remaining $this->fltr after ImageMagick: ('.$this->phpThumbDebugVarDump($this…
4165 public function phpThumbDebugVarDump($var) { function in phpthumb
4215 … = '.(function_exists('get_magic_quotes_gpc') ? $this->phpThumbDebugVarDump(@get_magic_…
4216 …e() = '.(function_exists('get_magic_quotes_runtime') ? $this->phpThumbDebugVarDump(@get_magic_…
4217 …$DebugOutput[] = 'error_reporting() = '.$this->phpThumbDebugVarDump(error_reporting()…
4218 …$DebugOutput[] = 'ini_get(error_reporting) = '.$this->phpThumbDebugVarDump(@ini_get('error_r…
4219 …$DebugOutput[] = 'ini_get(display_errors) = '.$this->phpThumbDebugVarDump(@ini_get('display…
4220 …$DebugOutput[] = 'ini_get(allow_url_fopen) = '.$this->phpThumbDebugVarDump(@ini_get('allow_u…
4221 …$DebugOutput[] = 'ini_get(disable_functions) = '.$this->phpThumbDebugVarDump(@ini_get('disable…
4222 …$DebugOutput[] = 'get_cfg_var(disable_functions) = '.$this->phpThumbDebugVarDump(@get_cfg_var('dis…
4223 …$DebugOutput[] = 'ini_get(safe_mode) = '.$this->phpThumbDebugVarDump(@ini_get('safe_mo…
4224 …$DebugOutput[] = 'ini_get(open_basedir) = '.$this->phpThumbDebugVarDump(@ini_get('open_ba…
4225 …$DebugOutput[] = 'ini_get(max_execution_time) = '.$this->phpThumbDebugVarDump(@ini_get('max_exe…
4226 …$DebugOutput[] = 'ini_get(memory_limit) = '.$this->phpThumbDebugVarDump(@ini_get('memory_…
4227 …$DebugOutput[] = 'get_cfg_var(memory_limit) = '.$this->phpThumbDebugVarDump(@get_cfg_var('mem…
4228 …e() = '.(function_exists('memory_get_usage') ? $this->phpThumbDebugVarDump(@memory_get…
4231 …$DebugOutput[] = '$this->config_prefer_imagemagick = '.$this->phpThumbDebugVarDump($thi…
4232 …$DebugOutput[] = '$this->config_imagemagick_path = '.$this->phpThumbDebugVarDump($thi…
4235 …$DebugOutput[] = '[actual ImageMagick path used] = '.$this->phpThumbDebugVarDump($IMp…
4236 …$DebugOutput[] = 'file_exists([actual ImageMagick path used]) = '.$this->phpThumbDebugVarDump(@fil…
4241 …$DebugOutput[] = '$this->config_cache_directory = '.$this->phpThumbDebugVarDump($thi…
4242 …$DebugOutput[] = '$this->config_cache_directory_depth = '.$this->phpThumbDebugVarDump($thi…
4243 …$DebugOutput[] = '$this->config_cache_disable_warning = '.$this->phpThumbDebugVarDump($thi…
4244 …$DebugOutput[] = '$this->config_cache_maxage = '.$this->phpThumbDebugVarDump($thi…
4245 …$DebugOutput[] = '$this->config_cache_maxsize = '.$this->phpThumbDebugVarDump($thi…
4246 …$DebugOutput[] = '$this->config_cache_maxfiles = '.$this->phpThumbDebugVarDump($thi…
4247 …$DebugOutput[] = '$this->config_cache_force_passthru = '.$this->phpThumbDebugVarDump($thi…
4248 …$DebugOutput[] = '$this->cache_filename = '.$this->phpThumbDebugVarDump($thi…
4249 …$DebugOutput[] = 'is_readable($this->config_cache_directory) = '.$this->phpThumbDebugVarDump(@is_…
4250 …$DebugOutput[] = 'is_writable($this->config_cache_directory) = '.$this->phpThumbDebugVarDump(@is_…
4251 …$DebugOutput[] = 'is_readable($this->cache_filename) = '.$this->phpThumbDebugVarDump(@is_…
4252 …ename) = '.(@file_exists($this->cache_filename) ? $this->phpThumbDebugVarDump(@is_writabl…
4258 …[] = '$this->'.str_pad($varname, 37, ' ', STR_PAD_RIGHT).' = '.$this->phpThumbDebugVarDump($value);
4263 …[] = '$this->'.str_pad($varname, 27, ' ', STR_PAD_RIGHT).' = '.$this->phpThumbDebugVarDump($value);
4271 …t[] = '$this->'.str_pad($varname, 4, ' ', STR_PAD_RIGHT).' = '.$this->phpThumbDebugVarDump($value);
4276 …name.')'.str_repeat(' ', 23 - strlen($functionname)).' = '.$this->phpThumbDebugVarDump(phpthumb_fu…
4282 …put[] = 'gd_info.'.str_pad($key, 34, ' ', STR_PAD_RIGHT).' = '.$this->phpThumbDebugVarDump($value);
4288 …t[] = 'exif_info.'.str_pad($key, 26, ' ', STR_PAD_RIGHT).' = '.$this->phpThumbDebugVarDump($value);
4294 …heLookupURIarray.'.str_pad($key, 15, ' ', STR_PAD_RIGHT).' = '.$this->phpThumbDebugVarDump($value);
4303 …[] = '$_GET['.$key.']'.str_repeat(' ', 30 - strlen($key)).'= '.$this->phpThumbDebugVarDump($value);
4308 …] = '$_POST['.$key.']'.str_repeat(' ', 29 - strlen($key)).'= '.$this->phpThumbDebugVarDump($value);