Searched refs:SafeExec (Results 1 – 3 of 3) sorted by relevance
1474 …$ls_filename = trim(phpthumb_functions::SafeExec('dir /b '.phpthumb_functions::escapeshellarg_repl…1477 …$ls_filename = trim(phpthumb_functions::SafeExec('ls '.phpthumb_functions::escapeshellarg_replacem…1495 $WhichConvert = trim(phpthumb_functions::SafeExec('which convert'));1600 $versionstring[1] = trim(phpthumb_functions::SafeExec($commandline));1626 $IMhelp_lines = explode("\n", phpthumb_functions::SafeExec($commandline));1659 $IMformatsList = phpthumb_functions::SafeExec($commandline);1802 $IMresult_test = phpthumb_functions::SafeExec($commandline_test);2403 $IMresult = phpthumb_functions::SafeExec($commandline);
461 public static function SafeExec($command) { function in phpthumb_functions
260 * Bugfix [#1733462]: SafeExec broken284 * Bugfix: force stderr output to stdout in SafeExec739 * SafeBackTick() renamed to SafeExec() and all execution