Home
last modified time | relevance | path

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

/php-src/ext/standard/tests/file/
H A Dlchgrp_basic.phpt6 if (!function_exists("posix_getgid")) die("skip no posix_getgid()");
13 $gid = posix_getgid();
/php-src/ext/posix/tests/
H A Dbug75696.phpt7 $gid = posix_getgid();
H A Dposix_getgrgid_basic.phpt9 $gid = posix_getgid();
H A Dposix_setgid_basic.phpt15 $gid = posix_getgid();
/php-src/sapi/fpm/tests/
H A Dbug80669-uid-user-groups.phpt33 echo posix_getgid();
/php-src/ext/posix/
H A Dposix.stub.php323 function posix_getgid(): int {} function
H A Dposix_arginfo.h197 ZEND_FUNCTION(posix_getgid);
271 ZEND_FE(posix_getgid, arginfo_posix_getgid)
H A Dposix.c163 PHP_FUNCTION(posix_getgid) in PHP_FUNCTION() argument

Completed in 14 milliseconds