Home
last modified time | relevance | path

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

12345

/PHP-7.1/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.1/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.1/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.1/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.1/ext/mbstring/oniguruma/doc/
H A DRE10 (...) group
216 (subexp) captured group
231 (?>subexp) atomic group
239 group.
260 * Back reference by group number is forbidden if named group is defined
301 \g<name> call by group name
302 \g'name' call by group name
312 * Call by group number is forbidden if named group is defined in the pattern
321 10. Captured group
324 (But named group is not changed.)
[all …]
H A DAPI286 Resize group range area of region.
298 Return the group number list of the name.
307 2 name: group name.
308 3 name_end: terminate address of group name.
309 4 num_list: return list of group number.
319 normal return: group number.
323 2 name: group name.
324 3 name_end: terminate address of group name.
419 group: group number
433 Return noname group capture activity.
[all …]
/PHP-7.1/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.1/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.1/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.1/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.1/ext/pcre/tests/
H A Dbug72688.phpt2 Bug #72688 (preg_match missing group names in matches)
8 $pattern[] = "(?'group{$i}'{$i}$)";
/PHP-7.1/Zend/
H A Dzend_virtual_cwd.h197 CWD_API int virtual_chown(const char *filename, uid_t owner, gid_t group, int link);
289 #define VCWD_CHOWN(path, owner, group) virtual_chown(path, owner, group, 0) argument
291 #define VCWD_LCHOWN(path, owner, group) virtual_chown(path, owner, group, 1) argument
344 #define VCWD_CHOWN(path, owner, group) chown(path, owner, group) argument
346 #define VCWD_LCHOWN(path, owner, group) lchown(path, owner, group) argument
/PHP-7.1/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.1/ext/mbstring/oniguruma/
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.1/ext/standard/
H A Dfilestat.c305 struct group gr; in php_get_gid_by_name()
306 struct group *retgrptr; in php_get_gid_by_name()
322 struct group *gr = getgrnam(name); in php_get_gid_by_name()
337 zval *group; in php_do_chgrp() local
353 if (Z_TYPE_P(group) == IS_LONG) { in php_do_chgrp()
355 value = &Z_LVAL_P(group); in php_do_chgrp()
356 } else if (Z_TYPE_P(group) == IS_STRING) { in php_do_chgrp()
358 value = Z_STRVAL_P(group); in php_do_chgrp()
381 if (Z_TYPE_P(group) == IS_LONG) { in php_do_chgrp()
382 gid = (gid_t)Z_LVAL_P(group); in php_do_chgrp()
[all …]
/PHP-7.1/win32/
H A Dgrp.h21 struct group { struct

Completed in 43 milliseconds

12345