Home
last modified time | relevance | path

Searched refs:min (Results 51 – 75 of 146) sorted by path

123456

/php-src/ext/intl/tests/
H A Dlocale_get_display_variant2.phpt53 'zh-min',
54 'zh-min-nan-Hant-CN',
215 locale='zh-min'
220 locale='zh-min-nan-Hant-CN'
H A Dlocale_get_keywords2.phpt56 'zh-min',
57 'zh-min-nan-Hant-CN',
131 zh-min: No keywords found.
132 zh-min-nan-Hant-CN: No keywords found.
H A Dlocale_get_primary_language.phpt51 'zh-min',
52 'zh-min-nan-Hant-CN',
111 zh-min: primary_language='zh-min'
112 zh-min-nan-Hant-CN: primary_language='zh'
H A Dlocale_get_region.phpt51 'zh-min',
52 'zh-min-nan-Hant-CN',
112 zh-min: region=''
113 zh-min-nan-Hant-CN: region='MIN'
H A Dlocale_get_script.phpt50 'zh-min',
51 'zh-min-nan-Hant-CN',
110 zh-min: script=''
111 zh-min-nan-Hant-CN: script=''
H A Dlocale_parse_locale2.phpt51 'zh-min',
52 'zh-min-nan-Hant-CN',
172 zh-min:
173 grandfathered : 'zh-min' ,
175 zh-min-nan-Hant-CN:
H A Dlocale_set_default.phpt51 'zh-min',
52 'zh-min-nan-Hant-CN',
122 zh-min: set locale 'zh-min'
123 zh-min-nan-Hant-CN: set locale 'zh-min-nan-Hant-CN'
/php-src/ext/ldap/tests/
H A Dldap_set_option_tls_protocol_min_basic.phpt2 ldap_set_option() - Basic test for TLS protocol min ldap option
H A Dldap_set_option_tls_protocol_min_basic_tls13.phpt2 ldap_set_option() - Basic test for TLS protocol min ldap option
/php-src/ext/mbstring/tests/
H A Dencoding_tests.inc146 $length = min(rand(5,10), count($goodChars));
H A Dhz_encoding.phpt62 $length = 1; //min(rand(5,10), count($goodChars));
H A Diso2022jp_kddi_encoding.phpt162 $length = min(rand(5,10), count($good));
175 $length = min(rand(5,10), count($good));
H A Diso2022jp_ms_encoding.phpt135 $length = min(rand(5,10), count($good));
H A Dutf_encodings.phpt730 $length = min(rand(20,30), count($good));
/php-src/ext/mysqli/tests/
H A Dbug42378.phpt15 function create_table($link, $column, $min, $max, $engine, $offset) {
36 $col1 = mt_rand($min, $max);
H A Dmysqli_stmt_bind_param.phpt225 …tatype($link, $engine, "i", "INTEGER UNSIGNED", (defined("PHP_INT_MAX")) ? min(4294967295, PHP_INT…
H A Dmysqli_stmt_bind_result.phpt180 …func_mysqli_stmt_bind_result($link, $engine, "i", "INTEGER", (defined("PHP_INT_MAX")) ? min(214748…
182 …result($link, $engine, "i", "INTEGER UNSIGNED", (defined("PHP_INT_MAX")) ? min(4294967295, 2147483…
H A Dmysqli_stmt_bind_result_format.phpt15 function create_table($link, $column, $min, $max, $engine, $offset) {
35 $col1 = mt_rand($min, $max);
H A Dmysqli_stmt_fetch_bit.phpt35 while ($tests < min($max_value, 20)) {
H A Dmysqli_stmt_get_result_types.phpt140 …func_mysqli_stmt_get_result($link, $engine, "i", "INTEGER", (defined("PHP_INT_MAX")) ? min(2147483…
142 …result($link, $engine, "i", "INTEGER UNSIGNED", (defined("PHP_INT_MAX")) ? min(4294967295, 2147483…
H A Dmysqli_stmt_send_long_data.phpt54 $limit = min(floor($max_allowed_packet / 1024 / 2), 10240);
H A Dmysqli_stmt_send_long_data_packet_size_mysqlnd.phpt47 $limit = min(floor($max_allowed_packet / 1024 / 2), 10240);
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_x86.lua1846 sub = 12, min = 13, div = 14, max = 15 } do
/php-src/ext/opcache/jit/ir/
H A Dir_aarch64.dasc4449 ir_val min, max;
4454 min.u64 = 0x7fffffffffffffff;
4457 min.u64 = 0xffffffffffffffff;
4471 min.i64 = IR_MIN(min.i64, val->val.i64);
4475 min.u64 = (int64_t)IR_MIN(min.u64, val->val.u64);
4496 if (count > 2 && (max.i64-min.i64) < count * 8) {
4499 for (i = 0; i <= (max.i64 - min.i64); i++) {
4510 labels[val->val.i64 - min.i64] = label;
4531 if (aarch64_may_encode_imm12(min.i64)) {
4534 ir_emit_load_imm_int(ctx, type, tmp_reg, min.i64);
[all …]
H A Dir_fold.h620 int64_t min = - max - 1; in IR_FOLD() local
623 || (op2_insn->val.i64 < 0 && op1_insn->val.i64 < min - op2_insn->val.i64)) { in IR_FOLD()
648 int64_t min = - max - 1; in IR_FOLD() local
650 if ((op2_insn->val.i64 > 0 && op1_insn->val.i64 < min + op2_insn->val.i64) in IR_FOLD()
680 int64_t min = - max - 1; in IR_FOLD() local
684 …if (op1_insn->val.i64 != 0 && res / op1_insn->val.i64 != op2_insn->val.i64 && res >= min && res <=… in IR_FOLD()

Completed in 55 milliseconds

123456