Home
last modified time | relevance | path

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

123456

/PHP-7.1/
H A Dconfigure.in800 dnl min: 1.5 (i.e. 105, major * 100 + minor for easier comparison)
838 …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-development1579 ; http://php.net/session.upload-progress.min-freq
H A Dphp.ini-production1579 ; http://php.net/session.upload-progress.min-freq
H A DNEWS635 . Fixed bug #75514 (mt_rand returns value outside [$min,$max]+ on 32-bit)
/PHP-7.1/ext/soap/tests/bugs/
H A Dbug37083.phpt51 $r->min='2003-04-01';
/PHP-7.1/ext/standard/
H A Dbasic_functions.c1898 ZEND_ARG_INFO(0, min)
1911 ZEND_ARG_INFO(0, min)
3305 PHP_FE(min, arginfo_min)
/PHP-7.1/ext/gmp/
H A Dgmp.c116 ZEND_ARG_INFO(0, min)
/PHP-7.1/ext/sockets/
H A Dsockets.c1132 retval = send(php_sock->bsd_socket, str, min(length, str_len), 0);
/PHP-7.1/ext/mbstring/oniguruma/
H A DHISTORY1588 2003/06/03: [bug] should compare strings with min-length in is_not_included().
1710 2003/03/05: [impl] add min-len, max-len, char-len cache in EffectNode.
/PHP-7.1/ext/date/lib/
H A Dparse_date.c25134 timelib_sll min; in timelib_parse_from_format() local
25137 min = timelib_get_nr_ex((char **) &ptr, 2, &length); in timelib_parse_from_format()
25138 if (min == TIMELIB_UNSET || length != 2) { in timelib_parse_from_format()
25141 s->time->i = min; in timelib_parse_from_format()
/PHP-7.1/ext/pcre/pcrelib/
H A DChangeLog550 22. A typo in the code meant that in ungreedy mode the max/min qualifier
551 behaved like a min-possessive qualifier, and, for example, /a{1,3}b/U did
/PHP-7.1/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.1/ext/pcre/pcrelib/doc/
H A Dpcre.txt4937 { start min/max quantifier
/PHP-7.1/ext/fileinfo/tests/
H A Dmagic20817 # Vorbis RC2 has a bug which puts -1000 in the min/max bitrate fields
H A Dmagic私はガラスを食べられます20817 # Vorbis RC2 has a bug which puts -1000 in the min/max bitrate fields

Completed in 697 milliseconds

123456