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';
2 Test stream_isatty with redirected STDIN/STDERR13 require __DIR__.'/stream_isatty.inc';
2 Test stream_isatty with redirected STDIN/STDOUT/STDERR13 require __DIR__.'/stream_isatty.inc';
2 Test stream_isatty with redirected STDIN/STDOUT13 require __DIR__.'/stream_isatty.inc';
2 Test stream_isatty with redirected STDOUT/STDERR13 require __DIR__.'/stream_isatty.inc';
2 Test stream_isatty with redirected STDOUT13 require __DIR__.'/stream_isatty.inc';
22 echo "$name: "; var_dump(stream_isatty($stream));
1616 PHP_FUNCTION(stream_isatty) in PHP_FUNCTION() argument
1342 function stream_isatty($stream): bool {} function
2763 ZEND_FUNCTION(stream_isatty);3408 ZEND_FE(stream_isatty, arginfo_stream_isatty)
611 . Fixed bug #81475 (stream_isatty emits warning with attached stream wrapper).
Completed in 40 milliseconds