Home
last modified time | relevance | path

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

1234

/PHP-8.1/ext/sockets/tests/
H A Dmcast_ipv6_recv.phpt21 "group" => 'ff01::114',
36 "group" => 'ff01::114',
40 "group" => 'ff01::114',
68 "group" => $mcastaddr,
90 echo "leaving group\n";
136 echo "leaving group\n";
199 leaving group
204 re-joining group
217 leaving group
222 joining source group
[all …]
H A Dmcast_ipv4_recv.phpt12 "group" => '224.0.0.23',
47 "group" => $mcastaddr,
62 echo "leaving group\n";
64 "group" => $mcastaddr,
74 echo "re-joining group\n";
110 echo "leaving group\n";
169 leaving group
174 re-joining group
188 leaving group
193 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,
125 leaving group
[all …]
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',
H A Dsocket_export_stream-3.phpt11 "group" => '224.0.0.23',
15 die("SKIP joining group 224.0.0.23 on interface lo failed");
25 "group" => '224.0.0.23',
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_constants_categories.phpt9 foreach ($constants as $group => $consts) {
12 if ('mysqli' != $group)
13 … printf("found constant '%s' in group '%s'. expecting group 'mysqli'\n", $name, $group);
/PHP-8.1/ext/dba/libinifile/
H A Dinifile.c50 if (key->group) { in inifile_key_free()
51 efree(key->group); in inifile_key_free()
120 key.group = estrdup(""); in inifile_key_split()
130 if (key->group && *key->group) { in inifile_key_string()
226 assert(k1->group && k1->name && k2->group && k2->name); in inifile_key_cmp()
228 if (!strcasecmp(k1->group, k2->group)) { in inifile_key_cmp()
249 ln.key.group = estrdup(dba->next.key.group); in inifile_fetch()
297 ln.key.group = estrdup(dba->curr.key.group ? dba->curr.key.group : ""); in inifile_nextkey()
331 if (key->group && strlen(key->group)) { in inifile_find_group()
365 ln.key.group = estrdup(key->group); in inifile_next_group()
[all …]
/PHP-8.1/ext/sockets/
H A Dmulticast.h69 struct sockaddr *group,
76 struct sockaddr *group,
84 struct sockaddr *group,
93 struct sockaddr *group,
102 struct sockaddr *group,
111 struct sockaddr *group,
H A Dmulticast.c159 php_sockaddr_storage group = {0}; in php_do_mcast_opt() local
193 php_sockaddr_storage group = {0}, in php_do_mcast_opt() local
371 struct sockaddr *group, in php_mcast_join() argument
381 struct sockaddr *group, in php_mcast_leave() argument
392 struct sockaddr *group, in php_mcast_join_source() argument
404 struct sockaddr *group, in php_mcast_leave_source() argument
416 struct sockaddr *group, in php_mcast_block_source() argument
428 struct sockaddr *group, in php_mcast_unblock_source() argument
450 memcpy(&greq.gr_group, group, group_len); in _php_mcast_join_leave()
505 struct sockaddr *group, in _php_mcast_source_op() argument
[all …]
/PHP-8.1/ext/standard/tests/dir/
H A Dscandir_variation7.phpt24 /*1*/ 0477, // owner has read only, other and group has rwx
25 0677, // owner has rw only, other and group has rwx
30 /*5*/ 0400, // owner has read only, group and others have no permission
31 0600, // owner has rw only, group and others have no permission
33 /*7*/ 0470, // owner has read only, group has rwx & others have no permission
34 0407, // owner has read only, other has rwx & group has no permission
36 /*9*/ 0670, // owner has rw only, group has rwx & others have no permission
37 /*10*/ 0607 // owner has rw only, group has no permission and others have rwx
H A Dopendir_variation7.phpt25 /*1*/ 0477, // owner has read only, other and group has rwx
26 0677, // owner has rw only, other and group has rwx
31 /*5*/ 0400, // owner has read only, group and others have no permission
32 0600, // owner has rw only, group and others have no permission
34 /*7*/ 0470, // owner has read only, group has rwx & others have no permission
35 0407, // owner has read only, other has rwx & group has no permission
37 /*9*/ 0670, // owner has rw only, group has rwx & others have no permission
38 /*10*/ 0607 // owner has rw only, group has no permission and others have rwx
H A Dreaddir_variation5.phpt25 /*1*/ 0477, // owner has read only, other and group has rwx
26 0677, // owner has rw only, other and group has rwx
31 /*5*/ 0400, // owner has read only, group and others have no permission
32 0600, // owner has rw only, group and others have no permission
34 /*7*/ 0470, // owner has read only, group has rwx & others have no permission
35 0407, // owner has read only, other has rwx & group has no permission
37 /*9*/ 0670, // owner has rw only, group has rwx & others have no permission
38 /*10*/ 0607 // owner has rw only, group has no permission and others have rwx
H A Ddir_variation3.phpt26 /*1*/ 0477, // owner has read only, other and group has rwx
27 0677, // owner has rw only, other and group has rwx
32 /*5*/ 0400, // owner has read only, group and others have no permission
33 0600, // owner has rw only, group and others have no permission
35 /*7*/ 0470, // owner has read only, group has rwx & others have no permission
36 0407, // owner has read only, other has rwx & group has no permission
38 /*9*/ 0670, // owner has rw only, group has rwx & others have no permission
39 /*10*/ 0607 // owner has rw only, group has no permission and others have rwx
/PHP-8.1/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-8.1/ext/soap/tests/schema/
H A Dschema041.phpt2 SOAP XML Schema 41: Structure (group)
11 <group ref="tns:testGroup"/>
13 <group name="testGroup">
18 </group>
/PHP-8.1/ext/pcre/tests/
H A Dbug72688.phpt2 Bug #72688 (preg_match missing group names in matches)
8 $pattern[] = "(?'group{$i}'{$i}$)";
/PHP-8.1/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-8.1/ext/posix/tests/
H A Dposix_getgrnam_basic.phpt12 $group = posix_getgrgid($groupid);
13 $groupinfo = posix_getgrnam($group["name"]);
H A Dposix_getgrgid_error.phpt13 echo "\n-- Testing posix_getgrgid() function with a negative group id --\n";
22 -- Testing posix_getgrgid() function with a negative group id --
/PHP-8.1/ext/ftp/tests/
H A Dftp_mlsd.phpt40 ["UNIX.group"]=>
59 ["UNIX.group"]=>
80 ["UNIX.group"]=>
/PHP-8.1/Zend/
H A Dzend_virtual_cwd.h186 CWD_API int virtual_chown(const char *filename, uid_t owner, gid_t group, int link);
280 #define VCWD_CHOWN(path, owner, group) virtual_chown(path, owner, group, 0) argument
282 #define VCWD_LCHOWN(path, owner, group) virtual_chown(path, owner, group, 1) argument
335 #define VCWD_CHOWN(path, owner, group) chown(path, owner, group) argument
337 #define VCWD_LCHOWN(path, owner, group) lchown(path, owner, group) argument
/PHP-8.1/sapi/fpm/fpm/
H A Dfpm_unix.c122 struct group *grp; in fpm_unix_resolve_socket_permissions()
186 struct group *grp; in fpm_unix_resolve_socket_permissions()
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-8.1/ext/standard/tests/general_functions/
H A Disset_basic2.phpt15 echo "Test multiple scalar variables in a group\n";
39 Test multiple scalar variables in a group

Completed in 40 milliseconds

1234