Home
last modified time | relevance | path

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

/PHP-8.2/ext/posix/tests/
H A Dposix_getpwnam_basic_01.phpt2 Test posix_getpwnam() function : basic functionality
13 $info = posix_getpwnam($username);
/PHP-8.2/sapi/fpm/tests/
H A Dbug80669-uid-user-groups.phpt14 $pw = posix_getpwnam('www-data');
H A Dtester.inc349 if ( posix_getpwnam( $userName ) === false ) {
/PHP-8.2/ext/posix/
H A Dposix.stub.php300 function posix_getpwnam(string $username): array|false {} function
H A Dposix_arginfo.h212 ZEND_FUNCTION(posix_getpwnam);
277 ZEND_FE(posix_getpwnam, arginfo_posix_getpwnam)
H A Dposix.c865 PHP_FUNCTION(posix_getpwnam) in PHP_FUNCTION() argument
/PHP-8.2/ext/mysqli/tests/
H A Dmysqli_auth_pam.phpt70 if (!posix_getpwnam('pamtest')) {

Completed in 17 milliseconds