Searched refs:zend_hash_update_current_key_ex (Results 1 – 4 of 4) sorted by relevance
/PHP-5.5/Zend/ |
H A D | zend_hash.h | 185 ZEND_API int zend_hash_update_current_key_ex(HashTable *ht, int key_type, const char *str_index, ui… 214 …zend_hash_update_current_key_ex(ht, key_type, str_index, str_length, num_index, HASH_UPDATE_KEY_AN… 380 …ZEND_HANDLE_NUMERIC(arKey, nKeyLength, zend_hash_update_current_key_ex(ht, HASH_KEY_IS_LONG, NULL,… in zend_symtable_update_current_key_ex() 381 return zend_hash_update_current_key_ex(ht, HASH_KEY_IS_STRING, arKey, nKeyLength, 0, mode, pos); in zend_symtable_update_current_key_ex()
|
H A D | zend_execute_API.c | 638 …ret = zend_hash_update_current_key_ex(Z_ARRVAL_P(p), HASH_KEY_IS_LONG, NULL, 0, Z_LVAL(const_value… in zval_update_constant_ex() 641 …ret = zend_hash_update_current_key_ex(Z_ARRVAL_P(p), HASH_KEY_IS_LONG, NULL, 0, zend_dval_to_lval(… in zval_update_constant_ex() 644 …ret = zend_hash_update_current_key_ex(Z_ARRVAL_P(p), HASH_KEY_IS_STRING, "", 1, 0, HASH_UPDATE_KEY… in zval_update_constant_ex()
|
H A D | zend_hash.c | 1231 ZEND_API int zend_hash_update_current_key_ex(HashTable *ht, int key_type, const char *str_index, ui… in zend_hash_update_current_key_ex() function
|
/PHP-5.5/ext/phar/ |
H A D | stream.c | 945 …zend_hash_update_current_key_ex(&phar->manifest, key_type, new_key, new_key_len, 0, HASH_UPDATE_KE… in phar_wrapper_rename() 967 …zend_hash_update_current_key_ex(&phar->virtual_dirs, key_type, new_key, new_key_len, 0, HASH_UPDAT… in phar_wrapper_rename() 991 …zend_hash_update_current_key_ex(&phar->mounted_dirs, key_type, new_key, new_key_len, 0, HASH_UPDAT… in phar_wrapper_rename()
|
Completed in 19 milliseconds