Searched refs:exitcode (Results 1 – 2 of 2) sorted by relevance
62 private $exitcode; variable in Symfony\\Component\\Process\\Process432 return $this->exitcode;702 return $this->exitcode;718 if (null === $exitcode = $this->getExitCode()) {722 return isset(self::$exitCodes[$exitcode]) ? self::$exitCodes[$exitcode] : 'Unknown error';895 return $this->exitcode;1532 $this->exitcode = $this->processInformation['exitcode'];1535 if (-1 === $this->exitcode) {1538 $this->exitcode = 128 + $this->processInformation['termsig'];1550 return $this->exitcode;[all …]
64 private $exitcode; variable in Symfony\\Component\\Process\\Process 409 * @return int The exitcode of the process444 return $this->exitcode;479 $this->fallbackStatus['exitcode'] = (int) $data;755 return $this->exitcode;771 if (null === $exitcode = $this->getExitCode()) {775 return self::$exitCodes[$exitcode] ?? 'Unknown error';943 return $this->exitcode;1432 $this->fallbackStatus['exitcode'] = (int) $data;1438 * Closes process resource, closes file handles, sets the exitcode[all...]