Searched refs:posix_getgid (Results 1 – 7 of 7) sorted by relevance
2 Test posix_getgid() function : error conditions 9 /* Prototype : proto int posix_getgid(void)15 echo "*** Testing posix_getgid() : error conditions ***\n";18 echo "\n-- Testing posix_getgid() function with one argument --\n";20 var_dump( posix_getgid($extra_arg) );25 *** Testing posix_getgid() : error conditions ***27 -- Testing posix_getgid() function with one argument --29 Warning: posix_getgid() expects exactly 0 parameters, 1 given in %s on line %d
11 $gid = posix_getgid();
17 $gid = posix_getgid();
16 $gid = posix_getgid();
6 if (!function_exists("posix_getgid")) die("skip no posix_getgid()");13 $gid = posix_getgid();
49 PHP_FUNCTION(posix_getgid);
242 PHP_FE(posix_getgid, arginfo_posix_getgid)498 PHP_FUNCTION(posix_getgid) in PHP_FUNCTION() argument
Completed in 10 milliseconds