Home
last modified time | relevance | path

Searched refs:ptyMode (Results 1 – 1 of 1) sorted by relevance

/template/strap/vendor/symfony/process/Pipes/
H A DUnixPipes.php26 private $ptyMode; variable in Symfony\\Component\\Process\\Pipes\\UnixPipes
29 public function __construct(?bool $ttyMode, bool $ptyMode, $input, bool $haveReadSupport) argument
32 $this->ptyMode = $ptyMode;
76 if ($this->ptyMode && Process::isPtySupported()) {