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\\Process445 return $this->exitcode;756 return $this->exitcode;772 if (null === $exitcode = $this->getExitCode()) {776 return self::$exitCodes[$exitcode] ?? 'Unknown error';944 return $this->exitcode;1462 $this->exitcode = $this->processInformation['exitcode'];1465 if (-1 === $this->exitcode) {1468 $this->exitcode = 128 + $this->processInformation['termsig'];1480 return $this->exitcode;[all …]