Home
last modified time | relevance | path

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

/PHP-7.3/ext/posix/tests/
H A Dposix_geteuid_error1.phpt2 Test function posix_geteuid() by calling it more than or less than its expected arguments
17 var_dump( posix_geteuid( $extra_args ));
20 var_dump(posix_geteuid( $arg ));
27 Warning: posix_geteuid() expects exactly 0 parameters, 1 given in %s on line %d
30 Warning: posix_geteuid() expects exactly 0 parameters, 1 given in %s on line %d
33 Warning: posix_geteuid() expects exactly 0 parameters, 1 given in %s on line %d
36 Warning: posix_geteuid() expects exactly 0 parameters, 1 given in %s on line %d
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_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_variation3.phpt6 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_setgid_variation3.phpt10 if(posix_geteuid() == 0) print "skip - Cannot run test as root.";
H A Dposix_setuid_variation3.phpt6 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.3/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.3/ext/sqlite3/tests/
H A Dsqlite3_15_open_error.phpt9 if (posix_geteuid() == 0) {
/PHP-7.3/ext/spl/tests/
H A DDirectoryIterator_getGroup_basic.phpt5 if (posix_geteuid() == 0) die('SKIP Cannot run test as root.');
H A DDirectoryIterator_getOwner_basic.phpt5 if (posix_geteuid() == 0) die('SKIP Cannot run test as root.');
/PHP-7.3/ext/posix/
H A Dphp_posix.h47 PHP_FUNCTION(posix_geteuid);
H A Dposix.c239 PHP_FE(posix_geteuid, arginfo_posix_geteuid)
510 PHP_FUNCTION(posix_geteuid) in PHP_FUNCTION() argument

Completed in 22 milliseconds