zend_hash_get_current_key_ex 168 Zend/zend_hash.h ZEND_API int ZEND_FASTCALL zend_hash_get_current_key_ex(const HashTable *ht, zend_string **str_index, zend_ulong *num_index, HashPosition *pos); zend_hash_get_current_key_ex 182 Zend/zend_hash.h zend_hash_get_current_key_ex(ht, str_index, num_index, &(ht)->nInternalPointer) zend_hash_get_current_key_ex 50 ext/com_dotnet/com_variant.c keytype = zend_hash_get_current_key_ex(Z_ARRVAL_P(z), &strindex, &intindex, &pos); zend_hash_get_current_key_ex 77 ext/com_dotnet/com_variant.c zend_hash_get_current_key_ex(Z_ARRVAL_P(z), &strindex, &intindex, &pos); zend_hash_get_current_key_ex 465 ext/com_dotnet/com_wrapper.c zend_hash_get_current_key_ex(Z_OBJPROP(disp->object), &name, zend_hash_get_current_key_ex 499 ext/com_dotnet/com_wrapper.c zend_hash_get_current_key_ex(&Z_OBJCE(disp->object)->function_table, zend_hash_get_current_key_ex 604 ext/com_dotnet/com_wrapper.c zend_hash_get_current_key_ex(id_to_name, &name, &pid, &pos))) { zend_hash_get_current_key_ex 573 ext/mysqlnd/mysqlnd_wireprotocol.c if (HASH_KEY_IS_STRING == zend_hash_get_current_key_ex(packet->connect_attr, &s_key, &s_len, &num_key, &pos_value)) { zend_hash_get_current_key_ex 608 ext/mysqlnd/mysqlnd_wireprotocol.c if (HASH_KEY_IS_STRING == zend_hash_get_current_key_ex(packet->connect_attr, &s_key, &s_len, &num_key, &pos_value)) { zend_hash_get_current_key_ex 427 ext/spl/php_spl.c while (zend_hash_get_current_key_ex(SPL_G(autoload_functions), &func_name, &num_idx, &pos) == HASH_KEY_IS_STRING) { zend_hash_get_current_key_ex 942 ext/spl/spl_array.c if (zend_hash_get_current_key_ex(aht, &string_key, &num_key, pos_ptr) == HASH_KEY_IS_STRING) {