Home
last modified time | relevance | path

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

/PHP-5.6/ext/standard/
H A Darray.c3866 int num_avail, key_type; in PHP_FUNCTION() local
3876 num_avail = zend_hash_num_elements(Z_ARRVAL_P(input)); in PHP_FUNCTION()
3879 if (num_req <= 0 || num_req > num_avail) { in PHP_FUNCTION()
3896 if ((double) (randval / (PHP_RAND_MAX + 1.0)) < (double) num_req / (double) num_avail) { in PHP_FUNCTION()
3914 num_avail--; in PHP_FUNCTION()

Completed in 17 milliseconds