Home
last modified time | relevance | path

Searched refs:groups (Results 1 – 23 of 23) sorted by relevance

/PHP-8.0/sapi/fpm/tests/
H A Dsocket-uds-acl.phpt28 // Select 3 users and 2 groups known by system (avoid root)
29 $users = $groups = [];
39 $groups[] = $tab[0];
41 $groups = implode(',', $groups);
49 listen.acl_groups = $groups
/PHP-8.0/ext/posix/tests/
H A Dposix_getgroups_basic.phpt11 $groups = posix_getgroups();
13 if (!is_array($groups)) {
H A Dposix_getgrnam_basic.phpt6 if (!posix_getgroups()) die('skip - groups unavailable (ci)');
/PHP-8.0/ext/pcre/tests/
H A Dbug34790.phpt2 Bug #34790 (preg_match_all(), named capturing groups, variable assignment/return => crash)
H A Dbug37911.phpt2 Bug #37911 (preg_replace_callback ignores named groups)
H A Dbug79257.phpt2 Bug #79257: Duplicate named groups (?J) prefer last alternative even if not matched
/PHP-8.0/Zend/tests/attributes/
H A D014_class_const_group.phpt2 Attributes can be applied to groups of class constants
H A D015_property_group.phpt2 Attributes can be applied to groups of properties
/PHP-8.0/ext/mbstring/tests/
H A Dmb_ereg_dupnames.phpt2 Testing mb_ereg() duplicate named groups
H A Dmb_ereg_search_named_subpatterns_1.phpt2 Testing mb_ereg_search() named capture groups
H A Dmb_ereg_search_named_subpatterns_2.phpt2 Testing mb_ereg_search() named capture groups
/PHP-8.0/ext/spl/tests/
H A DDirectoryIterator_getGroup_basic.phpt5 if (PHP_OS_FAMILY === 'Windows') { die('SKIP Testing file groups, not available for Windows'); }
/PHP-8.0/ext/standard/
H A Dfilestat.c815 int groups, n, i; in php_stat() local
818 groups = getgroups(0, NULL); in php_stat()
819 if(groups > 0) { in php_stat()
820 gids=(gid_t *)safe_emalloc(groups, sizeof(gid_t), 0); in php_stat()
821 n=getgroups(groups, gids); in php_stat()
/PHP-8.0/ext/soap/
H A Dphp_sdl.h58 HashTable *groups; /* array of sdlTypesPtr */ member
H A Dphp_sdl.c2141 if (sdl->groups) { in add_sdl_to_cache()
2142 i = zend_hash_num_elements(sdl->groups); in add_sdl_to_cache()
2218 if (sdl->groups) { in add_sdl_to_cache()
2950 if (sdl->groups) { in make_persistent_sdl()
2955 …zend_hash_init(psdl->groups, zend_hash_num_elements(sdl->groups), NULL, delete_type_persistent, 1); in make_persistent_sdl()
3141 if (tmp->groups) { in delete_psdl_int()
3142 zend_hash_destroy(tmp->groups); in delete_psdl_int()
3143 free(tmp->groups); in delete_psdl_int()
3407 if (tmp->groups) { in delete_sdl_impl()
3408 zend_hash_destroy(tmp->groups); in delete_sdl_impl()
[all …]
H A Dphp_schema.c1120 if (sdl->groups == NULL) { in schema_group()
1121 sdl->groups = emalloc(sizeof(HashTable)); in schema_group()
1122 zend_hash_init(sdl->groups, 0, NULL, delete_type, 0); in schema_group()
1124 if (zend_hash_add_ptr(sdl->groups, key.s, newType) == NULL) { in schema_group()
2186 …if (ctx->sdl->groups && (tmp = zend_hash_str_find_ptr(ctx->sdl->groups, model->u.group_ref, strlen… in schema_content_model_fixup()
2298 if (sdl->groups) { in schema_pass2()
2299 ZEND_HASH_FOREACH_PTR(sdl->groups, type) { in schema_pass2()
/PHP-8.0/ext/phar/
H A Dfunc_interceptors.c461 int groups, n, i; in phar_fancy_stat() local
464 groups = getgroups(0, NULL); in phar_fancy_stat()
465 if(groups > 0) { in phar_fancy_stat()
466 gids=(gid_t *)safe_emalloc(groups, sizeof(gid_t), 0); in phar_fancy_stat()
467 n=getgroups(groups, gids); in phar_fancy_stat()
/PHP-8.0/sapi/fpm/
H A Dphp-fpm.service.in42 # require write access to the control groups hierarchies; it is hence recommended to turn this on
/PHP-8.0/ext/mbstring/
H A Dphp_mbregex.c671 zval *groups; member
693 …add_assoc_stringl_ex(args->groups, (char *)name, name_end - name, &args->search_str[beg], end - be… in mb_regex_groups_iter()
695 add_assoc_bool_ex(args->groups, (char *)name, name_end - name, 0); in mb_regex_groups_iter()
/PHP-8.0/
H A DCODING_STANDARDS.md247 between logical statement groups in a block. Maintain at least one empty
/PHP-8.0/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます12279 >8236 lelong x number of cylinder groups %d,
12296 >&-1332 lelong x number of cylinder groups %d,
12316 >&-1332 lelong x number of cylinder groups %d,
12339 >8236 belong x number of cylinder groups %d,
12356 >&-1332 belong x number of cylinder groups %d,
12376 >&-1332 belong x number of cylinder groups %d,
17352 >>10 leshort x %d groups
19156 >>48 lelong >0 \b, %d groups
28962 >20 belong&0x03FFFFFF 265 (IEC 62106 Radio Data System groups
H A Dmagic12279 >8236 lelong x number of cylinder groups %d,
12296 >&-1332 lelong x number of cylinder groups %d,
12316 >&-1332 lelong x number of cylinder groups %d,
12339 >8236 belong x number of cylinder groups %d,
12356 >&-1332 belong x number of cylinder groups %d,
12376 >&-1332 belong x number of cylinder groups %d,
17352 >>10 leshort x %d groups
19156 >>48 lelong >0 \b, %d groups
28962 >20 belong&0x03FFFFFF 265 (IEC 62106 Radio Data System groups
/PHP-8.0/ext/standard/tests/misc/
H A Dbrowscap_lite_2016_12_06.ini7 ;;; Discuss on Google Groups <https://groups.google.com/forum/#!forum/browscap>.

Completed in 263 milliseconds