Home
last modified time | relevance | path

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

/PHP-8.2/ext/standard/tests/file/
H A Dlchown_basic.phpt6 if (!function_exists("posix_getuid")) die("skip no posix_getuid()");
14 $uid = posix_getuid();
H A Dlchown_error.phpt6 if (!function_exists("posix_getuid")) die("skip no posix_getuid()");
16 $uid = posix_getuid();
/PHP-8.2/ext/pcntl/tests/
H A Dpcntl_unshare_01.phpt18 $olduid = posix_getuid();
20 $newuid = posix_getuid();
H A Dpcntl_unshare_02.phpt11 if (posix_getuid() !== 0 &&
24 if(posix_getuid() !== 0) {
H A Dpcntl_unshare_03.phpt10 if (posix_getuid() !== 0 &&
24 if(posix_getuid() !== 0) {
H A D002.phpt48 var_dump($siginfo['uid'] === posix_getuid());
/PHP-8.2/ext/sockets/tests/
H A Dsocket_set_option_bindtodevice.phpt14 if (!function_exists("posix_getuid") || posix_getuid() != 0) {
/PHP-8.2/ext/posix/tests/
H A Dposix_setuid_basic.phpt12 $myuid = posix_getuid();
H A Dposix_getpwuid_basic.phpt10 $pwuid = posix_getpwuid(posix_getuid());
H A Dposix_errno_variation1.phpt11 if(posix_getuid()==0) print "skip - Cannot run test as root.";
/PHP-8.2/ext/posix/
H A Dposix.stub.php201 function posix_getuid(): int {} function
H A Dposix_arginfo.h166 ZEND_FUNCTION(posix_getuid);
231 ZEND_FE(posix_getuid, arginfo_posix_getuid)
H A Dposix.c157 PHP_FUNCTION(posix_getuid) in PHP_FUNCTION() argument

Completed in 19 milliseconds