Home
last modified time | relevance | path

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

12345

/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_compile.c1590 int min = 0; in read_repeat_counts() local
1595 min = min * 10 + (int)(*p++ - CHAR_0); in read_repeat_counts()
1596 if (min > 65535) in read_repeat_counts()
1603 if (*p == CHAR_RIGHT_CURLY_BRACKET) max = min; else in read_repeat_counts()
1617 if (max < min) in read_repeat_counts()
1625 *minp = min; in read_repeat_counts()
H A DChangeLog374 22. A typo in the code meant that in ungreedy mode the max/min qualifier
375 behaved like a min-possessive qualifier, and, for example, /a{1,3}b/U did
/PHP-5.4/ext/standard/tests/strings/
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.4/win32/build/
H A Dconfutils.js1506 var min = new Array(l);
1531 min[j] = header[j].length;
/PHP-5.4/ext/date/
H A Dphp_date.c83 ZEND_ARG_INFO(0, min)
92 ZEND_ARG_INFO(0, min)
1457 long hou = 0, min = 0, sec = 0, mon = 0, day = 0, yea = 0, dst = -1; in php_mktime() local
1463 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|lllllll", &hou, &min, &sec, &mon, &day, &ye… in php_mktime()
1498 now->i = min; in php_mktime()
/PHP-5.4/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.4/ext/soap/tests/bugs/
H A Dbug37083.phpt51 $r->min='2003-04-01';
/PHP-5.4/
H A Dphp.ini-development1320 ; http://php.net/sybct.min-server-severity
1324 ; http://php.net/sybct.min-client-severity
1584 ; http://php.net/session.upload-progress.min-freq
H A Dphp.ini-production1320 ; http://php.net/sybct.min-server-severity
1324 ; http://php.net/sybct.min-client-severity
1584 ; 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 DNEWS3462 . Fixed bug #46587 (mt_rand() does not check that max is greater than min).
/PHP-5.4/ext/standard/
H A Dbasic_functions.c1912 ZEND_ARG_INFO(0, min)
1917 ZEND_ARG_INFO(0, min)
3290 PHP_FE(min, arginfo_min)
/PHP-5.4/ext/sockets/
H A Dsockets.c1291 retval = send(php_sock->bsd_socket, str, min(length, str_len), 0);
/PHP-5.4/ext/mbstring/oniguruma/
H A DHISTORY1359 2003/06/03: [bug] should compare strings with min-length in is_not_included().
1481 2003/03/05: [impl] add min-len, max-len, char-len cache in EffectNode.
/PHP-5.4/ext/date/lib/
H A Dparse_date.c25021 timelib_sll min; in timelib_parse_from_format() local
25024 min = timelib_get_nr_ex((char **) &ptr, 2, &length); in timelib_parse_from_format()
25025 if (min == TIMELIB_UNSET || length != 2) { in timelib_parse_from_format()
25028 s->time->i = min; in timelib_parse_from_format()
/PHP-5.4/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.4/ext/pcre/pcrelib/doc/
H A Dpcre.txt4926 { start min/max quantifier
/PHP-5.4/ext/fileinfo/tests/
H A Dmagic18033 # Vorbis RC2 has a bug which puts -1000 in the min/max bitrate fields

Completed in 656 milliseconds

12345