Lines Matching refs:ZEND_COLD

299 static ZEND_COLD zend_never_inline void zend_bad_property_access(const zend_property_info *property…  in zend_bad_property_access()
305 static ZEND_COLD zend_never_inline void zend_bad_property_name(void) /* {{{ */ in zend_bad_property_name()
311 static ZEND_COLD zend_never_inline void zend_forbidden_dynamic_property( in zend_forbidden_dynamic_property()
317 static ZEND_COLD zend_never_inline bool zend_deprecated_dynamic_property( in zend_deprecated_dynamic_property()
335 static ZEND_COLD zend_never_inline void zend_readonly_property_unset_error( in zend_readonly_property_unset_error()
451 static ZEND_COLD void zend_wrong_offset(zend_class_entry *ce, zend_string *member) /* {{{ */ in zend_wrong_offset()
652 ZEND_COLD static void zend_typed_property_uninitialized_access(const zend_property_info *prop_info,… in zend_typed_property_uninitialized_access()
681 static ZEND_COLD void zend_throw_no_prop_backing_value_access(zend_string *class_name, zend_string … in zend_throw_no_prop_backing_value_access()
1205 static ZEND_COLD zend_never_inline void zend_bad_array_access(zend_class_entry *ce) /* {{{ */ in zend_bad_array_access()
1745 static ZEND_COLD zend_never_inline void zend_bad_method_call(zend_function *fbc, zend_string *metho… in zend_bad_method_call()
1755 static ZEND_COLD zend_never_inline void zend_abstract_method_call(zend_function *fbc) /* {{{ */ in zend_abstract_method_call()
2004 ZEND_API ZEND_COLD bool zend_std_unset_static_property(zend_class_entry *ce, zend_string *property_… in zend_std_unset_static_property()
2011 static ZEND_COLD zend_never_inline void zend_bad_constructor_call(zend_function *constructor, zend_… in zend_bad_constructor_call()