Home
last modified time | relevance | path

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

/template/strap/vendor/symfony/process/
H A DProcess.php55 private $hasCallback = false; variable in Symfony\\Component\\Process\\Process
307 $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);