Home
last modified time | relevance | path

Searched refs:posix_getgid (Results 1 – 6 of 6) sorted by relevance

/PHP-7.4/ext/standard/tests/file/
H A Dlchgrp_basic.phpt6 if (!function_exists("posix_getgid")) die("skip no posix_getgid()");
13 $gid = posix_getgid();
/PHP-7.4/ext/posix/tests/
H A Dbug75696.phpt9 $gid = posix_getgid();
H A Dposix_getgrgid_basic.phpt11 $gid = posix_getgid();
H A Dposix_setgid_basic.phpt17 $gid = posix_getgid();
/PHP-7.4/ext/posix/
H A Dphp_posix.h46 PHP_FUNCTION(posix_getgid);
H A Dposix.c238 PHP_FE(posix_getgid, arginfo_posix_getgid)
503 PHP_FUNCTION(posix_getgid) in PHP_FUNCTION() argument

Completed in 13 milliseconds