Home
last modified time | relevance | path

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

/PHP-5.5/ext/posix/tests/
H A Dposix_mkfifo_wrongparams.phpt2 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
H A Dposix_mkfifo_safemode.phpt2 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…
/PHP-5.5/ext/standard/tests/file/
H A Dfiletype_variation.phpt8 if (!function_exists("posix_mkfifo")) {
9 die("skip no posix_mkfifo()");
55 posix_mkfifo( $file3, 0755);
/PHP-5.5/ext/posix/
H A Dphp_posix.h94 PHP_FUNCTION(posix_mkfifo);
H A Dposix.c279 PHP_FE(posix_mkfifo, arginfo_posix_mkfifo)
834 PHP_FUNCTION(posix_mkfifo) in PHP_FUNCTION() argument
/PHP-5.5/
H A DNEWS5458 - Fixed a open_basedir bypass in posix_mkfifo() identified by Grzegorz

Completed in 41 milliseconds