Home
last modified time | relevance | path

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

12

/PHP-7.4/ext/standard/
H A Dphp_math.h47 PHP_FUNCTION(rand);
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 \
H A Dbasic_functions.c2888 PHP_FE(rand, arginfo_mt_rand)
/PHP-7.4/ext/standard/tests/network/
H A Dshutdown.phpt11 $port = rand(10000, 65000);
/PHP-7.4/ext/standard/tests/file/
H A Dfgets_socket_variation2.phpt20 $port = rand(10000, 65000);
H A Duserstreams.phpt213 $offset = rand(0, $DATALEN - 1);
217 $offset = -rand(0, $DATALEN - 1);
221 $offset = rand(0, $DATALEN - 1);
/PHP-7.4/ext/openssl/tests/
H A Dopenssl_decrypt_basic.phpt14 while(strlen($iv) < $ivlen) $iv .= chr(rand(0,255));
/PHP-7.4/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-7.4/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-7.4/ext/standard/tests/streams/
H A Dstream_set_timeout_error.phpt17 $port = rand(10000, 65000);
/PHP-7.4/ext/mysqli/tests/
H A Dconnect.inc41 $temp_file = tempnam(md5(uniqid(rand(), TRUE)), '');
/PHP-7.4/ext/ftp/tests/
H A Dserver.inc8 $port = rand(50000, 65535);
14 $pasv_port = rand(50000, 65535);
448 $pasv_port = rand(50000, 65535);
/PHP-7.4/ext/oci8/tests/
H A Dbug43497.phpt109 $s .= rand();
/PHP-7.4/ext/hash/tests/
H A Dfnv132.phpt140 array( "http://www.lavarnd.org/cgi-bin/rand-none.cgi", "fe1ee07e" ),
H A Dfnv164.phpt140 array( "http://www.lavarnd.org/cgi-bin/rand-none.cgi", "6b4f363492b9f2be" ),
/PHP-7.4/
H A DREADME.REDIST.BINS6 6. ext/standard/rand
197 6. ext/standard/rand
/PHP-7.4/sapi/litespeed/
H A Dlsapilib.c1367 srand( (tv.tv_sec % 0x1000 + tv.tv_usec) ^ rand() ); in init_conn_key()
1370 s_conn_key_packet[i]=(int) (256.0*rand()/(RAND_MAX+1.0)); in init_conn_key()

Completed in 58 milliseconds

12