Home
last modified time | relevance | path

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

/PHP-5.4/ext/standard/
H A Darray.c3960 int num_avail, key_type; in PHP_FUNCTION() local
3970 num_avail = zend_hash_num_elements(Z_ARRVAL_P(input)); in PHP_FUNCTION()
3973 if (num_req <= 0 || num_req > num_avail) { in PHP_FUNCTION()
3990 if ((double) (randval / (PHP_RAND_MAX + 1.0)) < (double) num_req / (double) num_avail) { in PHP_FUNCTION()
4008 num_avail--; in PHP_FUNCTION()

Completed in 14 milliseconds