Searched refs:posix_mknod (Results 1 – 5 of 5) sorted by relevance
/PHP-8.0/ext/posix/tests/ |
H A D | posix_mknod_basic.phpt | 2 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 D | posix_mknod.phpt | 2 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 D | posix.stub.php | 77 function posix_mknod(string $filename, int $flags, int $major = 0, int $minor = 0): bool {} function
|
H A D | posix_arginfo.h | 207 ZEND_FUNCTION(posix_mknod); 272 ZEND_FE(posix_mknod, arginfo_posix_mknod)
|
H A D | posix.c | 647 PHP_FUNCTION(posix_mknod) in PHP_FUNCTION() argument
|
Completed in 19 milliseconds