-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/ext/posix/tests/
File Upload :
Current File : //usr/src/php/ext/posix/tests/posix_isatty.phpt

--TEST--
posix_isatty(): Basic tests
--SKIPIF--
<?php
if (!extension_loaded('posix')) die('skip - POSIX extension not loaded'); 
if (!function_exists('posix_isatty')) die('skip posix_isatty() not found');
?>
--FILE--
<?php

var_dump(posix_isatty(0));

?>
--EXPECTF--
bool(%s)

Copyright © 2017 || Recoded By Mr.Bumblebee