ru_php/ext/posix/tests/posix_isatty.phpt

13 lines
132 B
PHP

--TEST--
posix_isatty(): Basic tests
--EXTENSIONS--
posix
--FILE--
<?php
var_dump(posix_isatty(STDIN));
?>
--EXPECT--
bool(false)