Home
last modified time | relevance | path

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

/template/strap/vendor/symfony/process/Pipes/
H A DUnixPipes.php76 if ($this->ptyMode && Process::isPtySupported()) {
/template/strap/vendor/symfony/process/
H A DProcess.php1272 public static function isPtySupported() function in Symfony\\Component\\Process\\Process