Home
last modified time | relevance | path

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

1234

/PHP-5.5/ext/sockets/tests/
H A Dmcast_ipv6_recv.phpt20 "group" => 'ff01::114',
35 "group" => 'ff01::114',
39 "group" => 'ff01::114',
67 "group" => $mcastaddr,
89 echo "leaving group\n";
91 "group" => $mcastaddr,
195 leaving group
200 re-joining group
213 leaving group
218 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',
62 "group" => $mcastaddr,
84 echo "leaving group\n";
86 "group" => $mcastaddr,
96 echo "re-joining group\n";
98 "group" => $mcastaddr,
123 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 Dbug63000.phpt17 "group" => '224.0.0.251',
/PHP-5.5/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-5.5/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()
196 if (!ln->key.group) { in inifile_read()
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()
302 ln.key.group = estrdup(dba->curr.key.group ? dba->curr.key.group : ""); in inifile_nextkey()
337 if (key->group && strlen(key->group)) { in inifile_find_group()
371 ln.key.group = estrdup(key->group); in inifile_next_group()
[all …]
/PHP-5.5/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-5.5/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.c166 php_sockaddr_storage group = {0}; in php_do_mcast_opt() local
200 php_sockaddr_storage group = {0}, in php_do_mcast_opt() local
380 struct sockaddr *group, in php_mcast_join() argument
390 struct sockaddr *group, in php_mcast_leave() argument
401 struct sockaddr *group, in php_mcast_join_source() argument
413 struct sockaddr *group, in php_mcast_leave_source() argument
425 struct sockaddr *group, in php_mcast_block_source() argument
437 struct sockaddr *group, in php_mcast_unblock_source() argument
459 memcpy(&greq.gr_group, group, group_len); in _php_mcast_join_leave()
513 struct sockaddr *group, in _php_mcast_source_op() argument
[all …]
/PHP-5.5/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-5.5/sapi/fpm/fpm/
H A Dfpm_unix.c58 struct group *grp; in fpm_unix_resolve_socket_premissions()
101 if (wp->config->group && *wp->config->group) { in fpm_unix_conf_wp()
102 if (strlen(wp->config->group) == strspn(wp->config->group, "0123456789")) { in fpm_unix_conf_wp()
103 wp->set_gid = strtoul(wp->config->group, 0, 10); in fpm_unix_conf_wp()
105 struct group *grp; in fpm_unix_conf_wp()
107 grp = getgrnam(wp->config->group); in fpm_unix_conf_wp()
109 … zlog(ZLOG_ERROR, "[pool %s] cannot get gid for group '%s'", wp->config->name, wp->config->group); in fpm_unix_conf_wp()
126 if (wp->config->group && *wp->config->group) { in fpm_unix_conf_wp()
/PHP-5.5/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-5.5/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-5.5/TSRM/
H A Dtsrm_virtual_cwd.h194 CWD_API int virtual_chown(const char *filename, uid_t owner, gid_t group, int link TSRMLS_DC);
282 #define VCWD_CHOWN(path, owner, group) virtual_chown(path, owner, group, 0 TSRMLS_CC) argument
284 #define VCWD_LCHOWN(path, owner, group) virtual_chown(path, owner, group, 1 TSRMLS_CC) argument
330 #define VCWD_CHOWN(path, owner, group) chown(path, owner, group) argument
332 #define VCWD_LCHOWN(path, owner, group) lchown(path, owner, group) argument
/PHP-5.5/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-5.5/win32/
H A Dgrp.h21 struct group { struct
/PHP-5.5/ext/standard/
H A Dfilestat.c392 struct group gr; in php_get_gid_by_name()
393 struct group *retgrptr; in php_get_gid_by_name()
409 struct group *gr = getgrnam(name); in php_get_gid_by_name()
424 zval *group; in php_do_chgrp() local
440 if (Z_TYPE_P(group) == IS_LONG) { in php_do_chgrp()
442 value = &Z_LVAL_P(group); in php_do_chgrp()
443 } else if (Z_TYPE_P(group) == IS_STRING) { in php_do_chgrp()
445 value = Z_STRVAL_P(group); in php_do_chgrp()
468 if (Z_TYPE_P(group) == IS_LONG) { in php_do_chgrp()
469 gid = (gid_t)Z_LVAL_P(group); in php_do_chgrp()
[all …]
/PHP-5.5/ext/posix/tests/
H A Dposix_getgrgid_error.phpt28 echo "\n-- Testing posix_getgrgid() function with a negative group id --\n";
47 -- Testing posix_getgrgid() function with a negative group id --
/PHP-5.5/ext/standard/tests/general_functions/
H A Disset_basic2.phpt19 echo "Test multiple scalar variables in a group\n";
44 Test multiple scalar variables in a group

Completed in 77 milliseconds

1234