Home
last modified time | relevance | path

Searched refs:posix_getegid (Results 1 – 5 of 5) sorted by relevance

/PHP-8.4/ext/posix/tests/
H A Dposix_getegid_basic.phpt2 Test function posix_getegid() by calling it with its expected arguments
10 var_dump(posix_getegid());
H A Dposix_setegid_basic.phpt7 var_dump(posix_setegid(posix_getegid()));
/PHP-8.4/ext/posix/
H A Dposix.stub.php327 function posix_getegid(): int {} function
H A Dposix_arginfo.h199 ZEND_FUNCTION(posix_getegid);
273 ZEND_FE(posix_getegid, arginfo_posix_getegid)
H A Dposix.c176 PHP_FUNCTION(posix_getegid) in PHP_FUNCTION() argument

Completed in 13 milliseconds