Home
last modified time | relevance | path

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

12345

/PHP-7.1/ext/standard/tests/array/
H A Dsort_variation5.phpt26 // group of escape sequences
H A Darsort_variation5.phpt26 // group of escape sequences
H A Dasort_variation5.phpt26 // group of escape sequences
/PHP-7.1/ext/pcre/pcrelib/testdata/
H A DtestoutputEBC115 /-- For repeated items, use an atomic group so that the output is the same
H A Dtestoutput214065 Failed: group name must start with a non-digit at offset 3
14068 Failed: group name must start with a non-digit at offset 3
14074 Failed: group name must start with a non-digit at offset 3
14077 Failed: group name must start with a non-digit at offset 4
14080 Failed: group name must start with a non-digit at offset 3
14083 Failed: group name must start with a non-digit at offset 3
14086 Failed: group name must start with a non-digit at offset 3
14089 Failed: group name must start with a non-digit at offset 4
14092 Failed: group name must start with a non-digit at offset 3
14095 Failed: group name must start with a non-digit at offset 3
[all …]
/PHP-7.1/ext/ftp/tests/
H A Dserver.inc46 fputs($fs, "drwxr-x--- 3 owner group 4096 Jul 12 12:16 .\r\n");
47 fputs($fs, "drwxr-x--- 3 owner group 4096 Jul 12 12:16 ..\r\n");
48 fputs($fs, "drwxr-x--- 3 owner group 4096 Jul 12 12:16 public_ftp\r\n");
/PHP-7.1/ext/mbstring/oniguruma/
H A DHISTORY312 of group name.
637 2005/06/10: [new] add ONIG_SYNTAX_PERL_NG. (Perl + named group)
774 group name table should be renumbered.
1446 no-name group in noname_disable_map().
1494 change group(...) to shy-group(?:...) if named group is
1511 'undefined group reference: /(a)\g<2>/'
1512 --> 'undefined group <2> reference: /(a)\g<2>/'
1687 2003/03/10: [spec] forbid to use '\' in group name.
1742 2003/02/26: [spec] if backref number is greater than max group number,
1747 2003/02/25: [spec] allow to assign same name to different group.
[all …]
H A DREADME100 sample/names.c example of the named group callback.
H A Dregparse.c4544 group: in parse_enclose()
4729 goto group; in parse_enclose()
4768 set_quantifier(Node* qnode, Node* target, int group, ScanEnv* env) in set_quantifier() argument
4779 if (! group) { in set_quantifier()
5051 int r, len, group = 0; in parse_exp() local
5070 if (r == 1) group = 1; in parse_exp()
5393 r = set_quantifier(qn, *targetp, group, env); in parse_exp()
H A Dregexec.c60 node->group = -1; in history_tree_clear()
90 node->group = -1; in history_node_new()
1051 child->group = n; in make_capture_history_tree()
1064 if (k->u.mem.num == node->group) { in make_capture_history_tree()
1389 node->group = 0; in match_at()
H A Doniguruma.h601 int group; /* group number */ member
/PHP-7.1/ext/mysqli/tests/
H A Dmysqli_constants.phpt214 foreach ($constants as $group => $consts) {
/PHP-7.1/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.1/ext/openssl/
H A Dopenssl.c4332 EC_GROUP *group = NULL; in PHP_FUNCTION() local
4339 EC_GROUP *group = NULL; in PHP_FUNCTION() local
4348 group = EC_GROUP_new_by_curve_name(nid); in PHP_FUNCTION()
4349 if (!group) { in PHP_FUNCTION()
4355 if (!EC_KEY_set_group(eckey, group)) { in PHP_FUNCTION()
4362 if (group == NULL) { in PHP_FUNCTION()
4377 pnt = EC_POINT_new(group); in PHP_FUNCTION()
4386 pnt = EC_POINT_new(group); in PHP_FUNCTION()
4414 EC_GROUP_free(group); in PHP_FUNCTION()
4429 if (group != NULL) { in PHP_FUNCTION()
[all …]
/PHP-7.1/
H A DREADME.GIT-RULES83 modified several unrelated files, commit each group separately and
H A DNEWS216 . Fixed bug #75696 (posix_getgrnam fails to print details of group). (cmb)
1637 . Fixed bug #70825 (Cannot fetch multiple values with group in ini file).
1891 . Fixed bug #72688 (preg_match missing group names in matches). (cmb)
2377 . Fixed bug #70825 (Cannot fetch multiple values with group in ini file).
2583 . Fixed bug #72688 (preg_match missing group names in matches). (cmb)
3534 . Fixed bug #70300 (Syntactical inconsistency with new group use syntax).
/PHP-7.1/sapi/fpm/fpm/
H A Dfpm_conf.c122 { "group", &fpm_conf_set_string, WPO(group) },
644 free(wpc->group); in fpm_worker_pool_config_free()
1609 zlog(ZLOG_NOTICE, "\tgroup = %s", STR2STR(wp->config->group)); in fpm_conf_dump()
/PHP-7.1/ext/pcre/pcrelib/
H A DNEWS60 encountered capturing group of those numbers, they are treated as the
78 . Perl no longer allows group names to start with digits, so I have made this
390 (?| introduces a group where the capturing parentheses in each alternative
624 name a group.
H A Dpcre_compile.c1801 for (r = recurses; r != NULL; r = r->prev) if (r->group == cs) break; in find_fixedlength()
1805 this_recurse.group = cs; in find_fixedlength()
2454 if (r->group == scode) break; in could_be_empty_branch()
2463 this_recurse.group = scode; in could_be_empty_branch()
4018 adjust_recurse(pcre_uchar *group, int adjust, BOOL utf, compile_data *cd, in adjust_recurse() argument
4023 pcre_uchar *ptr = group; in adjust_recurse()
4040 if (cd->start_code + offset >= group) PUT(ptr, 1, offset + adjust); in adjust_recurse()
H A Dpcre_internal.h2476 const pcre_uchar *group; member
/PHP-7.1/Zend/
H A Dzend_virtual_cwd.c1698 CWD_API int virtual_chown(const char *filename, uid_t owner, gid_t group, int link) /* {{{ */ in virtual_chown() argument
1711 ret = lchown(new_state.cwd, owner, group); in virtual_chown()
1716 ret = chown(new_state.cwd, owner, group); in virtual_chown()
/PHP-7.1/ext/pcre/pcrelib/doc/
H A Dpcre.txt2504 84 group name must start with a non-digit
4622 action is limited to that group, even if the group does not contain any
6480 group, like this:
6600 treated as an atomic group. Once the whole group has been matched, a
6602 of the group.
7414 is confined to that group, because once the group has been matched,
7908 (...) capturing group
7912 (?:...) non-capturing group
7913 (?|...) non-capturing group; reset group numbers for
8456 tion condition in a conditional group.
[all …]
/PHP-7.1/sapi/apache2handler/
H A Dsapi_apache2.c222 ctx->finfo.st_gid = ctx->r->finfo.group; in php_apache_sapi_get_stat()
/PHP-7.1/ext/soap/
H A Dphp_sdl.c1306 model->u.group = types[i]; in sdl_deserialize_model()
1886 sdl_serialize_type_ref(model->u.group, tmp_types, out); in sdl_serialize_model()
2677 if (pmodel->u.group) { in make_persistent_sdl_model()
2678 make_persistent_sdl_type_ref(&pmodel->u.group, ptr_map, bp_types); in make_persistent_sdl_model()
H A Dphp_encoding.c1411 model_to_zval_object(ret, model->u.group->model, data, sdl); in model_to_zval_object()
1778 …return model_to_xml_object(node, model->u.group->model, object, style, strict && model->min_occurs… in model_to_xml_object()
1809 return model_array_element(model->u.group->model); in model_array_element()

Completed in 206 milliseconds

12345