Searched refs:posix_getuid (Results 1 – 15 of 15) 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) {
51 var_dump($siginfo['uid'] === posix_getuid());
14 if (!function_exists("posix_getuid") || posix_getuid() != 0) {
9 if (PHP_OS_FAMILY !== "Windows" && (!function_exists("posix_getuid") || posix_getuid() != 0)) die('…
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.";
320 function posix_getuid(): int {} function
191 ZEND_FUNCTION(posix_getuid);265 ZEND_FE(posix_getuid, arginfo_posix_getuid)
155 PHP_FUNCTION(posix_getuid) in PHP_FUNCTION() argument
Completed in 15 milliseconds