Home
last modified time | relevance | path

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

/PHP-8.1/ext/ldap/
H A Dldap.c548 int num_keys, i; in _php_ldap_control_from_array() local
551 num_keys = zend_hash_num_elements(Z_ARRVAL_P(val)); in _php_ldap_control_from_array()
552 sort_keys = safe_emalloc((num_keys+1), sizeof(LDAPSortKey*), 0); in _php_ldap_control_from_array()
553 tmpstrings1 = safe_emalloc(num_keys, sizeof(zend_string*), 0); in _php_ldap_control_from_array()
554 tmpstrings2 = safe_emalloc(num_keys, sizeof(zend_string*), 0); in _php_ldap_control_from_array()
558 for (i = 0; i<num_keys; i++) { in _php_ldap_control_from_array()
597 sort_keys[num_keys] = NULL; in _php_ldap_control_from_array()
/PHP-8.1/ext/standard/
H A Darray.c6231 int num_keys, num_values; local
6238 num_keys = zend_hash_num_elements(keys);
6241 if (num_keys != num_values) {
6246 if (!num_keys) {
6250 array_init_size(return_value, num_keys);
H A Dstring.c2795 int num_keys = 0; local
2812 num_keys = 1;
2834 if (UNEXPECTED(num_keys)) {

Completed in 50 milliseconds