Searched refs:posix_mknod (Results 1 – 4 of 4) sorted by relevance
2 posix_mknod(): Basic tests7 if (!function_exists('posix_mknod')) die('skip posix_mknod() not found');12 var_dump(posix_mknod('', 0, 0, 0));
279 function posix_mknod(string $filename, int $flags, int $major = 0, int $minor = 0): bool {} function
207 ZEND_FUNCTION(posix_mknod);272 ZEND_FE(posix_mknod, arginfo_posix_mknod)
592 PHP_FUNCTION(posix_mknod) in PHP_FUNCTION() argument
Completed in 12 milliseconds