Searched refs:posix_getuid (Results 1 – 14 of 14) sorted by relevance
6 if (!function_exists("posix_getuid")) die("skip no posix_getuid()");14 $uid = posix_getuid();
6 if (!function_exists("posix_getuid")) die("skip no posix_getuid()");16 $uid = posix_getuid();
18 $olduid = posix_getuid();20 $newuid = posix_getuid();
11 if (posix_getuid() !== 0 &&24 if(posix_getuid() !== 0) {
10 if (posix_getuid() !== 0 &&24 if(posix_getuid() !== 0) {
48 var_dump($siginfo['uid'] === posix_getuid());
14 if (!function_exists("posix_getuid") || posix_getuid() != 0) {
3 var_dump(posix_getuid() === 0);
12 $myuid = posix_getuid();
10 $pwuid = posix_getpwuid(posix_getuid());
11 if(posix_getuid()==0) print "skip - Cannot run test as root.";
299 function posix_getuid(): int {} function
192 ZEND_FUNCTION(posix_getuid);267 ZEND_FE(posix_getuid, arginfo_posix_getuid)
157 PHP_FUNCTION(posix_getuid) in PHP_FUNCTION() argument
Completed in 18 milliseconds