Home
last modified time | relevance | path

Searched refs:min (Results 1 – 25 of 124) sorted by last modified time

12345

/PHP-5.5/win32/
H A Dphp5dllts.rc214 #define XSTRVER4(maj, min, rel, build) #maj "." #min "." #rel "." #build
15 #define XSTRVER3(maj, min, rel) #maj "." #min "." #rel
16 #define STRVER4(maj, min, rel, build) XSTRVER4(maj, min, rel, build)
17 #define STRVER3(maj, min, rel) XSTRVER3(maj, min, rel)
H A Dphp5ts.rc214 #define XSTRVER4(maj, min, rel, build) #maj "." #min "." #rel "." #build
15 #define XSTRVER3(maj, min, rel) #maj "." #min "." #rel
16 #define STRVER4(maj, min, rel, build) XSTRVER4(maj, min, rel, build)
17 #define STRVER3(maj, min, rel) XSTRVER3(maj, min, rel)
H A Dphp5ts_cli.rc214 #define XSTRVER4(maj, min, rel, build) #maj "." #min "." #rel "." #build
15 #define XSTRVER3(maj, min, rel) #maj "." #min "." #rel
16 #define STRVER4(maj, min, rel, build) XSTRVER4(maj, min, rel, build)
17 #define STRVER3(maj, min, rel) XSTRVER3(maj, min, rel)
/PHP-5.5/win32/build/
H A Dconfutils.js1539 var min = new Array(l);
1564 min[j] = header[j].length;
/PHP-5.5/
H A Dphp.ini-development1321 ; http://php.net/sybct.min-server-severity
1325 ; http://php.net/sybct.min-client-severity
1593 ; http://php.net/session.upload-progress.min-freq
H A Dphp.ini-production1321 ; http://php.net/sybct.min-server-severity
1325 ; http://php.net/sybct.min-client-severity
1593 ; http://php.net/session.upload-progress.min-freq
/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/standard/tests/strings/
H A Dstrspn_variation7.phpt86 -2147483648, // min negative integer
H A Dstrspn_variation8.phpt82 -2147483648, // min negative integer
92 -2147483648, // min negative integer
H A Dstrspn_variation11.phpt62 -2147483648, // min negative integer
H A Dstrspn_variation12.phpt52 -2147483648, // min negative integer
62 -2147483648, // min negative integer
H A Dstrcspn_variation7.phpt87 -2147483648, // min negative integer
H A Dstrcspn_variation8.phpt81 -2147483648, // min negative integer
91 -2147483648, // min negative integer
H A Dstr_split_variation6.phpt34 -2147483648, //min negative integer
H A Dstr_split_variation6_64bit.phpt34 -2147483648, //min negative integer
H A Dstr_split_variation7.phpt36 -2147483648, //min negative integer
H A Dstr_split_variation7_64bit.phpt36 -2147483648, //min negative integer
H A Dstr_pad.phpt65 /* args less than min. expected of 2 */
H A Dstrcspn_variation11.phpt62 -2147483648, // min negative integer
H A Dstrcspn_variation12.phpt51 -2147483648 // min negative integer
61 -2147483648 // min negative integer
H A Dchunk_split_variation5.phpt35 -PHP_INT_MAX - 1, //min negative integer
H A Dchunk_split_variation8.phpt41 -PHP_INT_MAX - 1, // min negative integer
/PHP-5.5/ext/standard/tests/math/
H A Drand_variation1.phpt2 Test rand() function : usage variations - different data types as $min argument
5 /* Prototype : int rand ([ int $min , int $max ] )
H A Drand_variation2.phpt5 /* Prototype : int rand ([ int $min , int $max ] )
H A Drand_basic.phpt25 $min = array(10,
50 echo "PASSED: range min = ", intval($min[$x]), " max = ", intval($max[$x]), "\n";
55 $min = array(true,
71 $res = rand($min[$x], 100);
80 echo "PASSED range min = ", intval($min[$x]), " max = 100\n";
87 PASSED: range min = 0 max = %i
92 PASSED: range min = 10 max = 19
98 PASSED range min = 1 max = 100
99 PASSED range min = 0 max = 100
100 PASSED range min = 0 max = 100
[all …]

Completed in 51 milliseconds

12345