Home
last modified time | relevance | path

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

12

/php-src/ext/reflection/tests/
H A DReflectionConstant_double_construct.phpt9 $r = new ReflectionConstant('C' . mt_rand(1, 1));
12 $r->__construct('C' . mt_rand(2, 2));
/php-src/ext/random/
H A Drandom.c505 PHP_FUNCTION(mt_rand) argument
H A Drandom_arginfo.h130 ZEND_FUNCTION(mt_rand);
162 ZEND_FE(mt_rand, arginfo_mt_rand)
/php-src/ext/mysqli/tests/
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_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_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_store_result_copy.phpt57 $idx = mt_rand(-100, 100);
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_class_mysqli_result_interface.phpt130 $mode = mt_rand(-1000, 1000);
H A Dmysqli_stmt_fetch_bit.phpt37 $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_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_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);
/php-src/ext/random/tests/01_functions/
H A Dmt_srand_unknown_mode.phpt7 var_dump(mt_rand());
10 var_dump(mt_rand());
13 var_dump(mt_rand());
16 var_dump(mt_rand());
/php-src/ext/xsl/tests/
H A DXSLTProcessor_callables.phpt35 $proc->registerPhpFunctions(str_repeat("var_dump", mt_rand(1, 1) /* defeat SCCP */));
H A DgetParameter.phpt17 $xslt->setParameter('', 'foo', str_repeat('"abcd"', mt_rand(2, 2) /* defeat SCCP */));
/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/pdo_mysql/tests/
H A Dpdo_mysql_pconnect.phpt86 $i = mt_rand(0, 20);
/php-src/sapi/fpm/tests/
H A Dfcgi.inc777 $id = mt_rand(1, (1 << 16) - 1);
/php-src/ext/mysqli/tests/fetch/
H A Dmysqli_fetch_all_data_types_variation.phpt71 $ret .= chr(mt_rand(65, 90));

Completed in 35 milliseconds

12