Home
last modified time | relevance | path

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

/PHP-5.5/ext/mysqli/
H A Dmysqli_embedded.c41 char **groups; in PHP_FUNCTION() local
76 groups = safe_emalloc(sizeof(char *), zend_hash_num_elements(HASH_OF(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-5.5/ext/posix/tests/
H A Dposix_getgroups_basic.phpt11 $groups = posix_getgroups();
13 if (!is_array($groups)) {
/PHP-5.5/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-5.5/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-5.5/ext/soap/
H A Dphp_sdl.c2145 if (sdl->groups) { in add_sdl_to_cache()
2158 zend_hash_move_forward(sdl->groups); in add_sdl_to_cache()
2219 if (sdl->groups) { in add_sdl_to_cache()
2973 if (sdl->groups) { in make_persistent_sdl()
2978 …zend_hash_init(psdl->groups, zend_hash_num_elements(sdl->groups), NULL, delete_type_persistent, 1); in make_persistent_sdl()
3174 if (tmp->groups) { in delete_psdl()
3175 zend_hash_destroy(tmp->groups); in delete_psdl()
3176 free(tmp->groups); in delete_psdl()
3445 if (tmp->groups) { in delete_sdl_impl()
3446 zend_hash_destroy(tmp->groups); in delete_sdl_impl()
[all …]
H A Dphp_sdl.h61 HashTable *groups; /* array of sdlTypesPtr */ member
H A DTODO94 - more interop rounds/groups
H A Dphp_schema.c1121 if (sdl->groups == NULL) { in schema_group()
1122 sdl->groups = emalloc(sizeof(HashTable)); in schema_group()
1123 zend_hash_init(sdl->groups, 0, NULL, delete_type, 0); in schema_group()
1125 …if (zend_hash_add(sdl->groups, key.c, key.len+1, (void**)&newType, sizeof(sdlTypePtr), NULL) != SU… in schema_group()
2189 …if (ctx->sdl->groups && zend_hash_find(ctx->sdl->groups, model->u.group_ref, strlen(model->u.group… in schema_content_model_fixup()
2316 if (sdl->groups) { in schema_pass2()
2317 zend_hash_internal_pointer_reset(sdl->groups); in schema_pass2()
2318 while (zend_hash_get_current_data(sdl->groups,(void**)&type) == SUCCESS) { in schema_pass2()
2320 zend_hash_move_forward(sdl->groups); in schema_pass2()
/PHP-5.5/ext/standard/
H A Dfilestat.c928 int groups, n, i; in php_stat() local
931 groups = getgroups(0, NULL); in php_stat()
932 if(groups > 0) { in php_stat()
933 gids=(gid_t *)safe_emalloc(groups, sizeof(gid_t), 0); in php_stat()
934 n=getgroups(groups, gids); in php_stat()
/PHP-5.5/ext/phar/
H A Dfunc_interceptors.c463 int groups, n, i; in phar_fancy_stat() local
466 groups = getgroups(0, NULL); in phar_fancy_stat()
467 if(groups > 0) { in phar_fancy_stat()
468 gids=(gid_t *)safe_emalloc(groups, sizeof(gid_t), 0); in phar_fancy_stat()
469 n=getgroups(groups, gids); in phar_fancy_stat()
/PHP-5.5/ext/mbstring/oniguruma/doc/
H A DAPI301 normal return: number of groups for the name.
316 If two or more regions for the groups of the name are effective,
340 func(name, name_end, <number of groups>, <group number's list>,
H A DRE205 7. Extended groups
/PHP-5.5/ext/pcre/pcrelib/
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 DChangeLog37 7. Another buffer overflow bug involved duplicate named groups with a
104 27. Similar to (4) above: in a pattern with duplicated named groups and an
662 numerical groups, and processing duplicated groups should be faster than
1247 possessively repeated groups, and atomic groups.
1530 groups that do not contain any capturing parentheses.
1669 in PCRE) and also to nested atomic groups.
3197 for detecting groups that can match an empty string.
3534 numbered groups.
5567 2. Allow quantification of (?>) groups, and make it work correctly.
5569 3. The first character computation wasn't working for (?>) groups.
[all …]
H A DNEWS479 recursive subpatterns are automatically treated as atomic groups. Thus, for
/PHP-5.5/
H A DCODING_STANDARDS210 between logical statement groups in a block. Maintain at least one empty
H A DNEWS9335 - Fixed bug #34790 (preg_match_all(), named capturing groups, variable
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt1561 3. Although atomic groups are supported, their use does not provide the
2924 groups with the same number, as described in the section on duplicate
2925 subpattern numbers in the pcrepattern page, the groups may be given the
2927 for groups of the same number are not permitted. Duplicate names for
4339 independent groups).
4611 sively) are always treated as atomic groups in PCRE. This is like
5745 ber of groups.
6632 groups that are called from elsewhere via the subroutine mechanism.
7604 Backtracking verbs in repeated groups
7607 repeated groups. For example, consider:
[all …]
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch1596 /* Set aux groups to null. */
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic7132 >8236 lelong x number of cylinder groups %d,
7149 >&-1332 lelong x number of cylinder groups %d,
7169 >&-1332 lelong x number of cylinder groups %d,
7192 >8236 belong x number of cylinder groups %d,
7209 >&-1332 belong x number of cylinder groups %d,
7229 >&-1332 belong x number of cylinder groups %d,
10374 >>10 leshort x %d groups
11063 >>48 lelong >0 \b, %d groups

Completed in 244 milliseconds