Home
last modified time | relevance | path

Searched refs:mt_rand (Results 1 – 25 of 48) sorted by last modified time

12

/PHP-7.4/
H A DNEWS2787 . Fixed bug #75996 (incorrect url in header for mt_rand). (tatarbj)
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_store_result_copy.phpt65 $idx = mt_rand(-100, 100);
H A Dmysqli_stmt_fetch_bit.phpt38 $value = mt_rand(0, $max_value);
H A Dmysqli_stmt_get_result_bit.phpt69 $num_loops = mt_rand(1, $max_loops);
72 $value += mt_rand(0, $rand_max);
74 $value = mt_rand(0, $max_value);
H A Dmysqli_stmt_get_result_seek.phpt75 $pos = mt_rand(-1, 4);
H A Dmysqli_stmt_get_result_types.phpt114 $ret .= chr(mt_rand(65, 90));
H A Dmysqli_stmt_get_result_metadata.phpt154 $pos = mt_rand(-1, $num + 1);
H A Dmysqli_result_invalid_mode.phpt16 $mode = mt_rand(-1000, 1000);
H A Dmysqli_stmt_attr_get.phpt38 $invalid_attr = mt_rand(0, 10000);
H A Dmysqli_stmt_attr_set.phpt62 … $invalid_attr = mt_rand(-1 * (min(4294967296, PHP_INT_MAX) + 1), min(4294967296, PHP_INT_MAX));
144 $invalid_cursor_type = mt_rand(-1000, 1000);
H A Dmysqli_stmt_bind_param.phpt169 $ret .= chr(mt_rand(65, 90));
H A Dmysqli_stmt_bind_result.phpt156 $ret .= chr(mt_rand(65, 90));
H A Dmysqli_stmt_bind_result_bit.phpt80 $num_loops = mt_rand(1, $max_loops);
83 $value += mt_rand(0, $rand_max);
85 $value = mt_rand(0, $max_value);
H A Dmysqli_stmt_bind_result_format.phpt35 $col1 = mt_rand($min, $max);
228 $current_targets = mt_rand(-100000, 100000) / 10;
230 $trend = (mt_rand(0, 3) > 1) ? (mt_rand(-10000, 10000) / 100) : 'NULL';
236 (mt_rand(0, 1) > 0) ? mt_rand(0, 1000) : 'NULL',
H A Dmysqli_pconnect.phpt29 $index = mt_rand(0, $num);
47 $index = mt_rand(0, $num);
49 if (mt_rand(0, 1) > 0) {
63 $index = mt_rand(0, $num);
H A Dmysqli_fetch_assoc_bit.phpt63 $num_loops = mt_rand(1, $max_loops);
66 $value += mt_rand(0, $rand_max);
68 $value = mt_rand(0, $max_value);
H A Dmysqli_fetch_all.phpt84 $illegal_mode = mt_rand(-10000, 10000);
166 $ret .= chr(mt_rand(65, 90));
H A Dmysqli_fetch_all_oo.phpt85 $illegal_mode = mt_rand(-10000, 10000);
166 $ret .= chr(mt_rand(65, 90));
H A Dmysqli_fetch_array.phpt57 $illegal_mode = mt_rand(-10000, 10000);
152 $ret .= chr(mt_rand(65, 90));
H A Dmysqli_fetch_array_oo.phpt56 $illegal_mode = mt_rand(-10000, 10000);
139 $ret .= chr(mt_rand(65, 90));
H A Dmysqli_class_mysqli_result_interface.phpt136 $mode = mt_rand(-1000, 1000);
H A Dmysqli_change_user_get_lock.phpt18 $lock = 'phptest_' . mt_rand(0, 100000);
78 $newlock = 'phptest_' . mt_rand(0, 100000);
H A Dbug42378.phpt36 $col1 = mt_rand($min, $max);
/PHP-7.4/ext/standard/
H A Dconfig.w3232 net.c pack.c pageinfo.c quot_print.c rand.c mt_rand.c soundex.c \
H A Dconfig.m4489 microtime.c pack.c pageinfo.c quot_print.c rand.c mt_rand.c \

Completed in 55 milliseconds

12