Home
last modified time | relevance | path

Searched refs:rand (Results 26 – 42 of 42) sorted by relevance

12

/PHP-8.0/ext/standard/tests/network/
H A Dshutdown.phpt11 $port = rand(10000, 65000);
/PHP-8.0/ext/openssl/tests/
H A Dopenssl_decrypt_basic.phpt14 while(strlen($iv) < $ivlen) $iv .= chr(rand(0,255));
/PHP-8.0/ext/pdo_mysql/tests/
H A Dconfig.inc43 $temp_file = tempnam(md5(uniqid(rand(), TRUE)), '');
H A Dmysql_pdo_test.inc131 $temp_file = tempnam(md5(uniqid(rand(), TRUE)), '');
/PHP-8.0/ext/gd/libgd/
H A Dgd_filter.c72 dest_x = (int)(x + ((rand() % (plus - sub)) + sub)); in gdImageScatterEx()
73 dest_y = (int)(y + ((rand() % (plus - sub)) + sub)); in gdImageScatterEx()
94 dest_x = (int)(x + ((rand() % (plus - sub)) + sub)); in gdImageScatterEx()
95 dest_y = (int)(y + ((rand() % (plus - sub)) + sub)); in gdImageScatterEx()
/PHP-8.0/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.m4463 microtime.c pack.c pageinfo.c quot_print.c rand.c mt_rand.c \
H A Dbasic_functions.stub.php1177 function rand(int $min = UNKNOWN, int $max = UNKNOWN): int {} function
H A Dbasic_functions_arginfo.h2721 ZEND_FUNCTION(rand);
3362 ZEND_FE(rand, arginfo_rand)
/PHP-8.0/ext/standard/tests/file/
H A Duserstreams.phpt216 $offset = rand(0, $DATALEN - 1);
220 $offset = -rand(0, $DATALEN - 1);
224 $offset = rand(0, $DATALEN - 1);
/PHP-8.0/ext/mysqli/tests/
H A Dconnect.inc41 $temp_file = tempnam(md5(uniqid(rand(), TRUE)), '');
/PHP-8.0/ext/ftp/tests/
H A Dserver.inc8 $port = rand(50000, 65535);
14 $pasv_port = rand(50000, 65535);
448 $pasv_port = rand(50000, 65535);
/PHP-8.0/ext/oci8/tests/
H A Dbug43497.phpt109 $s .= rand();
/PHP-8.0/ext/hash/tests/
H A Dfnv164.phpt140 array( "http://www.lavarnd.org/cgi-bin/rand-none.cgi", "6b4f363492b9f2be" ),
H A Dfnv132.phpt140 array( "http://www.lavarnd.org/cgi-bin/rand-none.cgi", "fe1ee07e" ),
/PHP-8.0/
H A DREADME.REDIST.BINS6 6. ext/standard/rand
196 6. ext/standard/rand
/PHP-8.0/sapi/litespeed/
H A Dlsapilib.c1366 srand( (tv.tv_sec % 0x1000 + tv.tv_usec) ^ rand() ); in init_conn_key()
1369 s_conn_key_packet[i]=(int) (256.0*rand()/(RAND_MAX+1.0)); in init_conn_key()

Completed in 112 milliseconds

12