Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Darray.c4518 int num_keys, num_values; in PHP_FUNCTION() local
4524 num_keys = zend_hash_num_elements(Z_ARRVAL_P(keys)); in PHP_FUNCTION()
4527 if (num_keys != num_values) { in PHP_FUNCTION()
4532 array_init_size(return_value, num_keys); in PHP_FUNCTION()
4534 if (!num_keys) { in PHP_FUNCTION()

Completed in 15 milliseconds