Searched refs:posix_isatty (Results 1 – 3 of 3) sorted by relevance
2 posix_isatty(): Basic tests6 if (!function_exists('posix_isatty')) die('skip posix_isatty() not found');11 var_dump(posix_isatty(0));
87 PHP_FUNCTION(posix_isatty);
281 PHP_FE(posix_isatty, arginfo_posix_isatty)837 PHP_FUNCTION(posix_isatty) in PHP_FUNCTION() argument
Completed in 10 milliseconds