Home
last modified time | relevance | path

Searched refs:posix_geteuid (Results 1 – 18 of 18) sorted by relevance

/PHP-7.4/ext/posix/tests/
H A Dposix_geteuid_basic.phpt2 Test function posix_geteuid() by calling it with its expected arguments
13 var_dump(posix_geteuid());
H A Dposix_seteuid_basic.phpt14 $myuid = posix_geteuid();
H A Dposix_getpwnam_basic_01.phpt12 $uid = posix_geteuid();
H A Dposix_seteuid_variation5.phpt6 if(posix_geteuid() == 0) print "skip - Cannot run test as root.";
H A Dposix_setgid_variation5.phpt6 if(posix_geteuid() == 0) print "skip - Cannot run test as root.";
H A Dposix_setuid_variation5.phpt6 if(posix_geteuid() == 0) print "skip - Cannot run test as root.";
H A Dposix_seteuid_variation2.phpt6 if(posix_geteuid() == 0) print "skip - Cannot run test as root.";
H A Dposix_setgid_variation2.phpt6 if(posix_geteuid() == 0) print "skip - Cannot run test as root.";
H A Dposix_setuid_variation2.phpt6 if(posix_geteuid() == 0) print "skip - Cannot run test as root.";
H A Dposix_setgid_variation4.phpt7 if(posix_geteuid() == 0) print "skip - Cannot run test as root.";
H A Dposix_seteuid_variation4.phpt7 if(posix_geteuid() == 0) print "skip - Cannot run test as root.";
H A Dposix_setuid_variation4.phpt7 if(posix_geteuid() == 0) print "skip - Cannot run test as root.";
/PHP-7.4/ext/standard/tests/general_functions/
H A Dproc_nice_variation5.phpt11 if(!function_exists('posix_geteuid')) die("skip. posix_geteuid not available ");
12 if(posix_geteuid() == 0) print "skip - Cannot run test as root.";
/PHP-7.4/ext/sqlite3/tests/
H A Dsqlite3_15_open_error.phpt9 if (posix_geteuid() == 0) {
/PHP-7.4/ext/spl/tests/
H A DDirectoryIterator_getGroup_basic.phpt6 if (!extension_loaded('posix') || posix_geteuid() == 0) { die('SKIP Cannot run test as root.'); }
H A DDirectoryIterator_getOwner_basic.phpt6 if (!extension_loaded('posix') || posix_geteuid() == 0) die('SKIP Cannot run test as root.');
/PHP-7.4/ext/posix/
H A Dphp_posix.h47 PHP_FUNCTION(posix_geteuid);
H A Dposix.c234 PHP_FE(posix_geteuid, arginfo_posix_geteuid)
511 PHP_FUNCTION(posix_geteuid) in PHP_FUNCTION() argument

Completed in 14 milliseconds