Home
last modified time | relevance | path

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

/php-src/ext/posix/tests/
H A Dposix_getpwnam_basic_01.phpt2 Test posix_getpwnam() function : basic functionality
13 $info = posix_getpwnam($username);
/php-src/ext/opcache/tests/
H A Dpreload_user_003.phpt17 if (posix_getpwnam('root') === false) die('skip Root user does not exist');
H A Dpreload_user_005.phpt12 if (posix_getpwnam('root') === false) die('skip Root user does not exist');
/php-src/sapi/fpm/tests/
H A Dbug80669-uid-user-groups.phpt14 $pw = posix_getpwnam('www-data');
H A Dtester.inc370 if ( posix_getpwnam( $userName ) === false ) {
/php-src/ext/posix/
H A Dposix.stub.php416 function posix_getpwnam(string $username): array|false {} function
H A Dposix_arginfo.h240 ZEND_FUNCTION(posix_getpwnam);
314 ZEND_FE(posix_getpwnam, arginfo_posix_getpwnam)
H A Dposix.c921 PHP_FUNCTION(posix_getpwnam) in PHP_FUNCTION() argument
/php-src/ext/mysqli/tests/
H A Dmysqli_auth_pam.phpt70 if (!posix_getpwnam('pamtest')) {

Completed in 23 milliseconds