Home
last modified time | relevance | path

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

/PHP-8.0/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-8.0/ext/posix/
H A Dposix.stub.php77 function posix_mknod(string $filename, int $flags, int $major = 0, int $minor = 0): bool {} function
H A Dposix_arginfo.h207 ZEND_FUNCTION(posix_mknod);
272 ZEND_FE(posix_mknod, arginfo_posix_mknod)
H A Dposix.c647 PHP_FUNCTION(posix_mknod) in PHP_FUNCTION() argument

Completed in 19 milliseconds