Home
last modified time | relevance | path

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

123456

/PHP-7.1/Zend/
H A Dacinclude.m47 # min: 2.4 (i.e. 204, major * 100 + minor for easier comparison)
40 …supported for regeneration of the Zend/PHP parsers (found: $bison_version, min: $bison_version_min…
/PHP-7.1/ext/intl/tests/
H A Dlocale_get_display_name.phpt65 'zh-min',
66 'zh-min-nan-Hant-CN',
283 locale='zh-min'
288 locale='zh-min-nan-Hant-CN'
H A Dlocale_get_display_name2.phpt66 'zh-min',
67 'zh-min-nan-Hant-CN',
284 locale='zh-min'
289 locale='zh-min-nan-Hant-CN'
H A Dlocale_get_display_name3.phpt65 'zh-min',
66 'zh-min-nan-Hant-CN',
283 locale='zh-min'
288 locale='zh-min-nan-Hant-CN'
H A Dlocale_get_display_name4.phpt66 'zh-min',
67 'zh-min-nan-Hant-CN',
284 locale='zh-min'
289 locale='zh-min-nan-Hant-CN'
H A Dlocale_get_display_name5.phpt65 'zh-min',
66 'zh-min-nan-Hant-CN',
283 locale='zh-min'
288 locale='zh-min-nan-Hant-CN'
/PHP-7.1/ext/standard/tests/strings/
H A Dstr_split_variation7_64bit.phpt36 -2147483648, //min negative integer
H A Dchunk_split_variation5.phpt35 -PHP_INT_MAX - 1, //min negative integer
H A Dstr_split_variation6.phpt34 -2147483648, //min negative integer
H A Dstr_split_variation6_64bit.phpt34 -2147483648, //min negative integer
H A Dstr_split_variation7.phpt36 -2147483648, //min negative integer
H A Dchunk_split_variation8.phpt41 -PHP_INT_MAX - 1, // min negative integer
/PHP-7.1/ext/opcache/Optimizer/
H A Dzend_dump.c135 fprintf(stderr, ZEND_LONG_FMT "..", r->min); in zend_dump_range()
356 if (r->range.min > 0) { in zend_dump_range_constraint()
357 fprintf(stderr, " + " ZEND_LONG_FMT, r->range.min); in zend_dump_range_constraint()
358 } else if (r->range.min < 0) { in zend_dump_range_constraint()
359 fprintf(stderr, " - " ZEND_LONG_FMT, -r->range.min); in zend_dump_range_constraint()
363 fprintf(stderr, ZEND_LONG_FMT " .. ", r->range.min); in zend_dump_range_constraint()
H A Dzend_inference.h71 return ssa->var_info[ssa->ops[opline - op_array->opcodes].opN##_use].range.min; \
249 …op_array *op_array, zend_ssa *ssa, int var, zend_bool underflow, zend_long min, zend_long max, zen…
/PHP-7.1/ext/mysqli/tests/
H A Dmysqli_stmt_fetch_bit.phpt36 while ($tests < min($max_value, 20)) {
H A Dmysqli_stmt_send_long_data_packet_size_libmysql.phpt52 $limit = min(floor($max_allowed_packet / 1024 / 2), 10240);
H A Dmysqli_stmt_send_long_data_packet_size_mysqlnd.phpt50 $limit = min(floor($max_allowed_packet / 1024 / 2), 10240);
H A Dmysqli_stmt_attr_set.phpt62 $invalid_attr = mt_rand(-1 * (min(4294967296, PHP_INT_MAX) + 1), min(4294967296, PHP_INT_MAX));
/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c942 min = 1; in detect_repeat()
951 min++; in detect_repeat()
954 if (min == 2) in detect_repeat()
997 if (min >= 3) in detect_repeat()
4807 min = 0; in compile_xclass_matchingpath()
4819 if (c < min) min = c; in compile_xclass_matchingpath()
4828 if (c < min) min = c; in compile_xclass_matchingpath()
4846 if (*other_cases < min) min = *other_cases; in compile_xclass_matchingpath()
6111 min = 0; in compile_ref_iterator_matchingpath()
6117 min = 1; in compile_ref_iterator_matchingpath()
[all …]
/PHP-7.1/ext/date/lib/
H A Dtimelib.h153 void timelib_decimal_hour_to_hms(double h, int *hour, int *min, int *sec);
/PHP-7.1/ext/standard/tests/math/
H A Dmt_rand_variation2.phpt7 /* Prototype : int mt_rand ([ int $min , int $max ] )
H A Drand_variation2.phpt7 /* Prototype : int rand ([ int $min , int $max ] )
/PHP-7.1/ext/standard/
H A Dcrypt_blowfish.c660 BF_word min) in BF_crypt() argument
698 if (count < min || BF_decode(data.binary.salt, &setting[7], 16)) { in BF_crypt()
/PHP-7.1/ext/oci8/
H A Dphp_oci8_int.h49 #if defined(min)
50 #undef min
/PHP-7.1/ext/standard/tests/general_functions/
H A Dprint_r.phpt43 -2147483648, // min range of integer
44 -2147483647, // min range of integer + 1
46 -0x80000000, // min range of hexadecimal integer
48 -020000000000 // min range of octal integer

Completed in 68 milliseconds

123456