Searched refs:stream_isatty (Results 1 – 3 of 3) sorted by relevance
38 function stream_isatty($stream) { return p\Php72::stream_isatty($stream); } function
7 - [`stream_isatty`](https://php.net/stream_isatty)
119 if (false === $enable || !self::stream_isatty($stream)) {134 public static function stream_isatty($stream) function in Symfony\\Polyfill\\Php72\\Php72