Home
last modified time | relevance | path

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

/PHP-7.1/ext/posix/
H A Dposix.c935 dev_t php_dev; in PHP_FUNCTION() local
937 php_dev = 0; in PHP_FUNCTION()
959 php_dev = makedev(major, minor); in PHP_FUNCTION()
966 result = mknod(path, mode, php_dev); in PHP_FUNCTION()

Completed in 9 milliseconds