Searched refs:escapeshellarg_replacement (Results 1 – 2 of 2) sorted by relevance
1474 …rim(phpthumb_functions::SafeExec('dir /b '.phpthumb_functions::escapeshellarg_replacement($filenam…1477 … = trim(phpthumb_functions::SafeExec('ls '.phpthumb_functions::escapeshellarg_replacement($filenam…1541 …$commandline .= ' && cd '.phpthumb_functions::escapeshellarg_replacement(str_replace('/', DIRECTOR…1542 …$commandline .= ' && '.phpthumb_functions::escapeshellarg_replacement(basename($this->config_image…1544 $commandline = phpthumb_functions::escapeshellarg_replacement($this->config_imagemagick_path);1790 …$commandline .= ' '.phpthumb_functions::escapeshellarg_replacement(preg_replace('#[/\\\\]#', DIREC…1801 …gickCommandlineBase().' logo: -resize 1x '.phpthumb_functions::escapeshellarg_replacement($IMtempf…1829 $commandline .= ' -density '.phpthumb_functions::escapeshellarg_replacement($this->dpi);1841 …$commandline .= ' -background '.phpthumb_functions::escapeshellarg_replacement('#'.($this->bg ? $t…1877 …$commandline .= ' -'.$IMresizeParameter.' '.phpthumb_functions::escapeshellarg_replacement(($IMuse…[all …]
129 public static function escapeshellarg_replacement($arg) { function in phpthumb_functions