Lines Matching refs:ce

121 …ZEND_COLD void ZEND_FASTCALL zend_undefined_method(const zend_class_entry *ce, const zend_string *…  in zend_undefined_method()  argument
123 zend_throw_error(NULL, "Call to undefined method %s::%s()", ZSTR_VAL(ce->name), ZSTR_VAL(method)); in zend_undefined_method()
144 zend_class_entry *called_scope = obj->ce; in zend_jit_find_method_helper()
190 zend_class_entry *scope = obj->ce; in zend_jit_push_static_metod_call_frame()
197 zend_class_entry *scope = obj->ce; in zend_jit_push_static_metod_call_frame_tmp()
1382 zend_class_entry *ce = obj->ce; in zend_jit_fetch_dim_obj_helper() local
1385 …r(E_NOTICE, "Indirect modification of overloaded element of %s has no effect", ZSTR_VAL(ce->name)); in zend_jit_fetch_dim_obj_helper()
1393 zend_class_entry *ce = obj->ce; in zend_jit_fetch_dim_obj_helper() local
1394 …r(E_NOTICE, "Indirect modification of overloaded element of %s has no effect", ZSTR_VAL(ce->name)); in zend_jit_fetch_dim_obj_helper()
1723 zend_class_entry *ce; in zend_jit_verify_type_common() local
1728 ce = *cache_slot; in zend_jit_verify_type_common()
1730 ce = zend_fetch_class(ZEND_TYPE_NAME(*list_type), in zend_jit_verify_type_common()
1732 if (!ce) { in zend_jit_verify_type_common()
1736 *cache_slot = ce; in zend_jit_verify_type_common()
1738 if (instanceof_function(Z_OBJCE_P(arg), ce)) { in zend_jit_verify_type_common()
1745 ce = (zend_class_entry *) *cache_slot; in zend_jit_verify_type_common()
1747ce = zend_fetch_class(ZEND_TYPE_NAME(arg_info->type), (ZEND_FETCH_CLASS_AUTO | ZEND_FETCH_CLASS_NO… in zend_jit_verify_type_common()
1748 if (UNEXPECTED(!ce)) { in zend_jit_verify_type_common()
1751 *cache_slot = (void *) ce; in zend_jit_verify_type_common()
1753 if (instanceof_function(Z_OBJCE_P(arg), ce)) { in zend_jit_verify_type_common()
1929 if (EXPECTED(!ZEND_CLASS_HAS_TYPE_HINTS(obj->ce))) { in zend_object_fetch_property_type_info()
1935 slot >= obj->properties_table + obj->ce->default_properties_count)) { in zend_object_fetch_property_type_info()
1947 ZSTR_VAL(prop->ce->name), zend_get_unmangled_property_name(prop->name), in zend_throw_auto_init_in_prop_error()
1957 ZSTR_VAL(prop->ce->name), in zend_throw_access_uninit_prop_by_ref_error()
2072 ZSTR_VAL(prop->ce->name), zend_get_unmangled_property_name(prop->name), in zend_jit_check_array_promotion()
2169 ZSTR_VAL(error_prop->ce->name), in zend_jit_throw_incdec_ref_error()
2546 ZSTR_VAL(prop->ce->name), in _zend_jit_throw_inc_prop_error()
2557 ZSTR_VAL(prop->ce->name), in _zend_jit_throw_dec_prop_error()