Lines Matching refs:ce

616 		ZSTR_VAL(prop->ce->name), zend_get_unmangled_property_name(prop->name),  in zend_throw_auto_init_in_prop_error()
626 ZSTR_VAL(prop->ce->name), zend_get_unmangled_property_name(prop->name), in zend_throw_auto_init_in_ref_error()
636 ZSTR_VAL(prop->ce->name), in zend_throw_access_uninit_prop_by_ref_error()
835 zend_zval_type_name(constant), ZSTR_VAL(c->ce->name), ZSTR_VAL(name), ZSTR_VAL(type_str)); in zend_verify_class_constant_type_error()
852 ZSTR_VAL(info->ce->name), in zend_verify_property_type_error()
868 ZSTR_VAL(info->ce->name), in zend_magic_get_property_type_inconsistency_error()
869 ZSTR_VAL(info->ce->name), in zend_magic_get_property_type_inconsistency_error()
893 ZSTR_VAL(info->ce->name), zend_get_unmangled_property_name(info->name)); in zend_readonly_property_modification_error()
904 ZSTR_VAL(info->ce->name), zend_get_unmangled_property_name(info->name)); in zend_readonly_property_indirect_modification_error()
915 ZSTR_VAL(info->ce->name), zend_get_unmangled_property_name(info->name)); in zend_object_released_while_assigning_to_property_error()
943 ZSTR_VAL(prop_info->ce->name), in zend_asymmetric_visibility_property_modification_error()
963 zend_class_entry *ce = ZSTR_GET_CE_CACHE(name); in zend_ce_from_type() local
964 if (!ce) { in zend_ce_from_type()
965 ce = zend_lookup_class_ex(name, NULL, ZEND_FETCH_CLASS_NO_AUTOLOAD); in zend_ce_from_type()
967 return ce; in zend_ce_from_type()
979 const zend_class_entry *ce = zend_ce_from_type(scope, list_type); in zend_check_intersection_for_property_or_class_constant_class_type() local
980 if (!ce || !instanceof_function(value_ce, ce)) { in zend_check_intersection_for_property_or_class_constant_class_type()
1004 const zend_class_entry *ce = zend_ce_from_type(scope, list_type); in zend_check_and_resolve_property_or_class_constant_class_type() local
1005 if (ce && instanceof_function(value_ce, ce)) { in zend_check_and_resolve_property_or_class_constant_class_type()
1019 const zend_class_entry *ce = zend_ce_from_type(scope, &member_type); in zend_check_and_resolve_property_or_class_constant_class_type() local
1020 return ce && instanceof_function(value_ce, ce); in zend_check_and_resolve_property_or_class_constant_class_type()
1034 …&& zend_check_and_resolve_property_or_class_constant_class_type(info->ce, info->type, Z_OBJCE_P(pr… in i_zend_check_property_type()
1115 zend_class_entry *ce; in zend_fetch_ce_from_cache_slot() local
1117 ce = ZSTR_GET_CE_CACHE(name); in zend_fetch_ce_from_cache_slot()
1118 if (!ce) { in zend_fetch_ce_from_cache_slot()
1119 ce = zend_lookup_class_ex(name, NULL, ZEND_FETCH_CLASS_NO_AUTOLOAD); in zend_fetch_ce_from_cache_slot()
1120 if (UNEXPECTED(!ce)) { in zend_fetch_ce_from_cache_slot()
1126 ce = zend_fetch_class(name, in zend_fetch_ce_from_cache_slot()
1128 if (UNEXPECTED(!ce)) { in zend_fetch_ce_from_cache_slot()
1133 *cache_slot = (void *) ce; in zend_fetch_ce_from_cache_slot()
1135 return ce; in zend_fetch_ce_from_cache_slot()
1142 zend_class_entry *ce; in zend_check_intersection_type_from_cache_slot() local
1148 ce = zend_fetch_ce_from_cache_slot(cache_slot, list_type); in zend_check_intersection_type_from_cache_slot()
1151 if (!ce || !instanceof_function(arg_ce, ce)) { in zend_check_intersection_type_from_cache_slot()
1169 zend_class_entry *ce; in zend_check_type_slow() local
1183 ce = zend_fetch_ce_from_cache_slot(cache_slot, list_type); in zend_check_type_slow()
1185 if (ce && instanceof_function(Z_OBJCE_P(arg), ce)) { in zend_check_type_slow()
1193 ce = zend_fetch_ce_from_cache_slot(cache_slot, type); in zend_check_type_slow()
1196 if (ce && instanceof_function(Z_OBJCE_P(arg), ce)) { in zend_check_type_slow()
1529 …&& zend_check_and_resolve_property_or_class_constant_class_type(c->ce, c->type, Z_OBJCE_P(constant… in zend_check_class_constant_type()
1550 zend_throw_error(NULL, "Cannot use object of type %s as array", ZSTR_VAL(object->ce->name)); in zend_use_object_as_array()
1909 if (get_deprecation_suffix_from_attribute(c->attributes, c->ce, &message_suffix) == FAILURE) { in zend_deprecated_class_constant()
1913 int code = c->ce->type == ZEND_INTERNAL_CLASS ? E_DEPRECATED : E_USER_DEPRECATED; in zend_deprecated_class_constant()
1918 ZSTR_VAL(c->ce->name), in zend_deprecated_class_constant()
2088 ZSTR_VAL(error_prop->ce->name), in zend_throw_incdec_ref_error()
2096 ZSTR_VAL(error_prop->ce->name), in zend_throw_incdec_ref_error()
2108 ZSTR_VAL(prop->ce->name), in zend_throw_incdec_prop_error()
2115 ZSTR_VAL(prop->ce->name), in zend_throw_incdec_prop_error()
2446 …ZEND_COLD void ZEND_FASTCALL zend_undefined_method(const zend_class_entry *ce, const zend_string *… in zend_undefined_method() argument
2448 zend_throw_error(NULL, "Call to undefined method %s::%s()", ZSTR_VAL(ce->name), ZSTR_VAL(method)); in zend_undefined_method()
2838 zend_class_entry *ce = obj->ce; in zend_fetch_dimension_address() local
2841 …r(E_NOTICE, "Indirect modification of overloaded element of %s has no effect", ZSTR_VAL(ce->name)); in zend_fetch_dimension_address()
2849 zend_class_entry *ce = obj->ce; in zend_fetch_dimension_address() local
2850 …r(E_NOTICE, "Indirect modification of overloaded element of %s has no effect", ZSTR_VAL(ce->name)); in zend_fetch_dimension_address()
3371 EXPECTED(zobj->ce == CACHED_PTR_EX(cache_slot))) { in zend_fetch_property_address()
3538 zend_class_entry *ce; in zend_fetch_static_property_address_ex() local
3548 if (EXPECTED((ce = CACHED_PTR(cache_slot)) == NULL)) { in zend_fetch_static_property_address_ex()
3549ce = zend_fetch_class_by_name(Z_STR_P(class_name), Z_STR_P(class_name + 1), ZEND_FETCH_CLASS_DEFAU… in zend_fetch_static_property_address_ex()
3550 if (UNEXPECTED(ce == NULL)) { in zend_fetch_static_property_address_ex()
3555 CACHE_PTR(cache_slot, ce); in zend_fetch_static_property_address_ex()
3560 ce = zend_fetch_class(NULL, opline->op2.num); in zend_fetch_static_property_address_ex()
3561 if (UNEXPECTED(ce == NULL)) { in zend_fetch_static_property_address_ex()
3566 ce = Z_CE_P(EX_VAR(opline->op2.var)); in zend_fetch_static_property_address_ex()
3568 if (EXPECTED(op1_type == IS_CONST) && EXPECTED(CACHED_PTR(cache_slot) == ce)) { in zend_fetch_static_property_address_ex()
3577 result = zend_std_get_static_property_with_info(ce, name, fetch_type, &property_info); in zend_fetch_static_property_address_ex()
3590 result = zend_std_get_static_property_with_info(ce, name, fetch_type, &property_info); in zend_fetch_static_property_address_ex()
3604 && EXPECTED(!(property_info->ce->ce_flags & ZEND_ACC_TRAIT))) { in zend_fetch_static_property_address_ex()
3605 CACHE_POLYMORPHIC_PTR(cache_slot, ce, result); in zend_fetch_static_property_address_ex()
3630 ZSTR_VAL(property_info->ce->name), in zend_fetch_static_property_address()
3700 ZSTR_VAL(prop1->ce->name), in zend_throw_ref_type_error_type()
3703 ZSTR_VAL(prop2->ce->name), in zend_throw_ref_type_error_type()
3715 ZSTR_VAL(prop->ce->name), in zend_throw_ref_type_error_zval()
3727 ZSTR_VAL(prop1->ce->name), in zend_throw_conflicting_coercion_error()
3730 ZSTR_VAL(prop2->ce->name), in zend_throw_conflicting_coercion_error()
3750 …&& zend_check_and_resolve_property_or_class_constant_class_type(info->ce, info->type, Z_OBJCE_P(zv… in i_zend_verify_type_assignable_zval()
5009 zend_throw_error(NULL, "Object of type %s is not callable", ZSTR_VAL(function->ce->name)); in zend_init_dynamic_call_object()
5084 zend_undefined_method(object->ce, Z_STR_P(method)); in zend_init_dynamic_call_array()
5090 object_or_called_scope = object->ce; in zend_init_dynamic_call_array()
5196 zend_class_entry *ce = Z_OBJCE_P(array_ptr); in zend_fe_reset_iterator() local
5197 zend_object_iterator *iter = ce->get_iterator(ce, array_ptr, by_ref); in zend_fe_reset_iterator()
5205 …zend_throw_exception_ex(NULL, 0, "Object of type %s did not create an Iterator", ZSTR_VAL(ce->name… in zend_fe_reset_iterator()