Home
last modified time | relevance | path

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

/PHP-5.4/ext/posix/tests/
H A Dposix_getuid_error.phpt2 Test posix_getuid() function : error conditions
9 /* Prototype : proto int posix_getuid(void)
15 echo "*** Testing posix_getuid() : error conditions ***\n";
18 echo "\n-- Testing posix_getuid() function with one argument --\n";
20 var_dump( posix_getuid($extra_arg) );
25 *** Testing posix_getuid() : error conditions ***
27 -- Testing posix_getuid() function with one argument --
29 Warning: posix_getuid() expects exactly 0 parameters, 1 given in %s on line %d
H A Dposix_setuid_basic.phpt14 $myuid = posix_getuid();
H A Dposix_getpwuid_basic.phpt12 $pwuid = posix_getpwuid(posix_getuid());
H A Dposix_errno_variation1.phpt10 if(posix_getuid()==0) print "skip - Cannot run test as root.";
H A Dposix_seteuid_variation4.phpt18 $myUid = posix_getuid();
H A Dposix_setuid_variation4.phpt18 $myUid = posix_getuid();
H A Dposix_getpwuid_error.phpt21 $uid = posix_getuid();
/PHP-5.4/ext/standard/tests/file/
H A Dlchown_basic.phpt6 if (!function_exists("posix_getuid")) die("skip no posix_getuid()");
20 $uid = posix_getuid();
H A Dlchown_error.phpt6 if (!function_exists("posix_getuid")) die("skip no posix_getuid()");
30 $uid = posix_getuid();
/PHP-5.4/ext/sockets/tests/
H A Dsocket_set_option_bindtodevice.phpt14 if (!function_exists("posix_getuid") || posix_getuid() != 0) {
/PHP-5.4/ext/posix/
H A Dphp_posix.h45 PHP_FUNCTION(posix_getuid);
H A Dposix.c228 PHP_FE(posix_getuid, arginfo_posix_getuid)
429 PHP_FUNCTION(posix_getuid) in PHP_FUNCTION() argument
/PHP-5.4/ext/pcntl/tests/
H A D002.phpt44 var_dump($siginfo['uid'] === posix_getuid());

Completed in 27 milliseconds