Home
last modified time | relevance | path

Searched refs:zend_hash_get_current_key_ex (Results 1 – 8 of 8) sorted by relevance

/PHP-7.0/ext/com_dotnet/
H A Dcom_wrapper.c465 zend_hash_get_current_key_ex(Z_OBJPROP(disp->object), &name, in generate_dispids()
499 zend_hash_get_current_key_ex(&Z_OBJCE(disp->object)->function_table, in generate_dispids()
604 zend_hash_get_current_key_ex(id_to_name, &name, &pid, &pos))) { in php_com_wrapper_export_as_sink()
H A Dcom_variant.c50 keytype = zend_hash_get_current_key_ex(Z_ARRVAL_P(z), &strindex, &intindex, &pos); in safe_array_from_zval()
77 zend_hash_get_current_key_ex(Z_ARRVAL_P(z), &strindex, &intindex, &pos); in safe_array_from_zval()
/PHP-7.0/Zend/
H A Dzend_hash.h168 ZEND_API int ZEND_FASTCALL zend_hash_get_current_key_ex(const HashTable *ht, zend_string **str_in…
182 zend_hash_get_current_key_ex(ht, str_index, num_index, &(ht)->nInternalPointer)
H A Dzend_hash.c2153 ZEND_API int ZEND_FASTCALL zend_hash_get_current_key_ex(const HashTable *ht, zend_string **str_inde… in zend_hash_get_current_key_ex() function
/PHP-7.0/ext/spl/
H A Dphp_spl.c412 …while (zend_hash_get_current_key_ex(SPL_G(autoload_functions), &func_name, &num_idx, &pos) == HASH… in PHP_FUNCTION()
H A Dspl_array.c964 if (zend_hash_get_current_key_ex(aht, &string_key, &num_key, pos_ptr) == HASH_KEY_IS_STRING) { in spl_array_skip_protected()
/PHP-7.0/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c572 …if (HASH_KEY_IS_STRING == zend_hash_get_current_key_ex(packet->connect_attr, &s_key, &s_len, &num_… in php_mysqlnd_auth_write()
607 …if (HASH_KEY_IS_STRING == zend_hash_get_current_key_ex(packet->connect_attr, &s_key, &s_len, &num_… in php_mysqlnd_auth_write()
/PHP-7.0/
H A DNEWS2750 zend_hash_get_current_key_ex(,,,NULL). (Laruence)

Completed in 45 milliseconds