Home
last modified time | relevance | path

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

123456

/PHP-7.2/ext/soap/tests/
H A Dbug73037.phpt33 $min = strlen($begin) + strlen($piece) + strlen($end);
34 $max = $max < $min ? $min : $max;
/PHP-7.2/ext/date/tests/
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) );
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-7.2/ext/zip/lib/
H A Dzip_open.c432 zip_uint64_t min, max, j; in _zip_checkcons() local
438 min = cd->entry[0].orig->offset; in _zip_checkcons()
441 min = max = 0; in _zip_checkcons()
444 if (cd->entry[i].orig->offset < min) in _zip_checkcons()
445 min = cd->entry[i].orig->offset; in _zip_checkcons()
446 if (min > (zip_uint64_t)cd->offset) { in _zip_checkcons()
483 return (max-min) < ZIP_INT64_MAX ? (zip_int64_t)(max-min) : ZIP_INT64_MAX; in _zip_checkcons()
/PHP-7.2/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
7 /* Prototype : int rand ([ int $min , int $max ] )
/PHP-7.2/ext/intl/tests/
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_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_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_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_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'
/PHP-7.2/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-7.2/ext/pcre/pcrelib/
H A Dpcre_printint.c645 unsigned int min, max; in pcre_printint() local
786 min = GET2(ccode,1); in pcre_printint()
788 if (max == 0) fprintf(f, "{%u,}", min); in pcre_printint()
789 else fprintf(f, "{%u,%u}", min, max); in pcre_printint()
/PHP-7.2/ext/standard/
H A Dphp_array.h50 PHP_FUNCTION(min);
/PHP-7.2/ext/mysqli/tests/
H A Dbug42378.phpt15 function create_table($link, $column, $min, $max, $engine, $offset) {
36 $col1 = mt_rand($min, $max);
/PHP-7.2/ext/soap/interop/
H A Dtest.utility.php46 $d = max(min(strlen(count($m1)?$m1[1]:'0'),strlen(count($m2)?$m2[1]:'0')),2);

Completed in 38 milliseconds

123456