Searched refs:posix_mkfifo (Results 1 – 6 of 6) sorted by relevance
2 Test parameter validation in posix_mkfifo().14 posix_mkfifo(null);15 var_dump(posix_mkfifo(null, 0644));19 Warning: posix_mkfifo() expects exactly 2 parameters, 1 given in %s on line %d
2 Test posix_mkfifo() with safe_mode.26 var_dump(posix_mkfifo('/tmp/foobar', 0644));30 var_dump(posix_mkfifo($dir . '/bar', 0644));42 Warning: posix_mkfifo(): SAFE MODE Restriction in effect. The script whose uid is %d is not allowe…
8 if (!function_exists("posix_mkfifo")) {9 die("skip no posix_mkfifo()");55 posix_mkfifo( $file3, 0755);
94 PHP_FUNCTION(posix_mkfifo);
279 PHP_FE(posix_mkfifo, arginfo_posix_mkfifo)834 PHP_FUNCTION(posix_mkfifo) in PHP_FUNCTION() argument
4269 - Fixed a open_basedir bypass in posix_mkfifo() identified by Grzegorz
Completed in 46 milliseconds