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();
330 function posix_getgid(): int {} function
197 ZEND_FUNCTION(posix_getgid);271 ZEND_FE(posix_getgid, arginfo_posix_getgid)
162 PHP_FUNCTION(posix_getgid) in PHP_FUNCTION() argument
Completed in 24 milliseconds