public function isSupported()
 {
     return $this->functionChecker->functionCanBeUsed('passthru');
 }
 public function isSupported()
 {
     return $this->functionChecker->functionCanBeUsed('pcntl_exec');
 }