Searched refs:ptyMode (Results 1 – 1 of 1) sorted by relevance
26 private $ptyMode; variable in Symfony\\Component\\Process\\Pipes\\UnixPipes29 public function __construct(?bool $ttyMode, bool $ptyMode, $input, bool $haveReadSupport) argument32 $this->ptyMode = $ptyMode;76 if ($this->ptyMode && Process::isPtySupported()) {