Home
last modified time | relevance | path

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

/PHP-7.4/ext/ldap/
H A Dldap.c446 int num_keys, i; in _php_ldap_control_from_array() local
449 num_keys = zend_hash_num_elements(Z_ARRVAL_P(val)); in _php_ldap_control_from_array()
450 sort_keys = safe_emalloc((num_keys+1), sizeof(LDAPSortKey*), 0); in _php_ldap_control_from_array()
451 tmpstrings1 = safe_emalloc(num_keys, sizeof(zend_string*), 0); in _php_ldap_control_from_array()
452 tmpstrings2 = safe_emalloc(num_keys, sizeof(zend_string*), 0); in _php_ldap_control_from_array()
456 for (i = 0; i<num_keys; i++) { in _php_ldap_control_from_array()
495 sort_keys[num_keys] = NULL; in _php_ldap_control_from_array()
/PHP-7.4/ext/standard/
H A Darray.c6450 int num_keys, num_values; local
6457 num_keys = zend_hash_num_elements(keys);
6460 if (num_keys != num_values) {
6465 if (!num_keys) {
6469 array_init_size(return_value, num_keys);
H A Dstring.c3009 int num_keys = 0; local
3026 num_keys = 1;
3048 if (UNEXPECTED(num_keys)) {

Completed in 48 milliseconds