Home
last modified time | relevance | path

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

12345

/PHP-7.2/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.phpt11 "group" => '224.0.0.23',
45 "group" => $mcastaddr,
60 echo "leaving group\n";
62 "group" => $mcastaddr,
74 "group" => $mcastaddr,
86 "group" => $mcastaddr,
165 leaving group
170 re-joining group
184 leaving group
189 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.2/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.2/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.2/ext/sockets/
H A Dmulticast.h73 struct sockaddr *group,
80 struct sockaddr *group,
88 struct sockaddr *group,
97 struct sockaddr *group,
106 struct sockaddr *group,
115 struct sockaddr *group,
H A Dmulticast.c168 php_sockaddr_storage group = {0}; in php_do_mcast_opt() local
202 php_sockaddr_storage group = {0}, in php_do_mcast_opt() local
384 struct sockaddr *group, in php_mcast_join() argument
394 struct sockaddr *group, in php_mcast_leave() argument
405 struct sockaddr *group, in php_mcast_join_source() argument
417 struct sockaddr *group, in php_mcast_leave_source() argument
429 struct sockaddr *group, in php_mcast_block_source() argument
441 struct sockaddr *group, in php_mcast_unblock_source() argument
463 memcpy(&greq.gr_group, group, group_len); in _php_mcast_join_leave()
517 struct sockaddr *group, in _php_mcast_source_op() argument
[all …]
/PHP-7.2/ext/mbstring/oniguruma/doc/
H A DRE10 (...) group
204 (?:subexp) non-capturing group
205 (subexp) capturing group
219 (?>subexp) atomic group
223 define named group
227 group.
286 that group."
309 10. Captured group
312 (But named group is not changed.)
316 (...) is treated as a capturing group.
[all …]
H A DAPI313 Resize group range area of region.
325 Return the group number list of the name.
334 2 name: group name.
335 3 name_end: terminate address of group name.
336 4 num_list: return list of group number.
346 normal return: group number.
350 2 name: group name.
351 3 name_end: terminate address of group name.
446 group: group number
460 Return noname group capture activity.
[all …]
/PHP-7.2/ext/standard/tests/dir/
H A Dscandir_variation7.phpt37 /*1*/ 0477, // owner has read only, other and group has rwx
38 0677, // owner has rw only, other and group has rwx
43 /*5*/ 0400, // owner has read only, group and others have no permission
44 0600, // owner has rw only, group and others have no permission
46 /*7*/ 0470, // owner has read only, group has rwx & others have no permission
47 0407, // owner has read only, other has rwx & group has no permission
49 /*9*/ 0670, // owner has rw only, group has rwx & others have no permission
50 /*10*/ 0607 // owner has rw only, group has no permission and others have rwx
H A Dopendir_variation7.phpt38 /*1*/ 0477, // owner has read only, other and group has rwx
39 0677, // owner has rw only, other and group has rwx
44 /*5*/ 0400, // owner has read only, group and others have no permission
45 0600, // owner has rw only, group and others have no permission
47 /*7*/ 0470, // owner has read only, group has rwx & others have no permission
48 0407, // owner has read only, other has rwx & group has no permission
50 /*9*/ 0670, // owner has rw only, group has rwx & others have no permission
51 /*10*/ 0607 // owner has rw only, group has no permission and others have rwx
H A Dreaddir_variation5.phpt38 /*1*/ 0477, // owner has read only, other and group has rwx
39 0677, // owner has rw only, other and group has rwx
44 /*5*/ 0400, // owner has read only, group and others have no permission
45 0600, // owner has rw only, group and others have no permission
47 /*7*/ 0470, // owner has read only, group has rwx & others have no permission
48 0407, // owner has read only, other has rwx & group has no permission
50 /*9*/ 0670, // owner has rw only, group has rwx & others have no permission
51 /*10*/ 0607 // owner has rw only, group has no permission and others have rwx
H A Ddir_variation3.phpt40 /*1*/ 0477, // owner has read only, other and group has rwx
41 0677, // owner has rw only, other and group has rwx
46 /*5*/ 0400, // owner has read only, group and others have no permission
47 0600, // owner has rw only, group and others have no permission
49 /*7*/ 0470, // owner has read only, group has rwx & others have no permission
50 0407, // owner has read only, other has rwx & group has no permission
52 /*9*/ 0670, // owner has rw only, group has rwx & others have no permission
53 /*10*/ 0607 // owner has rw only, group has no permission and others have rwx
/PHP-7.2/ext/spl/examples/
H A Dini_groups.php37 foreach($it as $group) {
38 echo "$group\n";
H A Dinigroups.inc31 * Construct an ini file group iterator from a filename.
40 * @return The current group.
47 * @return The current group.
/PHP-7.2/sapi/fpm/tests/
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-
/PHP-7.2/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.2/ext/pcre/tests/
H A Dbug72688.phpt2 Bug #72688 (preg_match missing group names in matches)
8 $pattern[] = "(?'group{$i}'{$i}$)";
/PHP-7.2/ext/ftp/tests/
H A Dftp_mlsd.phpt41 ["UNIX.group"]=>
60 ["UNIX.group"]=>
81 ["UNIX.group"]=>
/PHP-7.2/Zend/
H A Dzend_virtual_cwd.h184 CWD_API int virtual_chown(const char *filename, uid_t owner, gid_t group, int link);
276 #define VCWD_CHOWN(path, owner, group) virtual_chown(path, owner, group, 0) argument
278 #define VCWD_LCHOWN(path, owner, group) virtual_chown(path, owner, group, 1) argument
331 #define VCWD_CHOWN(path, owner, group) chown(path, owner, group) argument
333 #define VCWD_LCHOWN(path, owner, group) lchown(path, owner, group) argument
/PHP-7.2/sapi/fpm/fpm/
H A Dfpm_unix.c123 struct group *grp; in fpm_unix_resolve_socket_premissions()
180 struct group *grp; in fpm_unix_resolve_socket_premissions()
282 if (wp->config->group && *wp->config->group) { in fpm_unix_conf_wp()
283 if (strlen(wp->config->group) == strspn(wp->config->group, "0123456789")) { in fpm_unix_conf_wp()
284 wp->set_gid = strtoul(wp->config->group, 0, 10); in fpm_unix_conf_wp()
286 struct group *grp; in fpm_unix_conf_wp()
288 grp = getgrnam(wp->config->group); in fpm_unix_conf_wp()
290 … zlog(ZLOG_ERROR, "[pool %s] cannot get gid for group '%s'", wp->config->name, wp->config->group); in fpm_unix_conf_wp()
307 if (wp->config->group && *wp->config->group) { in fpm_unix_conf_wp()
/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dregtrav.c45 r = (*callback_func)(node->group, node->beg, node->end, in capture_tree_traverse()
57 r = (*callback_func)(node->group, node->beg, node->end, in capture_tree_traverse()
/PHP-7.2/ext/standard/
H A Dfilestat.c301 struct group gr; in php_get_gid_by_name()
302 struct group *retgrptr; in php_get_gid_by_name()
318 struct group *gr = getgrnam(name); in php_get_gid_by_name()
333 zval *group; in php_do_chgrp() local
342 Z_PARAM_ZVAL(group) in php_do_chgrp()
350 if (Z_TYPE_P(group) == IS_LONG) { in php_do_chgrp()
352 value = &Z_LVAL_P(group); in php_do_chgrp()
355 value = Z_STRVAL_P(group); in php_do_chgrp()
378 if (Z_TYPE_P(group) == IS_LONG) { in php_do_chgrp()
379 gid = (gid_t)Z_LVAL_P(group); in php_do_chgrp()
[all …]

Completed in 47 milliseconds

12345