Searched refs:hasCallback (Results 1 – 1 of 1) sorted by relevance
55 private $hasCallback = false; variable in Symfony\\Component\\Process\\Process307 $this->hasCallback = null !== $callback;1296 …$this->processPipes = new WindowsPipes($this->input, !$this->outputDisabled || $this->hasCallback);1298 …xPipes($this->isTty(), $this->isPty(), $this->input, !$this->outputDisabled || $this->hasCallback);