accel_xlat_get 35 ext/opcache/zend_accelerator_util_funcs.c # define accel_xlat_get(old, new) zend_hash_index_find(&ZCG(bind_hash), (ulong)(zend_uintptr_t)(old), (void**)&(new)) accel_xlat_get 38 ext/opcache/zend_accelerator_util_funcs.c # define accel_xlat_get(old, new) zend_hash_quick_find(&ZCG(bind_hash), (char*)&(old), sizeof(void*), (ulong)(zend_uintptr_t)(old), (void**)&(new))