Home
last modified time | relevance | path

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

12345

/PHP-5.5/ext/standard/tests/strings/
H A Dstrspn_variation8.phpt82 -2147483648, // min negative integer
92 -2147483648, // min negative integer
H A Dstrcspn_variation8.phpt81 -2147483648, // min negative integer
91 -2147483648, // min negative integer
H A Dstrcspn_variation12.phpt51 -2147483648 // min negative integer
61 -2147483648 // min negative integer
H A Dstrcspn_variation11.phpt62 -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
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_compile.c1609 int min = 0; in read_repeat_counts() local
1614 min = min * 10 + (int)(*p++ - CHAR_0); in read_repeat_counts()
1615 if (min > 65535) in read_repeat_counts()
1622 if (*p == CHAR_RIGHT_CURLY_BRACKET) max = min; else in read_repeat_counts()
1636 if (max < min) in read_repeat_counts()
1644 *minp = min; in read_repeat_counts()
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-5.5/win32/build/
H A Dconfutils.js1539 var min = new Array(l);
1564 min[j] = header[j].length;
/PHP-5.5/ext/date/
H A Dphp_date.c83 ZEND_ARG_INFO(0, min)
93 ZEND_ARG_INFO(0, min)
1505 long hou = 0, min = 0, sec = 0, mon = 0, day = 0, yea = 0, dst = -1; in php_mktime() local
1511 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|lllllll", &hou, &min, &sec, &mon, &day, &ye… in php_mktime()
1546 now->i = min; in php_mktime()
/PHP-5.5/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-5.5/
H A Dconfigure.in787 dnl min: 1.5 (i.e. 105, major * 100 + minor for easier comparison)
825 …ltp_msg="This LTP version is not supported (found: $ltp_version, min: $ltp_version_min, excluded: …
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
H A DINSTALL550 "min-procs" => 1,
561 reached. The directives "min-procs" and "max-procs" should generally be
563 APC will only share among children managed by PHP. If "min-procs" is
565 will be multiplied PHP_FCGI_CHILDREN (2 min-procs * 16 children gives
H A DNEWS1165 . Fixed bug #67238 (Ungreedy and min/max quantifier bug, applied patch
4651 . Fixed bug #46587 (mt_rand() does not check that max is greater than min).
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug37083.phpt51 $r->min='2003-04-01';
/PHP-5.5/ext/standard/
H A Dbasic_functions.c1926 ZEND_ARG_INFO(0, min)
1931 ZEND_ARG_INFO(0, min)
3309 PHP_FE(min, arginfo_min)
/PHP-5.5/ext/sockets/
H A Dsockets.c1106 retval = send(php_sock->bsd_socket, str, min(length, str_len), 0);
/PHP-5.5/ext/mbstring/oniguruma/
H A DHISTORY1564 2003/06/03: [bug] should compare strings with min-length in is_not_included().
1686 2003/03/05: [impl] add min-len, max-len, char-len cache in EffectNode.
/PHP-5.5/ext/date/lib/
H A Dparse_date.c24961 timelib_sll min; in timelib_parse_from_format() local
24964 min = timelib_get_nr_ex((char **) &ptr, 2, &length); in timelib_parse_from_format()
24965 if (min == TIMELIB_UNSET || length != 2) { in timelib_parse_from_format()
24968 s->time->i = min; in timelib_parse_from_format()
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c15412 int min; in getDigits() local
15420 min = va_arg(ap, int); in getDigits()
15432 if( val<min || val>max || (nextC!=0 && nextC!=*zDate) ){ in getDigits()
98135 FUNCTION(min, -1, 0, 1, minmaxFunc ),
98136 FUNCTION(min, 0, 0, 1, 0 ),
98137 AGGREGATE2(min, 1, 0, 1, minmaxStep, minMaxFinalize,
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt4937 { start min/max quantifier
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic18033 # Vorbis RC2 has a bug which puts -1000 in the min/max bitrate fields

Completed in 490 milliseconds

12345