Searched refs:isTtySupported (Results 1 – 2 of 2) sorted by relevance
1063 if ($tty && !self::isTtySupported()) {1256 public static function isTtySupported(): bool function in Symfony\\Component\\Process\\Process1258 static $isTtySupported;1260 if (null === $isTtySupported) {1261 …$isTtySupported = (bool) @proc_open('echo 1 >/dev/null', [['file', '/dev/tty', 'r'], ['file', '/de…1264 return $isTtySupported;
42 * added the `Process::isTtySupported()` method that allows to check for TTY support