Home
last modified time | relevance | path

Searched refs:posix_isatty (Results 1 – 4 of 4) sorted by relevance

/PHP-8.2/ext/posix/tests/
H A Dposix_isatty.phpt2 posix_isatty(): Basic tests
7 if (!function_exists('posix_isatty')) die('skip posix_isatty() not found');
12 var_dump(posix_isatty(0));
/PHP-8.2/ext/posix/
H A Dposix.stub.php270 function posix_isatty($file_descriptor): bool {} function
H A Dposix_arginfo.h201 ZEND_FUNCTION(posix_isatty);
266 ZEND_FE(posix_isatty, arginfo_posix_isatty)
H A Dposix.c502 PHP_FUNCTION(posix_isatty) in PHP_FUNCTION() argument

Completed in 14 milliseconds