mods 1648 ext/ldap/ldap.c zval *link, *mods, *mod, *modinfo, *modval; mods 1682 ext/ldap/ldap.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "rsa", &link, &dn, &dn_len, &mods) != SUCCESS) { mods 1705 ext/ldap/ldap.c zend_hash_internal_pointer_reset(Z_ARRVAL_P(mods)); mods 1706 ext/ldap/ldap.c if (zend_hash_get_current_key_type(Z_ARRVAL_P(mods)) != HASH_KEY_IS_LONG) { mods 1711 ext/ldap/ldap.c num_mods = zend_hash_num_elements(Z_ARRVAL_P(mods)); mods 1715 ext/ldap/ldap.c if ((fetched = zend_hash_index_find(Z_ARRVAL_P(mods), i)) == NULL) { mods 1846 ext/ldap/ldap.c fetched = zend_hash_index_find(Z_ARRVAL_P(mods), i);