Searched refs:haveReadSupport (Results 1 – 4 of 4) sorted by relevance
27 private $haveReadSupport; variable in Symfony\\Component\\Process\\Pipes\\UnixPipes29 public function __construct(?bool $ttyMode, bool $ptyMode, $input, bool $haveReadSupport) argument33 $this->haveReadSupport = $haveReadSupport;58 if (!$this->haveReadSupport) {151 public function haveReadSupport(): bool function in Symfony\\Component\\Process\\Pipes\\UnixPipes153 return $this->haveReadSupport;
36 private $haveReadSupport; variable in Symfony\\Component\\Process\\Pipes\\WindowsPipes38 public function __construct($input, bool $haveReadSupport) argument40 $this->haveReadSupport = $haveReadSupport;42 if ($this->haveReadSupport) {111 if (!$this->haveReadSupport) {177 public function haveReadSupport(): bool function in Symfony\\Component\\Process\\Pipes\\WindowsPipes179 return $this->haveReadSupport;
55 public function haveReadSupport(): bool; function
423 if (!$this->processPipes->haveReadSupport()) {464 if (!$this->processPipes->haveReadSupport()) {