Home
last modified time | relevance | path

Searched refs:groups (Results 1 – 22 of 22) sorted by path

/PHP-7.2/
H A DCODING_STANDARDS212 between logical statement groups in a block. Maintain at least one empty
/PHP-7.2/ext/fileinfo/tests/
H A Dmagic9996 >8236 lelong x number of cylinder groups %d,
10013 >&-1332 lelong x number of cylinder groups %d,
10033 >&-1332 lelong x number of cylinder groups %d,
10056 >8236 belong x number of cylinder groups %d,
10073 >&-1332 belong x number of cylinder groups %d,
10093 >&-1332 belong x number of cylinder groups %d,
14188 >>10 leshort x %d groups
15089 >>48 lelong >0 \b, %d groups
H A Dmagic私はガラスを食べられます9996 >8236 lelong x number of cylinder groups %d,
10013 >&-1332 lelong x number of cylinder groups %d,
10033 >&-1332 lelong x number of cylinder groups %d,
10056 >8236 belong x number of cylinder groups %d,
10073 >&-1332 belong x number of cylinder groups %d,
10093 >&-1332 belong x number of cylinder groups %d,
14188 >>10 leshort x %d groups
15089 >>48 lelong >0 \b, %d groups
/PHP-7.2/ext/mbstring/oniguruma/doc/
H A DAPI328 normal return: number of groups for the name.
343 If two or more regions for the groups of the name are effective,
367 func(name, name_end, <number of groups>, <group number's list>,
H A DRE194 7. Extended groups
242 When backreferencing with a name that is assigned to more than one groups,
298 * Calls with a name that is assigned to more than one groups are not
/PHP-7.2/ext/mysqli/
H A Dmysqli_embedded.c41 char **groups; in PHP_FUNCTION() local
76 groups = safe_emalloc(sizeof(char *), zend_hash_num_elements(Z_ARRVAL_P(grps)) + 1, 0); in PHP_FUNCTION()
77 groups[0] = NULL; in PHP_FUNCTION()
90 groups[++index] = Z_STRVAL_PP(item); in PHP_FUNCTION()
92 groups[index] = NULL; in PHP_FUNCTION()
94 groups = safe_emalloc(sizeof(char *), 1, 0); in PHP_FUNCTION()
95 groups[0] = NULL; in PHP_FUNCTION()
98 rc = mysql_server_init(argc, arguments, groups); in PHP_FUNCTION()
103 efree(groups); in PHP_FUNCTION()
/PHP-7.2/ext/pcre/pcrelib/
H A DChangeLog133 9. Yet another buffer overflow bug involved duplicate named groups with a
223 7. Another buffer overflow bug involved duplicate named groups with a
848 numerical groups, and processing duplicated groups should be faster than
1433 possessively repeated groups, and atomic groups.
1716 groups that do not contain any capturing parentheses.
1855 in PCRE) and also to nested atomic groups.
3383 for detecting groups that can match an empty string.
3720 numbered groups.
5753 2. Allow quantification of (?>) groups, and make it work correctly.
5755 3. The first character computation wasn't working for (?>) groups.
[all …]
H A DHACKING360 number or by name). When named groups are used, there may be more than one
364 the number of groups with the same name.
456 Once-only (atomic) groups
469 entirely at runtime, so there are just these two opcodes for atomic groups.
496 names table, and the number of groups with the same name.
H A DNEWS500 recursive subpatterns are automatically treated as atomic groups. Thus, for
/PHP-7.2/ext/pcre/pcrelib/doc/
H A Dpcre.txt1561 3. Although atomic groups are supported, their use does not provide the
2923 groups with the same number, as described in the section on duplicate
2924 subpattern numbers in the pcrepattern page, the groups may be given the
2926 for groups of the same number are not permitted. Duplicate names for
4338 independent groups).
4610 sively) are always treated as atomic groups in PCRE. This is like
5745 ber of groups.
6636 groups that are called from elsewhere via the subroutine mechanism.
7608 Backtracking verbs in repeated groups
7611 repeated groups. For example, consider:
[all …]
/PHP-7.2/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)
/PHP-7.2/ext/phar/
H A Dfunc_interceptors.c459 int groups, n, i; in phar_fancy_stat() local
462 groups = getgroups(0, NULL); in phar_fancy_stat()
463 if(groups > 0) { in phar_fancy_stat()
464 gids=(gid_t *)safe_emalloc(groups, sizeof(gid_t), 0); in phar_fancy_stat()
465 n=getgroups(groups, gids); in phar_fancy_stat()
/PHP-7.2/ext/posix/tests/
H A Dposix_getgroups_basic.phpt11 $groups = posix_getgroups();
13 if (!is_array($groups)) {
/PHP-7.2/ext/soap/
H A DTODO94 - more interop rounds/groups
H A Dphp_schema.c1123 if (sdl->groups == NULL) { in schema_group()
1124 sdl->groups = emalloc(sizeof(HashTable)); in schema_group()
1125 zend_hash_init(sdl->groups, 0, NULL, delete_type, 0); in schema_group()
1127 if (zend_hash_add_ptr(sdl->groups, key.s, newType) == NULL) { in schema_group()
2190 …if (ctx->sdl->groups && (tmp = zend_hash_str_find_ptr(ctx->sdl->groups, model->u.group_ref, strlen… in schema_content_model_fixup()
2302 if (sdl->groups) { in schema_pass2()
2303 ZEND_HASH_FOREACH_PTR(sdl->groups, type) { in schema_pass2()
H A Dphp_sdl.c2133 if (sdl->groups) { in add_sdl_to_cache()
2134 i = zend_hash_num_elements(sdl->groups); in add_sdl_to_cache()
2210 if (sdl->groups) { in add_sdl_to_cache()
2942 if (sdl->groups) { in make_persistent_sdl()
2947 …zend_hash_init(psdl->groups, zend_hash_num_elements(sdl->groups), NULL, delete_type_persistent, 1); in make_persistent_sdl()
3133 if (tmp->groups) { in delete_psdl_int()
3134 zend_hash_destroy(tmp->groups); in delete_psdl_int()
3135 free(tmp->groups); in delete_psdl_int()
3408 if (tmp->groups) { in delete_sdl_impl()
3409 zend_hash_destroy(tmp->groups); in delete_sdl_impl()
[all …]
H A Dphp_sdl.h61 HashTable *groups; /* array of sdlTypesPtr */ member
/PHP-7.2/ext/spl/examples/
H A Dinigroups.inc16 * @brief Class to iterate all groups within an ini file.
20 * Using this class you can iterator over all groups of a ini file.
/PHP-7.2/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-7.2/ext/standard/tests/misc/
H A Dbrowscap_lite_2016_12_06.ini7 ;;; Discuss on Google Groups <https://groups.google.com/forum/#!forum/browscap>.
/PHP-7.2/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

Completed in 384 milliseconds