Home
last modified time | relevance | path

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

/php-src/ext/posix/tests/
H A Dposix_getgrgid_error.phpt2 Test posix_getgrgid() function : error conditions
11 echo "*** Testing posix_getgrgid() : error conditions ***\n";
13 echo "\n-- Testing posix_getgrgid() function with a negative group id --\n";
15 var_dump( posix_getgrgid($gid));
20 *** Testing posix_getgrgid() : error conditions ***
22 -- 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
10 $groupinfo = posix_getgrgid($gid);
H A Dposix_getgrgid.phpt2 Test posix_getgrgid().
10 $grp = posix_getgrgid(0);
H A Dbug75696.phpt8 $name = posix_getgrgid($gid)['name'];
H A Dposix_getgrnam_basic.phpt12 $group = posix_getgrgid($groupid);
/php-src/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-src/ext/posix/
H A Dposix.stub.php410 function posix_getgrgid(int $group_id): array|false {} function
H A Dposix_arginfo.h239 ZEND_FUNCTION(posix_getgrgid);
313 ZEND_FE(posix_getgrgid, arginfo_posix_getgrgid)
H A Dposix.c842 PHP_FUNCTION(posix_getgrgid) in PHP_FUNCTION() argument

Completed in 16 milliseconds