Home
last modified time | relevance | path

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

/PHP-8.2/ext/standard/tests/file/
H A Dlchgrp_basic.phpt6 if (!function_exists("posix_getgid")) die("skip no posix_getgid()");
13 $gid = posix_getgid();
/PHP-8.2/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-8.2/sapi/fpm/tests/
H A Dbug80669-uid-user-groups.phpt33 echo posix_getgid();
/PHP-8.2/ext/posix/
H A Dposix.stub.php211 function posix_getgid(): int {} function
H A Dposix_arginfo.h172 ZEND_FUNCTION(posix_getgid);
237 ZEND_FE(posix_getgid, arginfo_posix_getgid)
H A Dposix.c164 PHP_FUNCTION(posix_getgid) in PHP_FUNCTION() argument

Completed in 13 milliseconds