Home
last modified time | relevance | path

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

1234

/php-src/ext/dba/tests/
H A Ddba_array_keys_inifile.phpt17 var_dump(dba_insert(['group', 'name'], 'Normal group', $db));
18 var_dump(dba_insert(['group', ''], 'Empty name', $db));
19 var_dump(dba_insert(['', 'name'], 'Empty group', $db));
21 var_dump(dba_fetch(['group', 'name'], $db));
22 var_dump(dba_fetch(['group', ''], $db));
39 string(12) "Normal group"
41 string(11) "Empty group"
H A Ddba_array_keys.phpt17 var_dump(dba_insert(['group', 'name'], 'Normal group', $db));
18 var_dump(dba_insert(['group', ''], 'Empty name', $db));
19 var_dump(dba_insert(['', 'name'], 'Empty group', $db));
21 var_dump(dba_fetch(['group', 'name'], $db));
22 var_dump(dba_fetch(['group', ''], $db));
40 string(12) "Normal group"
42 string(11) "Empty group"
/php-src/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-src/ext/sockets/tests/
H A Dmcast_ipv4_recv.phpt12 "group" => '224.0.0.23',
48 "group" => $mcastaddr,
63 echo "leaving group\n";
65 "group" => $mcastaddr,
75 echo "re-joining group\n";
111 echo "leaving group\n";
170 leaving group
175 re-joining group
189 leaving group
194 joining source group
[all …]
H A Dmcast_ipv6_recv.phpt23 "group" => 'ff01::114',
38 "group" => 'ff01::114',
42 "group" => 'ff01::114',
71 "group" => $mcastaddr,
93 echo "leaving group\n";
139 echo "leaving group\n";
202 leaving group
207 re-joining group
220 leaving group
225 joining source group
[all …]
H A Dmcast_ipv6_recv_limited.phpt22 "group" => 'ff01::114',
26 die('skip unable to join multicast group on any interface.');
33 "group" => 'ff01::114',
38 "group" => 'ff01::114',
67 "group" => $mcastaddr,
89 echo "leaving group\n";
91 "group" => $mcastaddr,
101 echo "re-joining group\n";
103 "group" => $mcastaddr,
131 leaving group
[all …]
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");
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");
26 "group" => '224.0.0.23',
/php-src/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-src/ext/sockets/
H A Dmulticast.h70 struct sockaddr *group,
77 struct sockaddr *group,
85 struct sockaddr *group,
94 struct sockaddr *group,
103 struct sockaddr *group,
112 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-src/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-src/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 Dbug68591-conf-test-group.phpt2 FPM: bug68591 - config test group existence
18 group = aaaaaa
32 ERROR: [pool unconfined] cannot get gid for group 'aaaaaa'
H A Dbug68591-conf-test-listen-group.phpt2 FPM: bug68591 - config test listen group existence
17 listen.group = aaaaaa
32 ERROR: [pool unconfined] cannot get gid for group 'aaaaaa': %s
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-src/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-src/ext/pcre/tests/
H A Dbug72688.phpt2 Bug #72688 (preg_match missing group names in matches)
8 $pattern[] = "(?'group{$i}'{$i}$)";
/php-src/sapi/fpm/fpm/
H A Dfpm_unix.c101 struct group *group = getgrnam(name); in fpm_unix_get_group() local
102 if (!group) { in fpm_unix_get_group()
107 return group; in fpm_unix_get_group()
120 fpm_unix_check_group(wp, config->group, ZLOG_ERROR) && in fpm_unix_test_config()
211 struct group *grp; in fpm_unix_resolve_socket_permissions()
273 struct group *grp; in fpm_unix_resolve_socket_permissions()
379 if (wp->config->group && *wp->config->group) { in fpm_unix_conf_wp()
380 if (fpm_unix_is_id(wp->config->group)) { in fpm_unix_conf_wp()
381 wp->set_gid = strtoul(wp->config->group, 0, 10); in fpm_unix_conf_wp()
383 struct group *grp; in fpm_unix_conf_wp()
[all …]
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_substitute.c538 int group, n; in pcre2_substitute() local
553 group = -1; in pcre2_substitute()
574 group = next - CHAR_0; in pcre2_substitute()
579 group = group * 10 + next - CHAR_0; in pcre2_substitute()
586 if (group > code->top_bracket) in pcre2_substitute()
687 if (group < 0) in pcre2_substitute()
694 group = code->top_bracket + 1; in pcre2_substitute()
704 if (group < 0) group = ng; /* First in ovector */ in pcre2_substitute()
716 if (group < 0) group = GET2(first, 0); in pcre2_substitute()
773 subptr = subject + ovector[group*2]; in pcre2_substitute()
[all …]
/php-src/ext/posix/tests/
H A Dposix_getgrnam_basic.phpt12 $group = posix_getgrgid($groupid);
13 $groupinfo = posix_getgrnam($group["name"]);

Completed in 82 milliseconds

1234