Searched refs:posix_getpwuid (Results 1 – 8 of 8) sorted by relevance
2 Test posix_getpwuid() function : error conditions9 echo "*** Testing posix_getpwuid() : error conditions ***\n";11 echo "\n-- Testing posix_getpwuid() function negative uid --\n";13 var_dump( posix_getpwuid($uid) );18 *** Testing posix_getpwuid() : error conditions ***20 -- Testing posix_getpwuid() function negative uid --
2 Test posix_getpwuid() function : basic functionality12 $pwuid = posix_getpwuid(posix_getuid());
13 $user = posix_getpwuid($uid);
37 $pw = posix_getpwuid($st['uid']);
42 $pw = posix_getpwuid($st['uid']);
88 function posix_getpwuid(int $user_id): array|false {} function
213 ZEND_FUNCTION(posix_getpwuid);278 ZEND_FE(posix_getpwuid, arginfo_posix_getpwuid)
964 PHP_FUNCTION(posix_getpwuid) in PHP_FUNCTION() argument
Completed in 9 milliseconds