Home
last modified time | relevance | path

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

/PHP-8.0/ext/posix/tests/
H A Dposix_getegid_basic.phpt2 Test function posix_getegid() by calling it with its expected arguments
12 var_dump(posix_getegid());
H A Dposix_setegid_basic.phpt9 var_dump(posix_setegid(posix_getegid()));
/PHP-8.0/ext/posix/
H A Dposix.stub.php25 function posix_getegid(): int {} function
H A Dposix_arginfo.h174 ZEND_FUNCTION(posix_getegid);
239 ZEND_FE(posix_getegid, arginfo_posix_getegid)
H A Dposix.c245 PHP_FUNCTION(posix_getegid) in PHP_FUNCTION() argument

Completed in 12 milliseconds