Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/tests/file/
H A Dfiletype_variation.phpt5 if (!function_exists("posix_mkfifo")) {
6 die("skip no posix_mkfifo()");
52 posix_mkfifo( $file3, 0755);
/PHP-7.4/ext/posix/
H A Dphp_posix.h94 PHP_FUNCTION(posix_mkfifo);
H A Dposix.c283 PHP_FE(posix_mkfifo, arginfo_posix_mkfifo)
912 PHP_FUNCTION(posix_mkfifo) in PHP_FUNCTION() argument

Completed in 14 milliseconds