Home
last modified time | relevance | path

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

12345

/PHP-5.4/ext/pdo_firebird/
H A Dphp_pdo_firebird_int.h60 #ifndef min
61 #define min(a,b) ((a)<(b)?(a):(b)) macro
/PHP-5.4/ext/intl/tests/
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_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'
H A Dlocale_get_display_script2.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_script3.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_script4.phpt54 'zh-min',
55 'zh-min-nan-Hant-CN',
216 locale='zh-min'
221 locale='zh-min-nan-Hant-CN'
/PHP-5.4/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.4/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_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) );
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) );
/PHP-5.4/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.4/ext/mbstring/oniguruma/
H A Dregcomp.c2025 if (*min > tmin) *min = tmin; in get_min_match_length()
2058 else if (*min > tmin) *min = tmin; in get_min_match_length()
2091 *min = distance_multiply(*min, qn->lower); in get_min_match_length()
3832 if (d2->min < d1->min) return 1; in comp_distance_value()
3833 if (d2->min > d1->min) return -1; in comp_distance_value()
3847 mml->min = min; in set_mml()
3860 to->min = from->min; in copy_mml()
3867 to->min = distance_add(to->min, from->min); in add_mml()
3875 to->min = distance_add(to->min, len);
3883 if (to->min > from->min) to->min = from->min; in alt_merge_mml()
[all …]
/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_study.c101 int d, min; in find_minlength() local
472 min = 0; in find_minlength()
479 min = 1; in find_minlength()
486 min = GET2(cc, 1); in find_minlength()
491 min = 1; in find_minlength()
495 branchlength += min * d; in find_minlength()
1455 int min; in pcre_study() local
1542 switch(min = find_minlength(re, code, code, re->options, NULL)) in pcre_study()
1558 if (bits_set || min > 0 || (options & ( in pcre_study()
1608 if (min > 0) in pcre_study()
[all …]
/PHP-5.4/ext/date/lib/
H A Dtimelib.c195 void timelib_decimal_hour_to_hms(double h, int *hour, int *min, int *sec) in timelib_decimal_hour_to_hms() argument
198 *min = floor((h - *hour) * 60); in timelib_decimal_hour_to_hms()
199 *sec = (h - *hour - ((float) *min / 60)) * 3600; in timelib_decimal_hour_to_hms()

Completed in 43 milliseconds

12345