Home
last modified time | relevance | path

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

/PHP-8.2/ext/sqlite3/tests/
H A Dsqlite3_15_open_error.phpt10 if (!function_exists('posix_geteuid')) {
11 die('SKIP posix_geteuid() not defined so cannot check if run as root');
13 if (posix_geteuid() == 0) {
/PHP-8.2/ext/posix/tests/
H A Dposix_geteuid_basic.phpt2 Test function posix_geteuid() by calling it with its expected arguments
11 var_dump(posix_geteuid());
H A Dposix_seteuid_basic.phpt12 $myuid = posix_geteuid();
H A Dposix_getpwnam_basic_01.phpt10 $uid = posix_geteuid();
H A Dposix_seteuid_variation5.phpt7 if(posix_geteuid() == 0) print "skip - Cannot run test as root.";
H A Dposix_setgid_variation5.phpt7 if(posix_geteuid() == 0) print "skip - Cannot run test as root.";
H A Dposix_setuid_variation5.phpt7 if(posix_geteuid() == 0) print "skip - Cannot run test as root.";
H A Dposix_seteuid_variation2.phpt7 if(posix_geteuid() == 0) print "skip - Cannot run test as root.";
H A Dposix_setgid_variation2.phpt7 if(posix_geteuid() == 0) print "skip - Cannot run test as root.";
H A Dposix_setuid_variation2.phpt7 if(posix_geteuid() == 0) print "skip - Cannot run test as root.";
/PHP-8.2/ext/pcntl/tests/
H A Dpcntl_skipif_user_env_rules.inc9 if (function_exists("posix_geteuid")) {
10 if (posix_geteuid() === 0) {
/PHP-8.2/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-8.2/ext/ffi/tests/
H A D300.phpt11 if (posix_geteuid() == 0) die('skip Cannot run test as root.');
H A Dbug78761.phpt10 if (posix_geteuid() == 0) die('skip Cannot run test as root.');
/PHP-8.2/ext/spl/tests/
H A DDirectoryIterator_getGroup_basic.phpt8 if (posix_geteuid() == 0) { die('SKIP Cannot run test as root.'); }
H A DDirectoryIterator_getOwner_basic.phpt8 if (posix_geteuid() == 0) die('SKIP Cannot run test as root.');
/PHP-8.2/ext/standard/tests/mail/
H A Dgh7875.phpt15 if (posix_geteuid() == 0) die('skip Cannot run test as root.');
/PHP-8.2/ext/posix/
H A Dposix.stub.php205 function posix_geteuid(): int {} function
H A Dposix_arginfo.h168 ZEND_FUNCTION(posix_geteuid);
233 ZEND_FE(posix_geteuid, arginfo_posix_geteuid)
H A Dposix.c171 PHP_FUNCTION(posix_geteuid) in PHP_FUNCTION() argument

Completed in 21 milliseconds