zend_hash_update_current_key 575 Zend/zend_execute_API.c zend_hash_update_current_key(Z_ARRVAL_P(p), HASH_KEY_IS_LONG, NULL, 0, Z_LVAL(const_value)); zend_hash_update_current_key 578 Zend/zend_execute_API.c zend_hash_update_current_key(Z_ARRVAL_P(p), HASH_KEY_IS_LONG, NULL, 0, (long)Z_DVAL(const_value)); zend_hash_update_current_key 581 Zend/zend_execute_API.c zend_hash_update_current_key(Z_ARRVAL_P(p), HASH_KEY_IS_STRING, "", 1, 0); zend_hash_update_current_key 366 Zend/zend_hash.h HANDLE_NUMERIC(arKey, nKeyLength, zend_hash_update_current_key(ht, HASH_KEY_IS_LONG, NULL, 0, idx)); zend_hash_update_current_key 367 Zend/zend_hash.h return zend_hash_update_current_key(ht, HASH_KEY_IS_STRING, arKey, nKeyLength, 0);