Searched refs:stream_isatty (Results 1 – 14 of 14) sorted by relevance
2 Bug #81475 (stream_isatty emits warning with attached stream wrapper)7 var_dump(stream_isatty($stdout));
2 stream_isatty(): uncastable user stream10 var_dump(stream_isatty($fp));
2 Test stream_isatty with redirected STDIN/STDERR13 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';
2 Test stream_isatty with redirected 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 stream_isatty(): casting stream does not emit data loss and should not emit warnings24 var_dump(stream_isatty($handle));
18 var_dump(stream_isatty($fd));
22 echo "$name: "; var_dump(stream_isatty($stream));
1660 PHP_FUNCTION(stream_isatty) in PHP_FUNCTION() argument
3498 function stream_isatty($stream): bool {}
2755 ZEND_FUNCTION(stream_isatty);3399 ZEND_FE(stream_isatty, arginfo_stream_isatty)
Completed in 61 milliseconds