Home
last modified time | relevance | path

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

/PHP-7.2/tests/output/
H A Dstream_isatty_in-err.phpt2 Test stream_isatty with redirected STDIN/STDERR
13 require dirname(__FILE__).'/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 dirname(__FILE__).'/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 dirname(__FILE__).'/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 dirname(__FILE__).'/stream_isatty.inc';
27 Warning: stream_isatty() expects parameter 1 to be resource, string given in %s on line %d
H A Dstream_isatty_err.phpt2 Test stream_isatty with redirected STDERR
13 require dirname(__FILE__).'/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 dirname(__FILE__).'/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.2/ext/standard/
H A Dstreamsfuncs.h64 PHP_FUNCTION(stream_isatty);
H A Dstreamsfuncs.c1630 PHP_FUNCTION(stream_isatty) in PHP_FUNCTION() argument
H A Dbasic_functions.c3157 PHP_FE(stream_isatty, arginfo_stream_isatty)
/PHP-7.2/
H A DUPGRADING252 . Added stream_isatty().
H A DNEWS1159 . Fixed bug #75864 ("stream_isatty" returns wrong value on s390x). (Sam Ding)

Completed in 33 milliseconds