Home
last modified time | relevance | path

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

/php-src/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-src/ext/posix/
H A Dposix.stub.php404 function posix_getgrnam(string $name): array|false {} function
H A Dposix_arginfo.h238 ZEND_FUNCTION(posix_getgrnam);
312 ZEND_FE(posix_getgrnam, arginfo_posix_getgrnam)
H A Dposix.c782 PHP_FUNCTION(posix_getgrnam) in PHP_FUNCTION() argument

Completed in 13 milliseconds