Searched refs:stream_isatty (Results 1 – 12 of 12) sorted by relevance
2 Test stream_isatty with redirected STDIN/STDERR13 require dirname(__FILE__).'/stream_isatty.inc';27 Warning: stream_isatty() expects parameter 1 to be resource, string given in %s on line %d
2 Test stream_isatty with redirected STDIN/STDOUT13 require dirname(__FILE__).'/stream_isatty.inc';27 Warning: stream_isatty() expects parameter 1 to be resource, string given in %s on line %d
2 Test stream_isatty with redirected STDOUT/STDERR13 require dirname(__FILE__).'/stream_isatty.inc';27 Warning: stream_isatty() expects parameter 1 to be resource, string given in %s on line %d
2 Test stream_isatty with redirected STDOUT13 require dirname(__FILE__).'/stream_isatty.inc';27 Warning: stream_isatty() expects parameter 1 to be resource, string given in %s on line %d
2 Test stream_isatty with redirected STDERR13 require dirname(__FILE__).'/stream_isatty.inc';27 Warning: stream_isatty() expects parameter 1 to be resource, string given in %s on line %d
2 Test stream_isatty with redirected STDIN/STDOUT/STDERR13 require dirname(__FILE__).'/stream_isatty.inc';27 Warning: stream_isatty() expects parameter 1 to be resource, string given in %s on line %d
23 echo "$name: "; var_dump(stream_isatty($stream));
64 PHP_FUNCTION(stream_isatty);
1630 PHP_FUNCTION(stream_isatty) in PHP_FUNCTION() argument
3157 PHP_FE(stream_isatty, arginfo_stream_isatty)
252 . Added stream_isatty().
1159 . Fixed bug #75864 ("stream_isatty" returns wrong value on s390x). (Sam Ding)
Completed in 33 milliseconds