Home
last modified time | relevance | path

Searched refs:max (Results 201 – 225 of 245) sorted by relevance

12345678910

/PHP-7.4/
H A Dphp.ini-development386 ; http://php.net/max-execution-time
397 ; http://php.net/max-input-time
507 ; http://php.net/log-errors-max-len
693 ; http://php.net/post-max-size
845 ; http://php.net/upload-max-filesize
1119 ; http://php.net/odbc.max-persistent
1123 ; http://php.net/odbc.max-links
1152 ; http://php.net/mysqli.max-links
1229 ; http://php.net/oci8.max-persistent
1284 ; http://php.net/pgsql.max-persistent
[all …]
H A Dphp.ini-production386 ; http://php.net/max-execution-time
397 ; http://php.net/max-input-time
507 ; http://php.net/log-errors-max-len
693 ; http://php.net/post-max-size
845 ; http://php.net/upload-max-filesize
1119 ; http://php.net/odbc.max-persistent
1123 ; http://php.net/odbc.max-links
1152 ; http://php.net/mysqli.max-links
1229 ; http://php.net/oci8.max-persistent
1284 ; http://php.net/pgsql.max-persistent
[all …]
H A Drun-tests.php3512 $max = 5;
3522 } while (!file_exists($chk) && --$max > 0);
3524 if ($max) {
/PHP-7.4/ext/standard/
H A Dstring.c3603 …size_t len1, const char *txt2, size_t len2, size_t *pos1, size_t *pos2, size_t *max, size_t *count) argument
3610 *max = 0;
3615 if (l > *max) {
3616 *max = l;
3631 size_t pos1 = 0, pos2 = 0, max, count; local
3633 php_similar_str(txt1, len1, txt2, len2, &pos1, &pos2, &max, &count);
3634 if ((sum = max)) {
3639 if ((pos1 + max < len1) && (pos2 + max < len2)) {
3640 sum += php_similar_char(txt1 + pos1 + max, len1 - pos1 - max,
3641 txt2 + pos2 + max, len2 - pos2 - max);
H A Darray.c1306 PHP_FUNCTION(max) in PHP_FUNCTION() argument
1332 zval *max, result; in PHP_FUNCTION() local
1335 max = &args[0]; in PHP_FUNCTION()
1338 is_smaller_or_equal_function(&result, &args[i], max); in PHP_FUNCTION()
1340 max = &args[i]; in PHP_FUNCTION()
1344 ZVAL_COPY(return_value, max); in PHP_FUNCTION()
/PHP-7.4/ext/standard/tests/general_functions/
H A Dgettype_settype_variation4.phpt126 -2147483648, // max -ne int value
131 0xF674593039, // a hex value > than max int
135 02224242434343152, // an octal value > than max int
/PHP-7.4/sapi/fpm/tests/
H A Dtester.inc398 * @param int $max
402 public function runTill(string $needle, $max = 10)
406 for ($i = 0; $i < $max; $i++) {
1017 // Socket max path length is 108 on Linux and 104 on BSD,
/PHP-7.4/win32/build/
H A Dconfutils.js1835 var max = new Array(l);
1856 max[j] = tmax;
1858 max[j] = header[j].length;
1868 k += max[i] + 3;
1880 for (var i = 0; i < (max[j] - header[j].length); i++){
1895 for (var k = 0; k < (max[j] - line[j].length); k++){
/PHP-7.4/ext/standard/tests/strings/
H A Dstrcspn_variation7.phpt86 2147483647, // max positive integer
H A Dstrspn_variation7.phpt85 2147483647, // max positive integer
H A Dstrcspn_variation8.phpt80 2147483647, // max positive integer
90 2147483647, // max positive integer
H A Dstrspn_variation8.phpt81 2147483647, // max positive integer
91 2147483647, // max positive integer
H A Dstrcspn_variation12.phpt50 2147483647, // max positive integer
60 2147483647, // max positive integer
H A Dstrcspn_variation11.phpt61 2147483647, // max positive integer
/PHP-7.4/ext/fileinfo/libmagic/
H A Dapprentice.c112 uint32_t max; member
1068 if (mset[i].count == mset[i].max) { in addentry()
1071 mset[i].max += ALLOC_INCR; in addentry()
1073 erealloc(mset[i].me, sizeof(*mp) * mset[i].max))) == in addentry()
1075 file_oomem(ms, sizeof(*mp) * mset[i].max); in addentry()
/PHP-7.4/ext/gd/libgd/
H A Dgd.c168 static int gdAlphaOverlayColor(int src, int dst, int max);
3003 static int gdAlphaOverlayColor (int src, int dst, int max ) in gdAlphaOverlayColor() argument
3015 if( dst > max ) { in gdAlphaOverlayColor()
3017 return dst + (src << 1) - (dst * src / max) - max; in gdAlphaOverlayColor()
3020 return dst * src / max; in gdAlphaOverlayColor()
/PHP-7.4/ext/openssl/
H A Dxp_ssl.c1045 static int php_openssl_get_proto_version_flags(int flags, int min, int max) /* {{{ */ in php_openssl_get_proto_version_flags() argument
1052 if (!max) { in php_openssl_get_proto_version_flags()
1053 max = php_openssl_get_max_proto_version_flag(flags); in php_openssl_get_proto_version_flags()
1057 if (ver >= min && ver <= max) { in php_openssl_get_proto_version_flags()
/PHP-7.4/ext/ffi/
H A Dffi.c5561 if ((*min != 0 || *max != 0)
5569 if ((uint64_t)*max > 0x7FFFFFFFFFFFFFFFULL) {
5578 if ((uint64_t)*max > 0x7FFFFFFFFFFFFFFFULL) {
5602 *max = MAX(*max, value);
5604 && *min >= -0x7FLL-1 && *max <= 0x7FLL) {
5607 && *min >= -0x7FFFLL-1 && *max <= 0x7FFFLL) {
5609 } else if (*min >= -0x7FFFFFFFLL-1 && *max <= 0x7FFFFFFFLL) {
5616 *max = MAX((uint64_t)*max, (uint64_t)value);
5618 && (uint64_t)*max <= 0xFFULL) {
5621 && (uint64_t)*max <= 0xFFFFULL) {
[all …]
H A Dffi_parser.c271 static int parse_enumerator(int sym, zend_ffi_dcl *enum_dcl, int64_t *min, int64_t *max, int64_t *l…
2516 int64_t min = 0, max = 0, last = -1; in parse_enumerator_list() local
2517 sym = parse_enumerator(sym, enum_dcl, &min, &max, &last); in parse_enumerator_list()
2551 sym = parse_enumerator(sym, enum_dcl, &min, &max, &last); in parse_enumerator_list()
2559 static int parse_enumerator(int sym, zend_ffi_dcl *enum_dcl, int64_t *min, int64_t *max, int64_t *l… in parse_enumerator() argument
2568 zend_ffi_add_enum_val(enum_dcl, name, name_len, &val, min, max, last); in parse_enumerator()
/PHP-7.4/ext/oci8/
H A Doci8_interface.c2502 zend_long max; in PHP_FUNCTION() local
2517 if (php_oci_collection_max(collection, &max)) { in PHP_FUNCTION()
2520 RETURN_LONG(max); in PHP_FUNCTION()
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_types.phpt141 …func_mysqli_stmt_get_result($link, $engine, "i", "INTEGER", (defined("PHP_INT_MAX")) ? max(-1 * PH…
H A Dmysqli_stmt_bind_result.phpt183 …func_mysqli_stmt_bind_result($link, $engine, "i", "INTEGER", (defined("PHP_INT_MAX")) ? max(-1 * P…
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_ssa.c119 zend_ssa_phi *phi, int min_var, int max_var, zend_long min, zend_long max, in pi_range() argument
128 constraint->range.max = max; in pi_range()
/PHP-7.4/ext/date/lib/
H A Dparse_iso_intervals.re325 /*!max:re2c */
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c2654 int max = (int)GET2(ecode, 1 + IMM2_SIZE); in internal_dfa_match() local
2662 if (++count >= max && max != 0) /* Max 0 => no limit */ in internal_dfa_match()

Completed in 162 milliseconds

12345678910