Home
last modified time | relevance | path

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

/PHP-8.2/ext/posix/tests/
H A Dposix_getpwuid_error.phpt2 Test posix_getpwuid() function : error conditions
11 echo "*** Testing posix_getpwuid() : error conditions ***\n";
13 echo "\n-- Testing posix_getpwuid() function negative uid --\n";
15 var_dump( posix_getpwuid($uid) );
20 *** Testing posix_getpwuid() : error conditions ***
22 -- Testing posix_getpwuid() function negative uid --
H A Dposix_getpwuid_basic.phpt2 Test posix_getpwuid() function : basic functionality
10 $pwuid = posix_getpwuid(posix_getuid());
H A Dposix_getpwnam_basic_01.phpt11 $user = posix_getpwuid($uid);
/PHP-8.2/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']);
/PHP-8.2/ext/posix/
H A Dposix.stub.php306 function posix_getpwuid(int $user_id): array|false {} function
H A Dposix_arginfo.h213 ZEND_FUNCTION(posix_getpwuid);
278 ZEND_FE(posix_getpwuid, arginfo_posix_getpwuid)
H A Dposix.c925 PHP_FUNCTION(posix_getpwuid) in PHP_FUNCTION() argument

Completed in 12 milliseconds