ARENA_REALLOC     315 ext/opcache/zend_accelerator_util_funcs.c 		ZVAL_PTR(&q->val, ARENA_REALLOC(Z_PTR(p->val)));
ARENA_REALLOC     321 ext/opcache/zend_accelerator_util_funcs.c 			new_entry->scope = ARENA_REALLOC(new_entry->scope);
ARENA_REALLOC     325 ext/opcache/zend_accelerator_util_funcs.c 				new_entry->prototype = ARENA_REALLOC(new_entry->prototype);
ARENA_REALLOC     373 ext/opcache/zend_accelerator_util_funcs.c 		prop_info = ARENA_REALLOC(Z_PTR(p->val));
ARENA_REALLOC     378 ext/opcache/zend_accelerator_util_funcs.c 			prop_info->ce = ARENA_REALLOC(prop_info->ce);
ARENA_REALLOC     386 ext/opcache/zend_accelerator_util_funcs.c 		ce->handler = ARENA_REALLOC(ce->handler); \
ARENA_REALLOC     397 ext/opcache/zend_accelerator_util_funcs.c 	*pce = ce = ARENA_REALLOC(old_ce);
ARENA_REALLOC     442 ext/opcache/zend_accelerator_util_funcs.c 		ce->parent = ARENA_REALLOC(ce->parent);
ARENA_REALLOC     583 ext/opcache/zend_accelerator_util_funcs.c 				zend_hash_update_ptr(target, p->key, ARENA_REALLOC(Z_PTR(p->val)));
ARENA_REALLOC     588 ext/opcache/zend_accelerator_util_funcs.c 			_zend_hash_append_ptr(target, p->key, ARENA_REALLOC(Z_PTR(p->val)));