Home
last modified time | relevance | path

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

/PHP-5.5/ext/posix/tests/
H A Dposix_isatty.phpt2 posix_isatty(): Basic tests
6 if (!function_exists('posix_isatty')) die('skip posix_isatty() not found');
11 var_dump(posix_isatty(0));
/PHP-5.5/ext/posix/
H A Dphp_posix.h87 PHP_FUNCTION(posix_isatty);
H A Dposix.c272 PHP_FE(posix_isatty, arginfo_posix_isatty)
769 PHP_FUNCTION(posix_isatty) in PHP_FUNCTION() argument
/PHP-5.5/
H A DNEWS5153 - Fixed bug #49819 (STDOUT losing data with posix_isatty()). (Mike)

Completed in 27 milliseconds