Searched refs:php_rand (Results 1 – 7 of 7) sorted by relevance
57 PHPAPI zend_long php_rand(void);
62 PHPAPI zend_long php_rand(void) in php_rand() function299 number = php_rand(); in PHP_FUNCTION()
101 #define PHP_CRYPT_RAND php_rand()
2278 rnd_idx = php_rand();2304 rnd_idx = php_rand();4932 randval = php_rand();
5368 rnd_idx = php_rand();
1419 iv[--size] = (char) (255.0 * php_rand() / RAND_MAX); in PHP_FUNCTION()
653 snprintf(cnonce, sizeof(cnonce), ZEND_LONG_FMT, php_rand()); in make_http_soap_request()
Completed in 72 milliseconds