Home
last modified time | relevance | path

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

/PHP-5.3/ext/standard/
H A Darray.c4473 int num_keys, num_values; in PHP_FUNCTION() local
4479 num_keys = zend_hash_num_elements(Z_ARRVAL_P(keys)); in PHP_FUNCTION()
4482 if (num_keys != num_values) { in PHP_FUNCTION()
4487 if (!num_keys) { in PHP_FUNCTION()
4492 array_init_size(return_value, num_keys); in PHP_FUNCTION()

Completed in 21 milliseconds