Home
last modified time | relevance | path

Searched refs:posix_getgrnam (Results 1 – 4 of 4) sorted by relevance

/PHP-7.4/ext/posix/tests/
H A Dposix_getgrnam_basic.phpt2 Test posix_getgrnam() function : basic functionality
12 $groupinfo = posix_getgrnam($group["name"]);
14 $groupinfo = posix_getgrnam("");
H A Dbug75696.phpt2 Bug #75696 (posix_getgrnam fails to print details of group)
11 $info = posix_getgrnam($name);
/PHP-7.4/ext/posix/
H A Dphp_posix.h104 PHP_FUNCTION(posix_getgrnam);
H A Dposix.c292 PHP_FE(posix_getgrnam, arginfo_posix_getgrnam)
1081 PHP_FUNCTION(posix_getgrnam) in PHP_FUNCTION() argument

Completed in 11 milliseconds