Home
last modified time | relevance | path

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

/PHP-8.3/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.3/tests/output/
H A Dstream_isatty_non_castable_user_stream.phpt2 stream_isatty(): uncastable user stream
10 var_dump(stream_isatty($fp));
H A Dstream_isatty_in-err.phpt2 Test stream_isatty with redirected STDIN/STDERR
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-out-err.phpt2 Test stream_isatty with redirected STDIN/STDOUT/STDERR
13 require __DIR__.'/stream_isatty.inc';
H A Dstream_isatty_in-out.phpt2 Test stream_isatty with redirected STDIN/STDOUT
13 require __DIR__.'/stream_isatty.inc';
H A Dstream_isatty_no_warning_on_cast.phpt2 stream_isatty(): casting stream does not emit data loss and should not emit warnings
24 var_dump(stream_isatty($handle));
H A Dstream_isatty_non_castable_userwrapper.phpt18 var_dump(stream_isatty($fd));
H A Dstream_isatty.inc22 echo "$name: "; var_dump(stream_isatty($stream));
/PHP-8.3/ext/standard/
H A Dstreamsfuncs.c1660 PHP_FUNCTION(stream_isatty) in PHP_FUNCTION() argument
H A Dbasic_functions.stub.php3498 function stream_isatty($stream): bool {}
H A Dbasic_functions_arginfo.h2755 ZEND_FUNCTION(stream_isatty);
3399 ZEND_FE(stream_isatty, arginfo_stream_isatty)

Completed in 45 milliseconds