Searched refs:posix_getpwuid (Results 1 – 8 of 8) sorted by relevance
2 Test posix_getpwuid() function : error conditions11 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 --
2 Test posix_getpwuid() function : basic functionality10 $pwuid = posix_getpwuid(posix_getuid());
11 $user = posix_getpwuid($uid);
37 $pw = posix_getpwuid($st['uid']);
42 $pw = posix_getpwuid($st['uid']);
306 function posix_getpwuid(int $user_id): array|false {} function
213 ZEND_FUNCTION(posix_getpwuid);278 ZEND_FE(posix_getpwuid, arginfo_posix_getpwuid)
925 PHP_FUNCTION(posix_getpwuid) in PHP_FUNCTION() argument
Completed in 12 milliseconds