/PHP-8.3/ext/dba/tests/ |
H A D | dba_array_keys.phpt | 17 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"
|
H A D | dba_array_keys_inifile.phpt | 17 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"
|
/PHP-8.3/ext/mysqli/tests/ |
H A D | mysqli_constants_categories.phpt | 9 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.3/ext/sockets/tests/ |
H A D | mcast_ipv4_recv.phpt | 12 "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 D | mcast_ipv6_recv.phpt | 23 "group" => 'ff01::114', 38 "group" => 'ff01::114', 42 "group" => 'ff01::114', 70 "group" => $mcastaddr, 92 echo "leaving group\n"; 138 echo "leaving group\n"; 201 leaving group 206 re-joining group 219 leaving group 224 joining source group [all …]
|
H A D | mcast_ipv6_recv_limited.phpt | 22 "group" => 'ff01::114', 26 die('skip unable to join multicast group on any interface.'); 33 "group" => 'ff01::114', 38 "group" => 'ff01::114', 66 "group" => $mcastaddr, 88 echo "leaving group\n"; 90 "group" => $mcastaddr, 100 echo "re-joining group\n"; 102 "group" => $mcastaddr, 130 leaving group [all …]
|
H A D | socket_export_stream-3.phpt | 11 "group" => '224.0.0.23', 15 die("SKIP joining group 224.0.0.23 on interface lo failed"); 25 "group" => '224.0.0.23',
|
H A D | socket_import_stream-3.phpt | 13 "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-8.3/ext/dba/libinifile/ |
H A D | inifile.c | 50 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.3/ext/sockets/ |
H A D | multicast.h | 69 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 D | multicast.c | 159 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.3/ext/standard/tests/dir/ |
H A D | scandir_variation7.phpt | 24 /*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 D | opendir_variation7.phpt | 25 /*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 D | readdir_variation5.phpt | 25 /*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 D | dir_variation3.phpt | 26 /*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.3/sapi/fpm/tests/ |
H A D | bug68591-conf-test-group.phpt | 2 FPM: bug68591 - config test group existence 18 group = aaaaaa 32 ERROR: [pool unconfined] cannot get gid for group 'aaaaaa'
|
H A D | socket-uds-numeric-ugid.phpt | 2 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 D | bug68591-conf-test-listen-group.phpt | 2 FPM: bug68591 - config test listen group existence 17 listen.group = aaaaaa 32 ERROR: [pool unconfined] cannot get gid for group 'aaaaaa': %s
|
H A D | socket-uds-acl.phpt | 6 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 D | socket-uds-numeric-ugid-nonroot.phpt | 2 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.3/ext/soap/tests/schema/ |
H A D | schema041.phpt | 2 SOAP XML Schema 41: Structure (group) 11 <group ref="tns:testGroup"/> 13 <group name="testGroup"> 18 </group>
|
/PHP-8.3/ext/pcre/tests/ |
H A D | bug72688.phpt | 2 Bug #72688 (preg_match missing group names in matches) 8 $pattern[] = "(?'group{$i}'{$i}$)";
|
/PHP-8.3/ext/pcre/pcre2lib/ |
H A D | pcre2_substitute.c | 538 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-8.3/sapi/fpm/fpm/ |
H A D | fpm_unix.c | 101 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-8.3/ext/posix/tests/ |
H A D | posix_getgrgid_error.phpt | 13 echo "\n-- Testing posix_getgrgid() function with a negative group id --\n"; 22 -- Testing posix_getgrgid() function with a negative group id --
|