Home
last modified time | relevance | path

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

/PHP-7.4/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-7.4/ext/posix/
H A Dphp_posix.h97 PHP_FUNCTION(posix_mknod);
H A Dposix.c286 PHP_FE(posix_mknod, arginfo_posix_mknod)
941 PHP_FUNCTION(posix_mknod) in PHP_FUNCTION() argument

Completed in 9 milliseconds