Home
last modified time | relevance | path

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

/PHP-7.4/ext/posix/tests/
H A Dposix_getgrgid_error.phpt2 Test posix_getgrgid() function : error conditions
9 /* Prototype : proto array posix_getgrgid(long gid)
15 echo "*** Testing posix_getgrgid() : error conditions ***\n";
18 echo "\n-- Testing posix_getgrgid() function with Zero arguments --\n";
19 var_dump( posix_getgrgid() );
21 //Test posix_getgrgid with one more than the expected number of arguments
26 var_dump( posix_getgrgid($gid, $extra_arg) );
30 var_dump( posix_getgrgid($gid));
35 *** Testing posix_getgrgid() : error conditions ***
37 -- Testing posix_getgrgid() function with Zero arguments --
[all …]
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-7.4/ext/posix/
H A Dphp_posix.h105 PHP_FUNCTION(posix_getgrgid);
H A Dposix.c293 PHP_FE(posix_getgrgid, arginfo_posix_getgrgid)
1136 PHP_FUNCTION(posix_getgrgid) in PHP_FUNCTION() argument
/PHP-7.4/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-7.4/
H A DNEWS864 posix_getgrgid and others). (Böszörményi Zoltán)

Completed in 30 milliseconds