Home
last modified time | relevance | path

Searched refs:group (Results 76 – 100 of 105) sorted by relevance

12345

/PHP-7.3/ext/standard/tests/array/
H A Dsort_variation3.phpt22 // group of various arrays
H A Dsort_variation5.phpt26 // group of escape sequences
H A Darsort_variation3.phpt20 // group of various arrays with indices
H A Dasort_variation3.phpt20 // group of various arrays with indices
H A Darsort_variation5.phpt26 // group of escape sequences
H A Dasort_variation5.phpt26 // group of escape sequences
/PHP-7.3/ext/mysqli/tests/
H A Dmysqli_constants.phpt217 foreach ($constants as $group => $consts) {
/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_intmodedep.h677 PCRE2_SPTR group; member
688 PCRE2_SPTR group; member
/PHP-7.3/ext/mbstring/oniguruma/
H A DHISTORY254 2016/08/21: fix bug: infinite loop of backreference and group.
595 of group name.
920 2005/06/10: [new] add ONIG_SYNTAX_PERL_NG. (Perl + named group)
1057 group name table should be renumbered.
1729 no-name group in noname_disable_map().
1777 change group(...) to shy-group(?:...) if named group is
1794 'undefined group reference: /(a)\g<2>/'
1795 --> 'undefined group <2> reference: /(a)\g<2>/'
1970 2003/03/10: [spec] forbid to use '\' in group name.
2030 2003/02/25: [spec] allow to assign same name to different group.
[all …]
H A DREADME117 sample/names.c example of the named group callback.
H A DREADME.md261 |sample/names.c |example of the named group callback |
/PHP-7.3/ext/posix/tests/
H A Dposix_getpgid_variation.phpt13 …* Description: Get the process group id of the specified process (This is not a POSIX function, bu…
/PHP-7.3/ext/openssl/
H A Dopenssl.c4378 EC_GROUP *group = NULL; in PHP_FUNCTION() local
4385 EC_GROUP *group = NULL; in PHP_FUNCTION() local
4394 group = EC_GROUP_new_by_curve_name(nid); in PHP_FUNCTION()
4395 if (!group) { in PHP_FUNCTION()
4401 if (!EC_KEY_set_group(eckey, group)) { in PHP_FUNCTION()
4408 if (group == NULL) { in PHP_FUNCTION()
4423 pnt = EC_POINT_new(group); in PHP_FUNCTION()
4434 pnt = EC_POINT_new(group); in PHP_FUNCTION()
4462 EC_GROUP_free(group); in PHP_FUNCTION()
4480 if (group != NULL) { in PHP_FUNCTION()
[all …]
/PHP-7.3/
H A DREADME.GIT-RULES91 modified several unrelated files, commit each group separately and
H A DUPGRADING236 mb_ereg() will now return named captures both using their group number and
249 with group numbers greater than 9.
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregparse.c2504 node_drop_group(Node* group) in node_drop_group() argument
2510 onig_node_free(group); in node_drop_group()
7088 group: in parse_bag()
7616 goto group; in parse_bag()
7668 if (group == 0) { in assign_quantifier_body()
7920 int r, len, group; in parse_exp() local
7925 group = 0; in parse_exp()
7946 group = 1; in parse_exp()
7954 group = 2; in parse_exp()
8255 if (group == 2) { in parse_exp()
[all …]
H A Dregexec.c694 node->group = -1; in history_tree_clear()
726 node->group = -1; in history_node_new()
2276 child->group = n; in make_capture_history_tree()
2289 if (k->zid == node->group) { in make_capture_history_tree()
2842 node->group = 0; in match_at()
H A Doniguruma.h636 int group; /* group number */ member
/PHP-7.3/ext/mbstring/oniguruma/doc/
H A DSYNTAX.md30 The first group of configuration flags (`op`) roughly corresponds to the
31 configuration for "basic regex." The second group (`op2`) roughly corresponds
32 to the configuration for "advanced regex." And the third group (`behavior`)
52 This group contains "basic regex" constructs, features common to most regex systems.
432 This group contains support for lesser-known regex syntax constructs.
818 This group contains rules to handle corner cases and constructs that are errors in
/PHP-7.3/sapi/fpm/fpm/
H A Dfpm_conf.c121 { "group", &fpm_conf_set_string, WPO(group) },
647 free(wpc->group); in fpm_worker_pool_config_free()
1645 zlog(ZLOG_NOTICE, "\tgroup = %s", STR2STR(wp->config->group)); in fpm_conf_dump()
/PHP-7.3/Zend/
H A Dzend_virtual_cwd.c1646 CWD_API int virtual_chown(const char *filename, uid_t owner, gid_t group, int link) /* {{{ */ in virtual_chown() argument
1659 ret = lchown(new_state.cwd, owner, group); in virtual_chown()
1664 ret = chown(new_state.cwd, owner, group); in virtual_chown()
/PHP-7.3/sapi/apache2handler/
H A Dsapi_apache2.c216 ctx->finfo.st_gid = ctx->r->finfo.group; in php_apache_sapi_get_stat()
/PHP-7.3/ext/soap/
H A Dphp_sdl.c1309 model->u.group = types[i]; in sdl_deserialize_model()
1887 sdl_serialize_type_ref(model->u.group, tmp_types, out); in sdl_serialize_model()
2678 if (pmodel->u.group) { in make_persistent_sdl_model()
2679 make_persistent_sdl_type_ref(&pmodel->u.group, ptr_map, bp_types); in make_persistent_sdl_model()
H A Dphp_encoding.c1397 model_to_zval_object(ret, model->u.group->model, data, sdl); in model_to_zval_object()
1764 …return model_to_xml_object(node, model->u.group->model, object, style, strict && model->min_occurs… in model_to_xml_object()
1795 return model_array_element(model->u.group->model); in model_array_element()
/PHP-7.3/ext/standard/
H A Dbasic_functions.c1246 ZEND_ARG_INFO(0, group)
1257 ZEND_ARG_INFO(0, group)

Completed in 2004 milliseconds

12345