new_ce            453 ext/opcache/zend_accelerator_util_funcs.c 	zend_class_entry **new_ce;
new_ce            540 ext/opcache/zend_accelerator_util_funcs.c 			if (accel_xlat_get(new_entry->scope, new_ce) == SUCCESS) {
new_ce            541 ext/opcache/zend_accelerator_util_funcs.c 				new_entry->scope = *new_ce;
new_ce            565 ext/opcache/zend_accelerator_util_funcs.c 	zend_class_entry **new_ce;
new_ce            651 ext/opcache/zend_accelerator_util_funcs.c 		} else if (accel_xlat_get(prop_info->ce, new_ce) == SUCCESS) {
new_ce            652 ext/opcache/zend_accelerator_util_funcs.c 			prop_info->ce = *new_ce;
new_ce            696 ext/opcache/zend_accelerator_util_funcs.c 	zend_class_entry **new_ce;
new_ce            772 ext/opcache/zend_accelerator_util_funcs.c 		if (accel_xlat_get(ce->parent, new_ce) == SUCCESS) {
new_ce            773 ext/opcache/zend_accelerator_util_funcs.c 			ce->parent = *new_ce;