Overrides Process::start
public function start(?callable $callback = null, array $env = []) : void { if (null === $this->getCommandLine()) { throw new RuntimeException('Unable to find the PHP executable.'); } parent::start($callback, $env); }