Home
last modified time | relevance | path

Searched refs:mt_rand (Results 1 – 25 of 45) sorted by path

12

/php-src/ext/dom/tests/
H A DDOMXPath_callables.phpt51 $xpath->registerPhpFunctions(str_repeat("var_dump", mt_rand(1, 1) /* defeat SCCP */));
/php-src/ext/mysqli/tests/
H A Dbug42378.phpt36 $col1 = mt_rand($min, $max);
H A Dmysqli_change_user_get_lock.phpt18 $lock = 'phptest_' . mt_rand(0, 100000);
78 $newlock = 'phptest_' . mt_rand(0, 100000);
H A Dmysqli_class_mysqli_result_interface.phpt130 $mode = mt_rand(-1000, 1000);
H A Dmysqli_fetch_all_oo.phpt153 $ret .= chr(mt_rand(65, 90));
H A Dmysqli_fetch_array.phpt47 $illegal_mode = mt_rand(-10000, 10000);
144 $ret .= chr(mt_rand(65, 90));
H A Dmysqli_fetch_array_oo.phpt49 $illegal_mode = mt_rand(-10000, 10000);
134 $ret .= chr(mt_rand(65, 90));
H A Dmysqli_fetch_assoc_bit.phpt59 $num_loops = mt_rand(1, $max_loops);
62 $value += mt_rand(0, $rand_max);
64 $value = mt_rand(0, $max_value);
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_stmt_bind_param.phpt195 $ret .= chr(mt_rand(65, 90));
H A Dmysqli_stmt_bind_result.phpt151 $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_stmt_fetch_bit.phpt37 $value = mt_rand(0, $max_value);
H A Dmysqli_stmt_get_result_bit.phpt65 $num_loops = mt_rand(1, $max_loops);
68 $value += mt_rand(0, $rand_max);
70 $value = mt_rand(0, $max_value);
H A Dmysqli_stmt_get_result_metadata.phpt151 $pos = mt_rand(-1, $num + 1);
H A Dmysqli_stmt_get_result_seek.phpt72 $pos = mt_rand(-1, 4);
H A Dmysqli_stmt_get_result_types.phpt111 $ret .= chr(mt_rand(65, 90));
H A Dmysqli_store_result_copy.phpt57 $idx = mt_rand(-100, 100);
/php-src/ext/mysqli/tests/fetch/
H A Dmysqli_fetch_all_data_types_variation.phpt71 $ret .= chr(mt_rand(65, 90));
/php-src/ext/openssl/tests/
H A Dopenssl_spki_export_basic.phpt43 return sprintf('%04x%04x-%04x-%04x-%04x-%04x%04x%04x', mt_rand(0, 0xffff),
44 mt_rand(0, 0xffff), mt_rand(0, 0xffff), mt_rand(0, 0x0fff) | 0x4000,
45 mt_rand(0, 0x3fff) | 0x8000, mt_rand(0, 0xffff),
46 mt_rand(0, 0xffff), mt_rand(0, 0xffff));
H A Dopenssl_spki_export_challenge_basic.phpt44 return sprintf('%04x%04x-%04x-%04x-%04x-%04x%04x%04x', mt_rand(0, 0xffff),
45 mt_rand(0, 0xffff), mt_rand(0, 0xffff), mt_rand(0, 0x0fff) | 0x4000,
46 mt_rand(0, 0x3fff) | 0x8000, mt_rand(0, 0xffff),
47 mt_rand(0, 0xffff), mt_rand(0, 0xffff));
H A Dopenssl_spki_new_basic.phpt36 return sprintf('%04x%04x-%04x-%04x-%04x-%04x%04x%04x', mt_rand(0, 0xffff),
37 mt_rand(0, 0xffff), mt_rand(0, 0xffff), mt_rand(0, 0x0fff) | 0x4000,
38 mt_rand(0, 0x3fff) | 0x8000, mt_rand(0, 0xffff),
39 mt_rand(0, 0xffff), mt_rand(0, 0xffff));
H A Dopenssl_spki_verify_basic.phpt39 return sprintf('%04x%04x-%04x-%04x-%04x-%04x%04x%04x', mt_rand(0, 0xffff),
40 mt_rand(0, 0xffff), mt_rand(0, 0xffff), mt_rand(0, 0x0fff) | 0x4000,
41 mt_rand(0, 0x3fff) | 0x8000, mt_rand(0, 0xffff),
42 mt_rand(0, 0xffff), mt_rand(0, 0xffff));
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_pconnect.phpt86 $i = mt_rand(0, 20);

Completed in 145 milliseconds

12