Home
last modified time | relevance | path

Searched refs:stream_isatty (Results 1 – 3 of 3) sorted by path

/plugin/authgooglesheets/vendor/symfony/polyfill-php72/
H A DPhp72.php119 if (false === $enable || !self::stream_isatty($stream)) {
134 public static function stream_isatty($stream) function in Symfony\\Polyfill\\Php72\\Php72
H A DREADME.md7 - [`stream_isatty`](https://php.net/stream_isatty)
H A Dbootstrap.php38 function stream_isatty($stream) { return p\Php72::stream_isatty($stream); } function