Home
last modified time | relevance | path

Searched refs:min (Results 51 – 75 of 124) sorted by last modified time

12345

/PHP-5.5/ext/soap/tests/bugs/
H A Dbug37083.phpt51 $r->min='2003-04-01';
/PHP-5.5/ext/soap/interop/
H A Dtest.utility.php46 $d = max(min(strlen(count($m1)?$m1[1]:'0'),strlen(count($m2)?$m2[1]:'0')),2);
/PHP-5.5/ext/pdo_firebird/
H A Dfirebird_statement.c480 min(param->namelen, var->aliasname_length))) in firebird_stmt_param_hook()
482 min(param->namelen, var->sqlname_length)))) { in firebird_stmt_param_hook()
H A Dphp_pdo_firebird_int.h60 #ifndef min
61 #define min(a,b) ((a)<(b)?(a):(b)) macro
/PHP-5.5/ext/pcre/tests/
H A Dbug67238.phpt2 Bug #67238 Ungreedy and min/max quantifier bug in PCRE 8.34 upstream
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c942 min = 1; in detect_repeat()
951 min++; in detect_repeat()
954 if (min == 2) in detect_repeat()
997 if (min >= 3) in detect_repeat()
4807 min = 0; in compile_xclass_matchingpath()
4819 if (c < min) min = c; in compile_xclass_matchingpath()
4828 if (c < min) min = c; in compile_xclass_matchingpath()
4846 if (*other_cases < min) min = *other_cases; in compile_xclass_matchingpath()
6111 min = 0; in compile_ref_iterator_matchingpath()
6117 min = 1; in compile_ref_iterator_matchingpath()
[all …]
H A Dpcre_study.c105 int d, min; in find_minlength() local
478 min = 0; in find_minlength()
485 min = 1; in find_minlength()
492 min = GET2(cc, 1); in find_minlength()
497 min = 1; in find_minlength()
501 branchlength += min * d; in find_minlength()
1461 int min; in pcre_study() local
1549 switch(min = find_minlength(re, code, code, re->options, NULL, &count)) in pcre_study()
1565 if (bits_set || min > 0 || (options & ( in pcre_study()
1615 if (min > 0) in pcre_study()
[all …]
H A Dpcre_compile.c1609 int min = 0; in read_repeat_counts() local
1614 min = min * 10 + (int)(*p++ - CHAR_0); in read_repeat_counts()
1615 if (min > 65535) in read_repeat_counts()
1622 if (*p == CHAR_RIGHT_CURLY_BRACKET) max = min; else in read_repeat_counts()
1636 if (max < min) in read_repeat_counts()
1644 *minp = min; in read_repeat_counts()
H A Dpcre_exec.c56 #undef min
650 int min; in match()
3336 min = 0; in match()
3345 min = 0; in match()
3353 min = 1; in match()
3361 min = 0; in match()
3722 min = 0; in match()
3731 min = 0; in match()
3739 min = 1; in match()
3747 min = 0; in match()
[all …]
H A DChangeLog550 22. A typo in the code meant that in ungreedy mode the max/min qualifier
551 behaved like a min-possessive qualifier, and, for example, /a{1,3}b/U did
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt4937 { start min/max quantifier
/PHP-5.5/ext/oci8/
H A Dphp_oci8_int.h47 #if defined(min)
48 #undef min
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_types.phpt145 …func_mysqli_stmt_get_result($link, $engine, "i", "INTEGER", (defined("PHP_INT_MAX")) ? min(2147483…
147 …result($link, $engine, "i", "INTEGER UNSIGNED", (defined("PHP_INT_MAX")) ? min(4294967295, 2147483…
H A Dmysqli_stmt_send_long_data.phpt67 $limit = min(floor($max_allowed_packet / 1024 / 2), 10240);
H A Dmysqli_stmt_send_long_data_packet_size_libmysql.phpt52 $limit = min(floor($max_allowed_packet / 1024 / 2), 10240);
H A Dmysqli_stmt_send_long_data_packet_size_mysqlnd.phpt50 $limit = min(floor($max_allowed_packet / 1024 / 2), 10240);
H A Dmysqli_stmt_bind_param.phpt199 …tatype($link, $engine, "i", "INTEGER UNSIGNED", (defined("PHP_INT_MAX")) ? min(4294967295, PHP_INT…
H A Dmysqli_stmt_bind_result.phpt187 …func_mysqli_stmt_bind_result($link, $engine, "i", "INTEGER", (defined("PHP_INT_MAX")) ? min(214748…
189 …result($link, $engine, "i", "INTEGER UNSIGNED", (defined("PHP_INT_MAX")) ? min(4294967295, 2147483…
H A Dmysqli_stmt_bind_result_format.phpt15 function create_table($link, $column, $min, $max, $engine, $offset) {
35 $col1 = mt_rand($min, $max);
H A Dmysqli_stmt_fetch_bit.phpt36 while ($tests < min($max_value, 20)) {
H A Dmysqli_stmt_attr_set.phpt62 $invalid_attr = mt_rand(-1 * (min(4294967296, PHP_INT_MAX) + 1), min(4294967296, PHP_INT_MAX));
H A Dbug42378.phpt15 function create_table($link, $column, $min, $max, $engine, $offset) {
36 $col1 = mt_rand($min, $max);
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregcomp.c2047 if (*min > tmin) *min = tmin; in get_min_match_length()
2080 else if (*min > tmin) *min = tmin; in get_min_match_length()
2108 *min = distance_multiply(*min, qn->lower); in get_min_match_length()
4043 if (d2->min < d1->min) return 1; in comp_distance_value()
4044 if (d2->min > d1->min) return -1; in comp_distance_value()
4058 mml->min = min; in set_mml()
4071 to->min = from->min; in copy_mml()
4078 to->min = distance_add(to->min, from->min); in add_mml()
4086 to->min = distance_add(to->min, len);
4094 if (to->min > from->min) to->min = from->min; in alt_merge_mml()
[all …]
H A DHISTORY1564 2003/06/03: [bug] should compare strings with min-length in is_not_included().
1686 2003/03/05: [impl] add min-len, max-len, char-len cache in EffectNode.
/PHP-5.5/ext/intl/tests/
H A Dlocale_get_display_name.phpt65 'zh-min',
66 'zh-min-nan-Hant-CN',
283 locale='zh-min'
288 locale='zh-min-nan-Hant-CN'

Completed in 148 milliseconds

12345