-=[ Mr. Bumblebee ]=-
_Indonesia_

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

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

var_dump(posix_mknod(NULL, NULL, NULL, NULL));

?>
--EXPECT--
bool(false)

Copyright © 2017 || Recoded By Mr.Bumblebee