Home
last modified time | relevance | path

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

/php-src/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-src/ext/posix/tests/
H A Dposix_getgroups_basic.phpt9 $groups = posix_getgroups();
11 if (!is_array($groups)) {
H A Dposix_getgrnam_basic.phpt7 if (!posix_getgroups()) die('skip - groups unavailable (ci)');
/php-src/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-src/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-src/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-src/ext/spl/tests/
H A DDirectoryIterator_getGroup_basic.phpt7 if (PHP_OS_FAMILY === 'Windows') { die('SKIP Testing file groups, not available for Windows'); }
/php-src/ext/standard/
H A Dfilestat.c839 int groups, n, i; in php_stat() local
842 groups = getgroups(0, NULL); in php_stat()
843 if(groups > 0) { in php_stat()
844 gids=(gid_t *)safe_emalloc(groups, sizeof(gid_t), 0); in php_stat()
845 n=getgroups(groups, gids); in php_stat()
/php-src/ext/soap/
H A Dphp_sdl.c2156 if (sdl->groups) { in add_sdl_to_cache()
2157 i = zend_hash_num_elements(sdl->groups); in add_sdl_to_cache()
2233 if (sdl->groups) { in add_sdl_to_cache()
2976 if (sdl->groups) { in make_persistent_sdl()
2981 …zend_hash_init(psdl->groups, zend_hash_num_elements(sdl->groups), NULL, delete_type_persistent, 1); in make_persistent_sdl()
3167 if (tmp->groups) { in delete_psdl_int()
3168 zend_hash_destroy(tmp->groups); in delete_psdl_int()
3169 free(tmp->groups); in delete_psdl_int()
3437 if (tmp->groups) { in delete_sdl_impl()
3438 zend_hash_destroy(tmp->groups); in delete_sdl_impl()
[all …]
H A Dphp_sdl.h58 HashTable *groups; /* array of sdlTypesPtr */ member
H A Dphp_schema.c1129 if (sdl->groups == NULL) { in schema_group()
1130 sdl->groups = emalloc(sizeof(HashTable)); in schema_group()
1131 zend_hash_init(sdl->groups, 0, NULL, delete_type, 0); in schema_group()
1133 if (zend_hash_add_ptr(sdl->groups, key.s, newType) == NULL) { in schema_group()
2198 …if (ctx->sdl->groups && (tmp = zend_hash_str_find_ptr(ctx->sdl->groups, model->u.group_ref, strlen… in schema_content_model_fixup()
2317 if (sdl->groups) { in schema_pass2()
2318 ZEND_HASH_MAP_FOREACH_PTR(sdl->groups, type) { in schema_pass2()
/php-src/ext/phar/
H A Dfunc_interceptors.c353 int groups, n, i; in phar_fancy_stat() local
356 groups = getgroups(0, NULL); in phar_fancy_stat()
357 if(groups > 0) { in phar_fancy_stat()
358 gids=(gid_t *)safe_emalloc(groups, sizeof(gid_t), 0); in phar_fancy_stat()
359 n=getgroups(groups, gids); in phar_fancy_stat()
/php-src/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-src/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-src/
H A DCODING_STANDARDS.md246 between logical statement groups in a block. Maintain at least one empty
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます13972 >8236 lelong x number of cylinder groups %d,
13989 >&-1332 lelong x number of cylinder groups %d,
14009 >&-1332 lelong x number of cylinder groups %d,
14032 >8236 belong x number of cylinder groups %d,
14049 >&-1332 belong x number of cylinder groups %d,
14069 >&-1332 belong x number of cylinder groups %d,
20290 >>10 uleshort x %d groups
23234 >>48 lelong >0 \b, %d groups
35674 >20 belong&0x03FFFFFF 265 (IEC 62106 Radio Data System groups
H A Dmagic13972 >8236 lelong x number of cylinder groups %d,
13989 >&-1332 lelong x number of cylinder groups %d,
14009 >&-1332 lelong x number of cylinder groups %d,
14032 >8236 belong x number of cylinder groups %d,
14049 >&-1332 belong x number of cylinder groups %d,
14069 >&-1332 belong x number of cylinder groups %d,
20290 >>10 uleshort x %d groups
23234 >>48 lelong >0 \b, %d groups
35674 >20 belong&0x03FFFFFF 265 (IEC 62106 Radio Data System groups
/php-src/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 317 milliseconds