Home
last modified time | relevance | path

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

/PHP-7.4/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-7.4/tests/output/
H A Dstream_isatty_err.phpt2 Test stream_isatty with redirected STDERR
13 require __DIR__.'/stream_isatty.inc';
27 Warning: stream_isatty() expects parameter 1 to be resource, string given in %s on line %d
H A Dstream_isatty_in-err.phpt2 Test stream_isatty with redirected STDIN/STDERR
13 require __DIR__.'/stream_isatty.inc';
27 Warning: stream_isatty() expects parameter 1 to be resource, string given in %s on line %d
H A Dstream_isatty_in-out-err.phpt2 Test stream_isatty with redirected STDIN/STDOUT/STDERR
13 require __DIR__.'/stream_isatty.inc';
27 Warning: stream_isatty() expects parameter 1 to be resource, string given in %s on line %d
H A Dstream_isatty_in-out.phpt2 Test stream_isatty with redirected STDIN/STDOUT
13 require __DIR__.'/stream_isatty.inc';
27 Warning: stream_isatty() expects parameter 1 to be resource, string given in %s on line %d
H A Dstream_isatty_out-err.phpt2 Test stream_isatty with redirected STDOUT/STDERR
13 require __DIR__.'/stream_isatty.inc';
27 Warning: stream_isatty() expects parameter 1 to be resource, string given in %s on line %d
H A Dstream_isatty_out.phpt2 Test stream_isatty with redirected STDOUT
13 require __DIR__.'/stream_isatty.inc';
27 Warning: stream_isatty() expects parameter 1 to be resource, string given in %s on line %d
H A Dstream_isatty.inc23 echo "$name: "; var_dump(stream_isatty($stream));
/PHP-7.4/ext/standard/
H A Dstreamsfuncs.h62 PHP_FUNCTION(stream_isatty);
H A Dstreamsfuncs.c1621 PHP_FUNCTION(stream_isatty) in PHP_FUNCTION() argument
H A Dbasic_functions.c3179 PHP_FE(stream_isatty, arginfo_stream_isatty)
/PHP-7.4/
H A DNEWS130 . Fixed bug #81475 (stream_isatty emits warning with attached stream wrapper).

Completed in 70 milliseconds