Searched refs:stream_isatty (Results 1 – 12 of 12) sorted by relevance
2 Bug #81475 (stream_isatty emits warning with attached stream wrapper)7 var_dump(stream_isatty($stdout));
2 Test stream_isatty with redirected STDERR13 require __DIR__.'/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/STDERR13 require __DIR__.'/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 __DIR__.'/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 __DIR__.'/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 __DIR__.'/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 __DIR__.'/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));
62 PHP_FUNCTION(stream_isatty);
1621 PHP_FUNCTION(stream_isatty) in PHP_FUNCTION() argument
3179 PHP_FE(stream_isatty, arginfo_stream_isatty)
130 . Fixed bug #81475 (stream_isatty emits warning with attached stream wrapper).
Completed in 27 milliseconds