Home
last modified time | relevance | path

Searched refs:posix_mknod (Results 1 – 5 of 5) sorted by relevance

/PHP-5.5/ext/posix/tests/
H A Dposix_mknod_basic.phpt2 posix_mknod(): Basic tests
6 if (!function_exists('posix_mknod')) die('skip posix_mknod() not found');
10 echo "Basic test of POSIX posix_mknod function\n";
11 var_dump(posix_mknod(NULL, NULL, NULL, NULL));
16 Basic test of POSIX posix_mknod function
H A Dposix_mknod.phpt2 posix_mknod(): Basic tests
6 if (!function_exists('posix_mknod')) die('skip posix_mknod() not found');
11 var_dump(posix_mknod(NULL, NULL, NULL, NULL));
/PHP-5.5/ext/posix/
H A Dphp_posix.h97 PHP_FUNCTION(posix_mknod);
H A Dposix.c282 PHP_FE(posix_mknod, arginfo_posix_mknod)
863 PHP_FUNCTION(posix_mknod) in PHP_FUNCTION() argument
/PHP-5.5/
H A DNEWS9112 . posix_mknod() (Magnus)
9245 - Fixed initializing and argument checking for posix_mknod(). (Derick)

Completed in 47 milliseconds