accel_xlat_get     31 ext/opcache/zend_accelerator_util_funcs.c # define accel_xlat_get(old)		zend_hash_index_find_ptr(&ZCG(bind_hash), (zend_ulong)(zend_uintptr_t)(old))
accel_xlat_get     34 ext/opcache/zend_accelerator_util_funcs.c # define accel_xlat_get(old)	    zend_hash_str_find_ptr(&ZCG(bind_hash), (char*)&(old), sizeof(void*))