Searched refs:posix_getgid (Results 1 – 8 of 8) sorted by relevance
6 if (!function_exists("posix_getgid")) die("skip no posix_getgid()");13 $gid = posix_getgid();
7 $gid = posix_getgid();
9 $gid = posix_getgid();
15 $gid = posix_getgid();
33 echo posix_getgid();
211 function posix_getgid(): int {} function
172 ZEND_FUNCTION(posix_getgid);237 ZEND_FE(posix_getgid, arginfo_posix_getgid)
164 PHP_FUNCTION(posix_getgid) in PHP_FUNCTION() argument
Completed in 9 milliseconds