getOutput(); $stderr = $process->getErrorOutput(); return trim($stdout.PHP_EOL.$stderr); } }