Home
last modified time | relevance | path

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

/PHP-8.2/ext/posix/tests/
H A Dposix_getgrnam_basic.phpt2 Test posix_getgrnam() function : basic functionality
13 $groupinfo = posix_getgrnam($group["name"]);
15 $groupinfo = posix_getgrnam("");
H A Dbug75696.phpt2 Bug #75696 (posix_getgrnam fails to print details of group)
9 $info = posix_getgrnam($name);
/PHP-8.2/ext/posix/
H A Dposix.stub.php288 function posix_getgrnam(string $name): array|false {} function
H A Dposix_arginfo.h210 ZEND_FUNCTION(posix_getgrnam);
275 ZEND_FE(posix_getgrnam, arginfo_posix_getgrnam)
H A Dposix.c725 PHP_FUNCTION(posix_getgrnam) in PHP_FUNCTION() argument

Completed in 14 milliseconds