Home
last modified time | relevance | path

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

12

/PHP-5.5/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_access_safemode.phpt11 if (posix_geteuid() == 0) {
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_setgid_variation4.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_seteuid_variation4.phpt6 if(posix_geteuid() == 0) print "skip - Cannot run test as root.";
H A Dposix_setuid_variation4.phpt6 if(posix_geteuid() == 0) print "skip - Cannot run test as root.";
H A Dposix_access_error_modes.phpt13 if (posix_geteuid() == 0) {
H A Dposix_access.phpt13 if (posix_geteuid() == 0) {
H A Dposix_seteuid_variation3.phpt6 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_access_error_wrongparams.phpt13 if (posix_geteuid() == 0) {
H A Dposix_mkfifo_safemode.phpt17 if (posix_geteuid() == 0) {
/PHP-5.5/ext/sqlite3/tests/
H A Dsqlite3_15_open_error.phpt9 if (posix_geteuid() == 0) {
/PHP-5.5/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-5.5/ext/standard/tests/general_functions/
H A Dproc_nice_variation5.phpt11 if(posix_geteuid() == 0) print "skip - Cannot run test as root.";
/PHP-5.5/ext/posix/
H A Dphp_posix.h47 PHP_FUNCTION(posix_geteuid);

Completed in 34 milliseconds

12