Home
last modified time | relevance | path

Searched refs:group (Results 1 – 25 of 93) sorted by relevance

1234

/PHP-7.4/ext/sockets/tests/
H A Dmcast_ipv6_recv.phpt20 "group" => 'ff01::114',
35 "group" => 'ff01::114',
39 "group" => 'ff01::114',
66 "group" => $mcastaddr,
88 echo "leaving group\n";
90 "group" => $mcastaddr,
194 leaving group
199 re-joining group
212 leaving group
217 joining source group
[all …]
H A Dmcast_ipv4_recv.phpt12 "group" => '224.0.0.23',
46 "group" => $mcastaddr,
61 echo "leaving group\n";
63 "group" => $mcastaddr,
75 "group" => $mcastaddr,
87 "group" => $mcastaddr,
166 leaving group
171 re-joining group
185 leaving group
190 joining source group
[all …]
H A Dmcast_ipv6_recv_limited.phpt17 "group" => 'ff01::114',
21 die('skip unable to join multicast group on any interface.');
28 "group" => 'ff01::114',
33 "group" => 'ff01::114',
61 "group" => $mcastaddr,
83 echo "leaving group\n";
85 "group" => $mcastaddr,
95 echo "re-joining group\n";
97 "group" => $mcastaddr,
122 leaving group
[all …]
H A Dsocket_export_stream-3.phpt13 "group" => '224.0.0.23',
17 die("SKIP joining group 224.0.0.23 on interface lo failed");
26 "group" => '224.0.0.23',
H A Dsocket_import_stream-3.phpt13 "group" => '224.0.0.23',
17 die("SKIP joining group 224.0.0.23 on interface lo failed");
25 "group" => '224.0.0.23',
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_constants_categories.phpt12 foreach ($constants as $group => $consts) {
15 if ('mysqli' != $group)
16 … printf("found constant '%s' in group '%s'. expecting group 'mysqli'\n", $name, $group);
/PHP-7.4/ext/sockets/
H A Dmulticast.h71 struct sockaddr *group,
78 struct sockaddr *group,
86 struct sockaddr *group,
95 struct sockaddr *group,
104 struct sockaddr *group,
113 struct sockaddr *group,
H A Dmulticast.c162 php_sockaddr_storage group = {0}; in php_do_mcast_opt() local
196 php_sockaddr_storage group = {0}, in php_do_mcast_opt() local
378 struct sockaddr *group, in php_mcast_join() argument
388 struct sockaddr *group, in php_mcast_leave() argument
399 struct sockaddr *group, in php_mcast_join_source() argument
411 struct sockaddr *group, in php_mcast_leave_source() argument
423 struct sockaddr *group, in php_mcast_block_source() argument
435 struct sockaddr *group, in php_mcast_unblock_source() argument
457 memcpy(&greq.gr_group, group, group_len); in _php_mcast_join_leave()
513 struct sockaddr *group, in _php_mcast_source_op() argument
[all …]
/PHP-7.4/ext/dba/libinifile/
H A Dinifile.c52 if (key->group) { in inifile_key_free()
53 efree(key->group); in inifile_key_free()
122 key.group = estrdup(""); in inifile_key_split()
132 if (key->group && *key->group) { in inifile_key_string()
229 assert(k1->group && k1->name && k2->group && k2->name); in inifile_key_cmp()
231 if (!strcasecmp(k1->group, k2->group)) { in inifile_key_cmp()
253 ln.key.group = estrdup(dba->next.key.group); in inifile_fetch()
303 ln.key.group = estrdup(dba->curr.key.group ? dba->curr.key.group : ""); in inifile_nextkey()
338 if (key->group && strlen(key->group)) { in inifile_find_group()
372 ln.key.group = estrdup(key->group); in inifile_next_group()
[all …]
/PHP-7.4/ext/standard/tests/dir/
H A Dscandir_variation7.phpt29 /*1*/ 0477, // owner has read only, other and group has rwx
30 0677, // owner has rw only, other and group has rwx
35 /*5*/ 0400, // owner has read only, group and others have no permission
36 0600, // owner has rw only, group and others have no permission
38 /*7*/ 0470, // owner has read only, group has rwx & others have no permission
39 0407, // owner has read only, other has rwx & group has no permission
41 /*9*/ 0670, // owner has rw only, group has rwx & others have no permission
42 /*10*/ 0607 // owner has rw only, group has no permission and others have rwx
H A Dopendir_variation7.phpt30 /*1*/ 0477, // owner has read only, other and group has rwx
31 0677, // owner has rw only, other and group has rwx
36 /*5*/ 0400, // owner has read only, group and others have no permission
37 0600, // owner has rw only, group and others have no permission
39 /*7*/ 0470, // owner has read only, group has rwx & others have no permission
40 0407, // owner has read only, other has rwx & group has no permission
42 /*9*/ 0670, // owner has rw only, group has rwx & others have no permission
43 /*10*/ 0607 // owner has rw only, group has no permission and others have rwx
H A Dreaddir_variation5.phpt30 /*1*/ 0477, // owner has read only, other and group has rwx
31 0677, // owner has rw only, other and group has rwx
36 /*5*/ 0400, // owner has read only, group and others have no permission
37 0600, // owner has rw only, group and others have no permission
39 /*7*/ 0470, // owner has read only, group has rwx & others have no permission
40 0407, // owner has read only, other has rwx & group has no permission
42 /*9*/ 0670, // owner has rw only, group has rwx & others have no permission
43 /*10*/ 0607 // owner has rw only, group has no permission and others have rwx
H A Ddir_variation3.phpt32 /*1*/ 0477, // owner has read only, other and group has rwx
33 0677, // owner has rw only, other and group has rwx
38 /*5*/ 0400, // owner has read only, group and others have no permission
39 0600, // owner has rw only, group and others have no permission
41 /*7*/ 0470, // owner has read only, group has rwx & others have no permission
42 0407, // owner has read only, other has rwx & group has no permission
44 /*9*/ 0670, // owner has rw only, group has rwx & others have no permission
45 /*10*/ 0607 // owner has rw only, group has no permission and others have rwx
/PHP-7.4/sapi/fpm/tests/
H A Dsocket-uds-numeric-ugid.phpt2 FPM: UNIX socket owner and group settings can be numeric
20 listen.group = 1234
40 $group = $gr ? $gr['name'] : 'UNKNOWN';
41 echo "{$st['uid']}/{$user},{$st['gid']}/{$group}\n";
H A Dsocket-uds-acl.phpt6 FPM\Tester::skipIfAnyFileDoesNotExist(['/usr/bin/getfacl', '/etc/passwd', '/etc/group']);
36 $tmp = file('/etc/group');
76 group::---
77 group:%s:rw-
78 group:%s:rw-
H A Dsocket-uds-numeric-ugid-nonroot.phpt2 FPM: UNIX socket owner and group settings can be numeric
20 listen.group = {{GID}}
45 $group = $gr ? $gr['name'] : 'UNKNOWN';
46 echo "{$st['uid']}/{$user},{$st['gid']}/{$group}\n";
/PHP-7.4/ext/soap/tests/schema/
H A Dschema041.phpt2 SOAP XML Schema 41: Structure (group)
10 <group ref="tns:testGroup"/>
12 <group name="testGroup">
17 </group>
/PHP-7.4/ext/pcre/tests/
H A Dbug72688.phpt2 Bug #72688 (preg_match missing group names in matches)
8 $pattern[] = "(?'group{$i}'{$i}$)";
/PHP-7.4/ext/posix/tests/
H A Dposix_getgrnam_basic.phpt11 $group = posix_getgrgid($groupid);
12 $groupinfo = posix_getgrnam($group["name"]);
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_substitute.c516 int group, n; in pcre2_substitute() local
531 group = -1; in pcre2_substitute()
552 group = next - CHAR_0; in pcre2_substitute()
557 group = group * 10 + next - CHAR_0; in pcre2_substitute()
564 if (group > code->top_bracket) in pcre2_substitute()
665 if (group < 0) in pcre2_substitute()
672 group = code->top_bracket + 1; in pcre2_substitute()
682 if (group < 0) group = ng; /* First in ovector */ in pcre2_substitute()
694 if (group < 0) group = GET2(first, 0); in pcre2_substitute()
751 subptr = subject + ovector[group*2]; in pcre2_substitute()
[all …]
/PHP-7.4/ext/ftp/tests/
H A Dftp_mlsd.phpt41 ["UNIX.group"]=>
60 ["UNIX.group"]=>
81 ["UNIX.group"]=>
/PHP-7.4/Zend/
H A Dzend_virtual_cwd.h188 CWD_API int virtual_chown(const char *filename, uid_t owner, gid_t group, int link);
281 #define VCWD_CHOWN(path, owner, group) virtual_chown(path, owner, group, 0) argument
283 #define VCWD_LCHOWN(path, owner, group) virtual_chown(path, owner, group, 1) argument
336 #define VCWD_CHOWN(path, owner, group) chown(path, owner, group) argument
338 #define VCWD_LCHOWN(path, owner, group) lchown(path, owner, group) argument
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_unix.c122 struct group *grp; in fpm_unix_resolve_socket_premissions()
186 struct group *grp; in fpm_unix_resolve_socket_premissions()
289 if (wp->config->group && *wp->config->group) { in fpm_unix_conf_wp()
290 if (strlen(wp->config->group) == strspn(wp->config->group, "0123456789")) { in fpm_unix_conf_wp()
291 wp->set_gid = strtoul(wp->config->group, 0, 10); in fpm_unix_conf_wp()
293 struct group *grp; in fpm_unix_conf_wp()
295 grp = getgrnam(wp->config->group); in fpm_unix_conf_wp()
297 … zlog(ZLOG_ERROR, "[pool %s] cannot get gid for group '%s'", wp->config->name, wp->config->group); in fpm_unix_conf_wp()
314 if (wp->config->group && *wp->config->group) { in fpm_unix_conf_wp()
/PHP-7.4/win32/
H A Dgrp.h22 struct group { struct
/PHP-7.4/ext/standard/
H A Dfilestat.c311 struct group gr; in php_get_gid_by_name()
312 struct group *retgrptr; in php_get_gid_by_name()
328 struct group *gr = getgrnam(name); in php_get_gid_by_name()
343 zval *group; in php_do_chgrp() local
352 Z_PARAM_ZVAL(group) in php_do_chgrp()
360 if (Z_TYPE_P(group) == IS_LONG) { in php_do_chgrp()
362 value = &Z_LVAL_P(group); in php_do_chgrp()
365 value = Z_STRVAL_P(group); in php_do_chgrp()
388 if (Z_TYPE_P(group) == IS_LONG) { in php_do_chgrp()
389 gid = (gid_t)Z_LVAL_P(group); in php_do_chgrp()
[all …]

Completed in 62 milliseconds

1234