Home
last modified time | relevance | path

Searched refs:group_id (Results 1 – 6 of 6) sorted by relevance

/PHP-8.0/ext/posix/
H A Dposix.stub.php23 function posix_setgid(int $group_id): bool {} argument
28 function posix_setegid(int $group_id): bool {} argument
84 function posix_getgrgid(int $group_id): array|false {} argument
106 function posix_initgroups(string $username, int $group_id): bool {} argument
H A Dposix_arginfo.h31 ZEND_ARG_TYPE_INFO(0, group_id, IS_LONG, 0)
38 ZEND_ARG_TYPE_INFO(0, group_id, IS_LONG, 0)
123 ZEND_ARG_TYPE_INFO(0, group_id, IS_LONG, 0)
158 ZEND_ARG_TYPE_INFO(0, group_id, IS_LONG, 0)
/PHP-8.0/ext/tidy/tests/
H A D024.phpt11 // more info at http://sf.net/tracker/?func=detail&atid=390963&aid=1598422&group_id=27659
H A D027.phpt8 // bug report from http://sf.net/tracker/?func=detail&atid=390963&aid=1641868&group_id=27659
/PHP-8.0/ext/pdo_pgsql/tests/
H A Dbug75402.phpt21 "group_id" character varying(64) NOT NULL,
44 $db->query("INSERT INTO bug75402 (\"id\", \"group_id\", \"submitter\", \"operation\", \"description…
/PHP-8.0/sapi/apache2handler/
H A Dphp_functions.c410 …f(tmp), "%s(%d)/%d", ap_unixd_config.user_name, ap_unixd_config.user_id, ap_unixd_config.group_id); in PHP_MINFO_FUNCTION()
412 …mp, sizeof(tmp), "%s(%d)/%d", unixd_config.user_name, unixd_config.user_id, unixd_config.group_id); in PHP_MINFO_FUNCTION()

Completed in 12 milliseconds