Home
last modified time | relevance | path

Searched refs:min (Results 51 – 75 of 124) sorted by relevance

12345

/PHP-5.5/ext/intl/tests/
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'
H A Dlocale_get_display_variant.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_language.phpt54 'zh-min',
55 'zh-min-nan-Hant-CN',
221 locale='zh-min'
226 locale='zh-min-nan-Hant-CN'
H A Dlocale_get_display_region.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_region2.phpt55 'zh-min',
56 'zh-min-nan-Hant-CN',
217 locale='zh-min'
222 locale='zh-min-nan-Hant-CN'
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'
H A Dlocale_get_display_name2.phpt66 'zh-min',
67 'zh-min-nan-Hant-CN',
284 locale='zh-min'
289 locale='zh-min-nan-Hant-CN'
H A Dlocale_get_display_name3.phpt65 'zh-min',
66 'zh-min-nan-Hant-CN',
283 locale='zh-min'
288 locale='zh-min-nan-Hant-CN'
H A Dlocale_get_display_name4.phpt66 'zh-min',
67 'zh-min-nan-Hant-CN',
284 locale='zh-min'
289 locale='zh-min-nan-Hant-CN'
H A Dlocale_get_display_name5.phpt65 'zh-min',
66 'zh-min-nan-Hant-CN',
283 locale='zh-min'
288 locale='zh-min-nan-Hant-CN'
/PHP-5.5/ext/interbase/
H A Dphp_ibase_udf.c103 #define min(a,b) ((a)<(b)?(a):(b)) macro
150 b->blob_get_segment(b->blob_handle, &code[i++<<16],min(0x10000,remaining), &read); in exec_php()
332 (res->vary_length = min(r->dsc_length-2,Z_STRLEN(return_value)))); in call_php()
/PHP-5.5/ext/date/lib/
H A Dtimelib.c197 void timelib_decimal_hour_to_hms(double h, int *hour, int *min, int *sec) in timelib_decimal_hour_to_hms() argument
200 *min = floor((h - *hour) * 60); in timelib_decimal_hour_to_hms()
201 *sec = (h - *hour - ((float) *min / 60)) * 3600; in timelib_decimal_hour_to_hms()
/PHP-5.5/ext/date/tests/
H A Dgmmktime_variation2.phpt5 /* Prototype : int gmmktime([int hour [, int min [, int sec [, int mon [, int day [, int year]]]]]…
90 // loop through each element of the array for min
/PHP-5.5/ext/standard/
H A Dphp_array.h50 PHP_FUNCTION(min);
/PHP-5.5/ext/mysqli/tests/
H A Dbug42378.phpt15 function create_table($link, $column, $min, $max, $engine, $offset) {
36 $col1 = mt_rand($min, $max);
H A Dmysqli_stmt_fetch_bit.phpt36 while ($tests < min($max_value, 20)) {
/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/standard/tests/strings/
H A Dchunk_split_variation5.phpt35 -PHP_INT_MAX - 1, //min negative integer
H A Dstr_split_variation7_64bit.phpt36 -2147483648, //min negative integer
H A Dstr_split_variation6.phpt34 -2147483648, //min negative integer
/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 …]
/PHP-5.5/ext/standard/tests/math/
H A Dmt_rand_variation2.phpt5 /* Prototype : int mt_rand ([ int $min , int $max ] )
H A Drand_variation2.phpt5 /* Prototype : int rand ([ int $min , int $max ] )

Completed in 62 milliseconds

12345