Home
last modified time | relevance | path

Searched refs:php_rand (Results 1 – 7 of 7) sorted by relevance

/PHP-7.0/ext/standard/
H A Dphp_rand.h57 PHPAPI zend_long php_rand(void);
H A Drand.c62 PHPAPI zend_long php_rand(void) in php_rand() function
299 number = php_rand(); in PHP_FUNCTION()
H A Dcrypt.c101 #define PHP_CRYPT_RAND php_rand()
H A Darray.c2278 rnd_idx = php_rand();
2304 rnd_idx = php_rand();
4932 randval = php_rand();
H A Dstring.c5368 rnd_idx = php_rand();
/PHP-7.0/ext/mcrypt/
H A Dmcrypt.c1419 iv[--size] = (char) (255.0 * php_rand() / RAND_MAX); in PHP_FUNCTION()
/PHP-7.0/ext/soap/
H A Dphp_http.c653 snprintf(cnonce, sizeof(cnonce), ZEND_LONG_FMT, php_rand()); in make_http_soap_request()

Completed in 72 milliseconds