Home
last modified time | relevance | path

Searched refs:min (Results 26 – 50 of 124) sorted by relevance

12345

/PHP-5.5/ext/intl/tests/
H A Dlocale_get_primary_language.phpt51 'zh-min',
52 'zh-min-nan-Hant-CN',
111 zh-min: primary_language='zh-min'
112 zh-min-nan-Hant-CN: primary_language='zh'
H A Dlocale_set_default.phpt51 'zh-min',
52 'zh-min-nan-Hant-CN',
122 zh-min: set locale 'zh-min'
123 zh-min-nan-Hant-CN: set locale 'zh-min-nan-Hant-CN'
H A Dlocale_get_script.phpt50 'zh-min',
51 'zh-min-nan-Hant-CN',
110 zh-min: script=''
111 zh-min-nan-Hant-CN: script=''
H A Dlocale_parse_locale.phpt52 'zh-min',
53 'zh-min-nan-Hant-CN',
172 zh-min:
173 grandfathered : 'zh-min' ,
175 zh-min-nan-Hant-CN:
H A Dlocale_parse_locale2.phpt52 'zh-min',
53 'zh-min-nan-Hant-CN',
173 zh-min:
174 grandfathered : 'zh-min' ,
176 zh-min-nan-Hant-CN:
H A Dlocale_get_region.phpt51 'zh-min',
52 'zh-min-nan-Hant-CN',
112 zh-min: region=''
113 zh-min-nan-Hant-CN: region='MIN'
H A Dlocale_get_keywords.phpt57 'zh-min',
58 'zh-min-nan-Hant-CN',
129 zh-min: No keywords found.
130 zh-min-nan-Hant-CN: No keywords found.
H A Dlocale_get_keywords2.phpt57 'zh-min',
58 'zh-min-nan-Hant-CN',
132 zh-min: No keywords found.
133 zh-min-nan-Hant-CN: No keywords found.
H A Dlocale_get_display_variant2.phpt54 'zh-min',
55 'zh-min-nan-Hant-CN',
216 locale='zh-min'
221 locale='zh-min-nan-Hant-CN'
H A Dlocale_get_display_region3.phpt54 'zh-min',
55 'zh-min-nan-Hant-CN',
216 locale='zh-min'
221 locale='zh-min-nan-Hant-CN'
H A Dlocale_get_display_script.phpt54 'zh-min',
55 'zh-min-nan-Hant-CN',
216 locale='zh-min'
221 locale='zh-min-nan-Hant-CN'
/PHP-5.5/ext/standard/tests/array/
H A Dmax_error.phpt2 Test wrong number of arguments for min()
6 * proto mixed min(mixed arg1 [, mixed arg2 [, mixed ...]])
/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/date/tests/
H A Dcheckdate_basic1.phpt23 var_dump( checkdate(7, 2, 1) ); // min year
32 var_dump( checkdate(7, 2, 0) ); // <min year
H A DDateTime_setTime_error.phpt25 $min = 15;
28 var_dump( $datetime->setTime($hour, $min, $sec, $extra_arg) );
H A Dgmmktime_variation1.phpt5 /* Prototype : int gmmktime([int hour [, int min [, int sec [, int mon [, int day [, int year]]]]]…
14 $min = 8;
94 var_dump( gmmktime($value, $min, $sec, $mon, $day, $year) );
H A Dgmmktime_variation3.phpt5 /* Prototype : int gmmktime([int hour [, int min [, int sec [, int mon [, int day [, int year]]]]]…
15 $min = 8;
94 var_dump( gmmktime($hour, $min, $value, $mon, $day, $year) );
H A Dgmmktime_variation4.phpt5 /* Prototype : int gmmktime([int hour [, int min [, int sec [, int mon [, int day [, int year]]]]]…
15 $min = 8;
94 var_dump( gmmktime($hour, $min, $sec, $value, $day, $year) );
H A Dgmmktime_variation5.phpt5 /* Prototype : int gmmktime([int hour [, int min [, int sec [, int mon [, int day [, int year]]]]]…
15 $min = 8;
94 var_dump( gmmktime($hour, $min, $sec, $mon, $value, $year) );
H A Dgmmktime_variation6.phpt5 /* Prototype : int gmmktime([int hour [, int min [, int sec [, int mon [, int day [, int year]]]]]…
15 $min = 8;
93 var_dump( gmmktime($hour, $min, $sec, $mon, $day, $value) );
/PHP-5.5/ext/zip/lib/
H A Dzip_open.c302 unsigned int min, max, j; in _zip_checkcons() local
307 min = cd->entry[0].offset; in _zip_checkcons()
310 min = max = 0; in _zip_checkcons()
313 if (cd->entry[i].offset < min) in _zip_checkcons()
314 min = cd->entry[i].offset; in _zip_checkcons()
315 if (min > cd->offset) { in _zip_checkcons()
345 return max - min; in _zip_checkcons()
/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 …]
/PHP-5.5/ext/pcre/pcrelib/
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 …]
/PHP-5.5/ext/standard/tests/math/
H A Dmt_rand_variation1.phpt2 Test rand() function : usage variations - different data types as $min argument
5 /* Prototype : int mt_rand ([ int $min , int $max ] )
H A Drand_variation1.phpt2 Test rand() function : usage variations - different data types as $min argument
5 /* Prototype : int rand ([ int $min , int $max ] )

Completed in 49 milliseconds

12345