Home
last modified time | relevance | path

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

123456

/PHP-7.2/
H A DUPGRADING341 . PHP_FLOAT_MIN min representable float number
H A Dconfigure.ac811 dnl min: 1.5 (i.e. 105, major * 100 + minor for easier comparison)
849 …ltp_msg="This LTP version is not supported (found: $ltp_version, min: $ltp_version_min, excluded: …
H A DINSTALL346 "min-procs" => 1,
357 reached. The directives "min-procs" and "max-procs" should generally be
359 APC will only share among children managed by PHP. If "min-procs" is
361 will be multiplied PHP_FCGI_CHILDREN (2 min-procs * 16 children gives
H A Dphp.ini-development1570 ; http://php.net/session.upload-progress.min-freq
H A Dphp.ini-production1572 ; http://php.net/session.upload-progress.min-freq
H A DNEWS1320 . Fixed bug #75514 (mt_rand returns value outside [$min,$max]+ on 32-bit)
/PHP-7.2/ext/standard/tests/strings/
H A Dstrspn_variation12.phpt52 -2147483648, // min negative integer
62 -2147483648, // min negative integer
/PHP-7.2/ext/date/
H A Dphp_date.c104 ZEND_ARG_INFO(0, min)
113 ZEND_ARG_INFO(0, min)
1545 zend_long hou = 0, min = 0, sec = 0, mon = 0, day = 0, yea = 0; in php_mktime() local
1554 Z_PARAM_LONG(min) in php_mktime()
1593 now->i = min; in php_mktime()
/PHP-7.2/ext/mysqli/tests/
H A Dmysqli_stmt_bind_param.phpt199 …tatype($link, $engine, "i", "INTEGER UNSIGNED", (defined("PHP_INT_MAX")) ? min(4294967295, PHP_INT…
/PHP-7.2/win32/build/
H A Dconfutils.js1811 var min = new Array(l);
1838 min[j] = header[j].length;
/PHP-7.2/ext/soap/tests/bugs/
H A Dbug37083.phpt51 $r->min='2003-04-01';
/PHP-7.2/ext/standard/
H A Dbasic_functions.c1894 ZEND_ARG_INFO(0, min)
1907 ZEND_ARG_INFO(0, min)
3324 PHP_FE(min, arginfo_min)
/PHP-7.2/ext/gmp/
H A Dgmp.c116 ZEND_ARG_INFO(0, min)
/PHP-7.2/ext/sockets/
H A Dsockets.c1196 retval = send(php_sock->bsd_socket, str, min(length, str_len), 0);
/PHP-7.2/ext/mbstring/oniguruma/
H A DHISTORY1676 2003/06/03: [bug] should compare strings with min-length in is_not_included().
1798 2003/03/05: [impl] add min-len, max-len, char-len cache in EffectNode.
/PHP-7.2/ext/date/lib/
H A Dparse_date.c25150 timelib_sll min; in timelib_parse_from_format() local
25153 min = timelib_get_nr_ex((char **) &ptr, 2, &length); in timelib_parse_from_format()
25154 if (min == TIMELIB_UNSET || length != 2) { in timelib_parse_from_format()
25157 s->time->i = min; in timelib_parse_from_format()
/PHP-7.2/ext/pcre/pcrelib/
H A DChangeLog736 22. A typo in the code meant that in ungreedy mode the max/min qualifier
737 behaved like a min-possessive qualifier, and, for example, /a{1,3}b/U did
/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.c21037 char min = zFormat[1] - '0'; in getDigits() local
21052 if( val<(int)min || val>(int)max || (nextC!=0 && nextC!=*zDate) ){ in getDigits()
114927 FUNCTION(min, -1, 0, 1, minmaxFunc ),
114928 FUNCTION(min, 0, 0, 1, 0 ),
114929 WAGGREGATE(min, 1, 0, 1, minmaxStep, minMaxFinalize, minMaxValue, 0,
/PHP-7.2/ext/fileinfo/tests/
H A Dmagic24083 # int32_t min_ceil; /* 4: 100 mm == 10 cm == min. ceil */
24541 # Vorbis RC2 has a bug which puts -1000 in the min/max bitrate fields
H A Dmagic私はガラスを食べられます24083 # int32_t min_ceil; /* 4: 100 mm == 10 cm == min. ceil */
24541 # Vorbis RC2 has a bug which puts -1000 in the min/max bitrate fields
/PHP-7.2/ext/pcre/pcrelib/doc/
H A Dpcre.txt4936 { start min/max quantifier

Completed in 886 milliseconds

123456