Home
last modified time | relevance | path

Searched refs:getgid (Results 1 – 7 of 7) sorted by relevance

/PHP-7.4/ext/standard/
H A Dpageinfo.c40 #undef getgid
42 #define getgid() 1 macro
72 BG(page_gid) = getgid(); in php_statpage()
H A Dphp_filestat.h73 #undef getgid
75 #define getgid() 1 macro
H A Dfilestat.c840 } else if(ssb.sb.st_gid==getgid()) { in php_stat()
/PHP-7.4/ext/posix/tests/
H A Dposix_getgrgid_basic.phpt9 echo "Basic test of POSIX getgid and getgrid fucntions\n";
19 Basic test of POSIX getgid and getgrid fucntions
/PHP-7.4/ext/opcache/
H A Dconfig.m459 shmbuf.shm_perm.gid = getgid();
/PHP-7.4/ext/posix/
H A Dposix.c505 PHP_POSIX_RETURN_LONG_FUNC(getgid); in PHP_FUNCTION()
/PHP-7.4/ext/phar/
H A Dfunc_interceptors.c452 } else if(stat_sb->st_gid==getgid()) { in phar_fancy_stat()

Completed in 18 milliseconds