Searched refs:haveReadSupport (Results 1 – 8 of 8) sorted by relevance
27 private $haveReadSupport; variable in Symfony\\Component\\Process\\Pipes\\UnixPipes29 public function __construct($ttyMode, $ptyMode, $input, $haveReadSupport) argument33 $this->haveReadSupport = (bool) $haveReadSupport;48 if (!$this->haveReadSupport) {141 public function haveReadSupport() function in Symfony\\Component\\Process\\Pipes\\UnixPipes143 return $this->haveReadSupport;
36 private $haveReadSupport; variable in Symfony\\Component\\Process\\Pipes\\WindowsPipes38 public function __construct($input, $haveReadSupport) argument40 $this->haveReadSupport = (bool) $haveReadSupport;42 if ($this->haveReadSupport) {101 if (!$this->haveReadSupport) {167 public function haveReadSupport() function in Symfony\\Component\\Process\\Pipes\\WindowsPipes169 return $this->haveReadSupport;
61 public function haveReadSupport(); function
27 private $haveReadSupport; variable in Symfony\\Component\\Process\\Pipes\\UnixPipes 29 public function __construct(?bool $ttyMode, bool $ptyMode, $input, bool $haveReadSupport) argument 33 $this->haveReadSupport = $haveReadSupport;58 if (!$this->haveReadSupport) {151 public function haveReadSupport(): bool function in Symfony\\Component\\Process\\Pipes\\UnixPipes 153 return $this->haveReadSupport;
36 private $haveReadSupport; variable in Symfony\\Component\\Process\\Pipes\\WindowsPipes 38 public function __construct($input, bool $haveReadSupport) argument 40 $this->haveReadSupport = $haveReadSupport;42 if ($this->haveReadSupport) {111 if (!$this->haveReadSupport) {177 public function haveReadSupport(): bool function in Symfony\\Component\\Process\\Pipes\\WindowsPipes 179 return $this->haveReadSupport;
55 public function haveReadSupport(): bool; function
422 if (!$this->processPipes->haveReadSupport()) {463 if (!$this->processPipes->haveReadSupport()) {
410 if (!$this->processPipes->haveReadSupport()) {