Home
last modified time | relevance | path

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

/PHP-8.1/ext/standard/tests/filters/
H A Dbug81475.phpt2 Bug #81475 (stream_isatty emits warning with attached stream wrapper)
7 var_dump(stream_isatty($stdout));
/PHP-8.1/tests/output/
H A Dstream_isatty_in-out.phpt2 Test stream_isatty with redirected STDIN/STDOUT
13 require __DIR__.'/stream_isatty.inc';
H A Dstream_isatty_out-err.phpt2 Test stream_isatty with redirected STDOUT/STDERR
13 require __DIR__.'/stream_isatty.inc';
H A Dstream_isatty_out.phpt2 Test stream_isatty with redirected STDOUT
13 require __DIR__.'/stream_isatty.inc';
H A Dstream_isatty_err.phpt2 Test stream_isatty with redirected STDERR
13 require __DIR__.'/stream_isatty.inc';
H A Dstream_isatty_in-err.phpt2 Test stream_isatty with redirected STDIN/STDERR
13 require __DIR__.'/stream_isatty.inc';
H A Dstream_isatty_in-out-err.phpt2 Test stream_isatty with redirected STDIN/STDOUT/STDERR
13 require __DIR__.'/stream_isatty.inc';
H A Dstream_isatty.inc22 echo "$name: "; var_dump(stream_isatty($stream));
/PHP-8.1/ext/standard/
H A Dstreamsfuncs.c1634 PHP_FUNCTION(stream_isatty) in PHP_FUNCTION() argument
H A Dbasic_functions.stub.php1759 function stream_isatty($stream): bool {} function
H A Dbasic_functions_arginfo.h2775 ZEND_FUNCTION(stream_isatty);
3423 ZEND_FE(stream_isatty, arginfo_stream_isatty)
/PHP-8.1/
H A DNEWS1843 . Fixed bug #81475 (stream_isatty emits warning with attached stream wrapper).

Completed in 70 milliseconds