Home
last modified time | relevance | path

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

/PHP-8.0/ext/posix/
H A Dposix.c653 dev_t php_dev = 0; in PHP_FUNCTION() local
673 php_dev = makedev(major, minor); in PHP_FUNCTION()
680 result = mknod(ZSTR_VAL(path), mode, php_dev); in PHP_FUNCTION()

Completed in 10 milliseconds