&1 ' . ($suppress_stdout ? '> /dev/null ' : '') . '&& echo "TB_SUCCESS"')); $return = preg_replace('/TB_SUCCESS$/', '', $return); if ($config['debug']) { $time = microtime(true) - $start; $debug['exec'][] = array( 'command' => $command, 'time' => '~' . round($time * 1000, 2) . 'ms', 'response' => $return ? $return : null ); $debug['time']['exec'] += $time; } return $return === 'TB_SUCCESS' ? false : $return; }