Home
last modified time | relevance | path

Searched refs:posix_getgrgid (Results 1 – 11 of 11) sorted by relevance

/PHP-8.0/ext/posix/tests/
H A Dposix_getgrgid_error.phpt2 Test posix_getgrgid() function : error conditions
9 echo "*** Testing posix_getgrgid() : error conditions ***\n";
11 echo "\n-- Testing posix_getgrgid() function with a negative group id --\n";
13 var_dump( posix_getgrgid($gid));
18 *** Testing posix_getgrgid() : error conditions ***
20 -- Testing posix_getgrgid() function with a negative group id --
H A Dposix_getgrgid_macosx.phpt2 Test return values of posix_getgrgid() on MacOSX.
17 $grp = posix_getgrgid(-1);
H A Dposix_getgrgid_basic.phpt2 Test posix_getgrgid() function : basic functionality
12 $groupinfo = posix_getgrgid($gid);
H A Dposix_getgrgid.phpt2 Test posix_getgrgid().
14 $grp = posix_getgrgid(0);
H A Dbug75696.phpt10 $name = posix_getgrgid($gid)['name'];
H A Dposix_getgrnam_basic.phpt11 $group = posix_getgrgid($groupid);
/PHP-8.0/sapi/fpm/tests/
H A Dsocket-uds-numeric-ugid.phpt38 $gr = posix_getgrgid($st['gid']);
H A Dsocket-uds-numeric-ugid-nonroot.phpt43 $gr = posix_getgrgid($st['gid']);
/PHP-8.0/ext/posix/
H A Dposix.stub.php84 function posix_getgrgid(int $group_id): array|false {} function
H A Dposix_arginfo.h211 ZEND_FUNCTION(posix_getgrgid);
276 ZEND_FE(posix_getgrgid, arginfo_posix_getgrgid)
H A Dposix.c834 PHP_FUNCTION(posix_getgrgid) in PHP_FUNCTION() argument

Completed in 15 milliseconds