Searched refs:zend_hash_get_current_key_ex (Results 1 – 8 of 8) sorted by relevance
/PHP-7.0/ext/com_dotnet/ |
H A D | com_wrapper.c | 465 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 D | com_variant.c | 50 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 D | zend_hash.h | 168 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 D | zend_hash.c | 2153 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 D | php_spl.c | 412 …while (zend_hash_get_current_key_ex(SPL_G(autoload_functions), &func_name, &num_idx, &pos) == HASH… in PHP_FUNCTION()
|
H A D | spl_array.c | 964 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 D | mysqlnd_wireprotocol.c | 572 …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 D | NEWS | 2750 zend_hash_get_current_key_ex(,,,NULL). (Laruence)
|
Completed in 45 milliseconds