Home
last modified time | relevance | path

Searched refs:max (Results 226 – 250 of 254) sorted by relevance

1234567891011

/PHP-7.3/ext/standard/tests/file/
H A Dfgetcsv_variation26.phpt64 // use the right delimiter and enclosure with max length
H A Dfread_basic.phpt83 // reading 1000 bytes within the file max size
H A Dfgetcsv_variation1.phpt75 // use the right delimiter and enclosure with max length
/PHP-7.3/ext/date/lib/
H A Dparse_iso_intervals.re325 /*!max:re2c */
H A Dparse_date.re1821 /*!max:re2c */
/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c2640 int max = (int)GET2(ecode, 1 + IMM2_SIZE); in internal_dfa_match() local
2648 if (++count >= max && max != 0) /* Max 0 => no limit */ in internal_dfa_match()
/PHP-7.3/ext/mysqli/tests/
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.3/ext/standard/
H A Darray.c1312 PHP_FUNCTION(max) in PHP_FUNCTION() argument
1338 zval *max, result; in PHP_FUNCTION() local
1341 max = &args[0]; in PHP_FUNCTION()
1344 is_smaller_or_equal_function(&result, &args[i], max); in PHP_FUNCTION()
1346 max = &args[i]; in PHP_FUNCTION()
1350 ZVAL_COPY(return_value, max); in PHP_FUNCTION()
H A Dbasic_functions.c1911 ZEND_ARG_INFO(0, max)
1924 ZEND_ARG_INFO(0, max)
3352 PHP_FE(max, arginfo_max)
/PHP-7.3/ext/standard/tests/strings/
H A Dstrcspn_variation12.phpt50 2147483647, // max positive integer
60 2147483647, // max positive integer
H A Dstrcspn_variation11.phpt61 2147483647, // max positive integer
H A Dstrspn_variation11.phpt61 2147483647, // max positive integer
H A Dstrspn_variation12.phpt51 2147483647, // max positive integer
61 2147483647, // max positive integer
/PHP-7.3/
H A D.gdbinit609 usage: print_zstr <ptr> [max length]
H A DNEWS2199 . Fixed bug #73725 (Unable to retrieve value of varchar(max) type). (Anatol)
2329 . Fixed bug #75514 (mt_rand returns value outside [$min,$max]+ on 32-bit)
/PHP-7.3/sapi/fpm/tests/
H A Dfcgi.inc508 // Pick random number between 1 and max 16 bit unsigned int 65535
/PHP-7.3/ext/phar/phar/
H A Dpharcommand.inc1528 $l = max(strlen($which), $l);
1582 $klen = max($klen, strlen($k));
/PHP-7.3/ext/exif/
H A Dexif.c63 #ifndef max
64 # define max(a,b) ((a)>(b) ? (a) : (b)) macro
2766 value_ptr = safe_emalloc(max(byte_count, 4), 1, 0); in exif_ifd_make_value()
/PHP-7.3/Zend/
H A Dzend.c1154 CG(stack).top = CG(stack).max = 0; \
/PHP-7.3/ext/fileinfo/
H A Dlibmagic.patch433 mset[i].max += ALLOC_INCR;
435 - realloc(mset[i].me, sizeof(*mp) * mset[i].max))) ==
436 + erealloc(mset[i].me, sizeof(*mp) * mset[i].max))) ==
438 file_oomem(ms, sizeof(*mp) * mset[i].max);
/PHP-7.3/ext/interbase/
H A Dibase_query.c950 res = emalloc(sizeof(ibase_result)+sizeof(ibase_array)*max(0,ib_query->out_array_cnt-1)); in _php_ibase_exec()
/PHP-7.3/ext/mbstring/oniguruma/
H A DHISTORY1993 2003/03/05: [impl] add min-len, max-len, char-len cache in EffectNode.
2025 2003/02/26: [spec] if backref number is greater than max group number,
2045 2003/02/21: [spec] max number of multibyte ranges(255) is small.
/PHP-7.3/ext/opcache/Optimizer/
H A Dsccp.c2093 && info->range.min == info->range.max) { in value_from_type_and_range()
/PHP-7.3/ext/oci8/
H A Doci8.c883 PHP_FALIAS(max, oci_collection_max, arginfo_oci_collection_max_method)
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregparse.c6735 parse_long(OnigEncoding enc, UChar* s, UChar* end, int sign_on, long max, long* rl) in parse_long() argument
6753 if (v > (max - d) / 10) in parse_long()

Completed in 185 milliseconds

1234567891011