Lines Matching refs:ce

602 		ZSTR_VAL(prop->ce->name), zend_get_unmangled_property_name(prop->name),  in zend_throw_auto_init_in_prop_error()
613 ZSTR_VAL(prop->ce->name), zend_get_unmangled_property_name(prop->name), in zend_throw_auto_init_in_ref_error()
623 ZSTR_VAL(prop->ce->name), in zend_throw_access_uninit_prop_by_ref_error()
831 ZSTR_VAL(info->ce->name), in zend_verify_property_type_error()
854 zend_class_entry *ce; in zend_check_and_resolve_property_class_type() local
860 ce = resolve_single_class_type(name, info->ce); in zend_check_and_resolve_property_class_type()
861 if (!ce) { in zend_check_and_resolve_property_class_type()
865 ZEND_TYPE_SET_CE(*list_type, ce); in zend_check_and_resolve_property_class_type()
867 ce = ZEND_TYPE_CE(*list_type); in zend_check_and_resolve_property_class_type()
869 if (instanceof_function(object_ce, ce)) { in zend_check_and_resolve_property_class_type()
877 ce = resolve_single_class_type(name, info->ce); in zend_check_and_resolve_property_class_type()
878 if (UNEXPECTED(!ce)) { in zend_check_and_resolve_property_class_type()
883 ZEND_TYPE_SET_CE(info->type, ce); in zend_check_and_resolve_property_class_type()
885 ce = ZEND_TYPE_CE(info->type); in zend_check_and_resolve_property_class_type()
887 return instanceof_function(object_ce, ce); in zend_check_and_resolve_property_class_type()
966 zend_class_entry *ce; in zend_check_type_slow() local
971 ce = *cache_slot; in zend_check_type_slow()
973 ce = zend_fetch_class(ZEND_TYPE_NAME(*list_type), in zend_check_type_slow()
975 if (!ce) { in zend_check_type_slow()
982 *cache_slot = ce; in zend_check_type_slow()
985 if (instanceof_function(Z_OBJCE_P(arg), ce)) { in zend_check_type_slow()
994 ce = (zend_class_entry *) *cache_slot; in zend_check_type_slow()
996ce = zend_fetch_class(ZEND_TYPE_NAME(type), (ZEND_FETCH_CLASS_AUTO | ZEND_FETCH_CLASS_NO_AUTOLOAD)… in zend_check_type_slow()
997 if (UNEXPECTED(!ce)) { in zend_check_type_slow()
1001 *cache_slot = (void *) ce; in zend_check_type_slow()
1004 if (instanceof_function(Z_OBJCE_P(arg), ce)) { in zend_check_type_slow()
1686 ZSTR_VAL(error_prop->ce->name), in zend_throw_incdec_ref_error()
1694 ZSTR_VAL(error_prop->ce->name), in zend_throw_incdec_ref_error()
1706 ZSTR_VAL(prop->ce->name), in zend_throw_incdec_prop_error()
1713 ZSTR_VAL(prop->ce->name), in zend_throw_incdec_prop_error()
2028 …ZEND_COLD void ZEND_FASTCALL zend_undefined_method(const zend_class_entry *ce, const zend_string *… in zend_undefined_method() argument
2030 zend_throw_error(NULL, "Call to undefined method %s::%s()", ZSTR_VAL(ce->name), ZSTR_VAL(method)); in zend_undefined_method()
2330 zend_class_entry *ce = obj->ce; in zend_fetch_dimension_address() local
2333 …r(E_NOTICE, "Indirect modification of overloaded element of %s has no effect", ZSTR_VAL(ce->name)); in zend_fetch_dimension_address()
2341 zend_class_entry *ce = obj->ce; in zend_fetch_dimension_address() local
2342 …r(E_NOTICE, "Indirect modification of overloaded element of %s has no effect", ZSTR_VAL(ce->name)); in zend_fetch_dimension_address()
2773 if (EXPECTED(!ZEND_CLASS_HAS_TYPE_HINTS(obj->ce))) { in zend_object_fetch_property_type_info()
2779 slot >= obj->properties_table + obj->ce->default_properties_count)) { in zend_object_fetch_property_type_info()
2864 EXPECTED(zobj->ce == CACHED_PTR_EX(cache_slot))) { in zend_fetch_property_address()
3015 zend_class_entry *ce; in zend_fetch_static_property_address_ex() local
3025 if (EXPECTED((ce = CACHED_PTR(cache_slot)) == NULL)) { in zend_fetch_static_property_address_ex()
3026ce = 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()
3027 if (UNEXPECTED(ce == NULL)) { in zend_fetch_static_property_address_ex()
3032 CACHE_PTR(cache_slot, ce); in zend_fetch_static_property_address_ex()
3037 ce = zend_fetch_class(NULL, opline->op2.num); in zend_fetch_static_property_address_ex()
3038 if (UNEXPECTED(ce == NULL)) { in zend_fetch_static_property_address_ex()
3043 ce = Z_CE_P(EX_VAR(opline->op2.var)); in zend_fetch_static_property_address_ex()
3045 if (EXPECTED(op1_type == IS_CONST) && EXPECTED(CACHED_PTR(cache_slot) == ce)) { in zend_fetch_static_property_address_ex()
3054 *retval = zend_std_get_static_property_with_info(ce, name, fetch_type, &property_info); in zend_fetch_static_property_address_ex()
3067 *retval = zend_std_get_static_property_with_info(ce, name, fetch_type, &property_info); in zend_fetch_static_property_address_ex()
3083 CACHE_POLYMORPHIC_PTR(cache_slot, ce, *retval); in zend_fetch_static_property_address_ex()
3102 ZSTR_VAL(property_info->ce->name), in zend_fetch_static_property_address()
3130 ZSTR_VAL(prop1->ce->name), in zend_throw_ref_type_error_type()
3133 ZSTR_VAL(prop2->ce->name), in zend_throw_ref_type_error_type()
3145 ZSTR_VAL(prop->ce->name), in zend_throw_ref_type_error_zval()
3157 ZSTR_VAL(prop1->ce->name), in zend_throw_conflicting_coercion_error()
3160 ZSTR_VAL(prop2->ce->name), in zend_throw_conflicting_coercion_error()
4308 zend_throw_error(NULL, "Object of type %s is not callable", ZSTR_VAL(function->ce->name)); in zend_init_dynamic_call_object()
4383 zend_undefined_method(object->ce, Z_STR_P(method)); in zend_init_dynamic_call_array()
4389 object_or_called_scope = object->ce; in zend_init_dynamic_call_array()
4510 zend_class_entry *ce = Z_OBJCE_P(array_ptr); in zend_fe_reset_iterator() local
4511 zend_object_iterator *iter = ce->get_iterator(ce, array_ptr, by_ref); in zend_fe_reset_iterator()
4519 …zend_throw_exception_ex(NULL, 0, "Object of type %s did not create an Iterator", ZSTR_VAL(ce->name… in zend_fe_reset_iterator()