Home
last modified time | relevance | path

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

/PHP-7.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()");
22 $uid = posix_getuid();
/PHP-7.4/ext/pcntl/tests/
H A Dpcntl_unshare_01.phpt16 $olduid = posix_getuid();
18 $newuid = posix_getuid();
H A Dpcntl_unshare_03.phpt9 if (posix_getuid() !== 0 &&
19 if(posix_getuid() !== 0) {
H A Dpcntl_unshare_02.phpt10 if (posix_getuid() !== 0 &&
22 if(posix_getuid() !== 0) {
H A D002.phpt45 var_dump($siginfo['uid'] === posix_getuid());
/PHP-7.4/ext/sockets/tests/
H A Dsocket_set_option_bindtodevice.phpt14 if (!function_exists("posix_getuid") || posix_getuid() != 0) {
/PHP-7.4/ext/posix/tests/
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.phpt19 $myUid = posix_getuid();
H A Dposix_setuid_variation4.phpt19 $myUid = posix_getuid();
H A Dposix_getpwuid_error.phpt21 $uid = posix_getuid();
/PHP-7.4/ext/posix/
H A Dphp_posix.h45 PHP_FUNCTION(posix_getuid);
H A Dposix.c232 PHP_FE(posix_getuid, arginfo_posix_getuid)
495 PHP_FUNCTION(posix_getuid) in PHP_FUNCTION() argument

Completed in 27 milliseconds