Home
last modified time | relevance | path

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

/PHP-8.0/ext/ldap/
H A Dldap.c444 int num_keys, i; in _php_ldap_control_from_array() local
447 num_keys = zend_hash_num_elements(Z_ARRVAL_P(val)); in _php_ldap_control_from_array()
448 sort_keys = safe_emalloc((num_keys+1), sizeof(LDAPSortKey*), 0); in _php_ldap_control_from_array()
449 tmpstrings1 = safe_emalloc(num_keys, sizeof(zend_string*), 0); in _php_ldap_control_from_array()
450 tmpstrings2 = safe_emalloc(num_keys, sizeof(zend_string*), 0); in _php_ldap_control_from_array()
454 for (i = 0; i<num_keys; i++) { in _php_ldap_control_from_array()
493 sort_keys[num_keys] = NULL; in _php_ldap_control_from_array()
/PHP-8.0/ext/standard/
H A Darray.c6257 int num_keys, num_values; local
6264 num_keys = zend_hash_num_elements(keys);
6267 if (num_keys != num_values) {
6272 if (!num_keys) {
6276 array_init_size(return_value, num_keys);
H A Dstring.c2732 int num_keys = 0; local
2749 num_keys = 1;
2771 if (UNEXPECTED(num_keys)) {

Completed in 61 milliseconds