Home
last modified time | relevance | path

Searched refs:posix_getpwuid (Results 1 – 7 of 7) sorted by relevance

/PHP-7.4/ext/posix/tests/
H A Dposix_getpwuid_error.phpt2 Test posix_getpwuid() function : error conditions
9 /* Prototype : proto array posix_getpwuid(long uid)
15 echo "*** Testing posix_getpwuid() : error conditions ***\n";
17 echo "\n-- Testing posix_getpwuid() function with Zero arguments --\n";
18 var_dump( posix_getpwuid() );
23 var_dump( posix_getpwuid($uid, $extra_arg) );
25 echo "\n-- Testing posix_getpwuid() function negative uid --\n";
27 var_dump( posix_getpwuid($uid) );
32 *** Testing posix_getpwuid() : error conditions ***
34 -- Testing posix_getpwuid() function with Zero arguments --
[all …]
H A Dposix_getpwuid_basic.phpt2 Test posix_getpwuid() function : basic functionality
12 $pwuid = posix_getpwuid(posix_getuid());
H A Dposix_getpwnam_basic_01.phpt13 $user = posix_getpwuid($uid);
/PHP-7.4/ext/posix/
H A Dphp_posix.h107 PHP_FUNCTION(posix_getpwuid);
H A Dposix.c295 PHP_FE(posix_getpwuid, arginfo_posix_getpwuid)
1268 PHP_FUNCTION(posix_getpwuid) in PHP_FUNCTION() argument
/PHP-7.4/sapi/fpm/tests/
H A Dsocket-uds-numeric-ugid.phpt37 $pw = posix_getpwuid($st['uid']);
H A Dsocket-uds-numeric-ugid-nonroot.phpt42 $pw = posix_getpwuid($st['uid']);

Completed in 21 milliseconds