Lines Matching refs:ZEND_COLD
266 static ZEND_COLD zend_never_inline void zend_bad_property_access(zend_property_info *property_info,… in zend_bad_property_access()
272 static ZEND_COLD zend_never_inline void zend_bad_property_name(void) /* {{{ */ in zend_bad_property_name()
278 static ZEND_COLD zend_never_inline void zend_forbidden_dynamic_property( in zend_forbidden_dynamic_property()
284 static ZEND_COLD zend_never_inline void zend_readonly_property_modification_scope_error( in zend_readonly_property_modification_scope_error()
291 static ZEND_COLD zend_never_inline void zend_readonly_property_unset_error( in zend_readonly_property_unset_error()
394 static ZEND_COLD void zend_wrong_offset(zend_class_entry *ce, zend_string *member) /* {{{ */ in zend_wrong_offset()
905 static ZEND_COLD zend_never_inline void zend_bad_array_access(zend_class_entry *ce) /* {{{ */ in zend_bad_array_access()
1292 static ZEND_COLD zend_never_inline void zend_bad_method_call(zend_function *fbc, zend_string *metho… in zend_bad_method_call()
1302 static ZEND_COLD zend_never_inline void zend_abstract_method_call(zend_function *fbc) /* {{{ */ in zend_abstract_method_call()
1556 ZEND_API ZEND_COLD bool zend_std_unset_static_property(zend_class_entry *ce, zend_string *property_… in zend_std_unset_static_property()
1563 static ZEND_COLD zend_never_inline void zend_bad_constructor_call(zend_function *constructor, zend_… in zend_bad_constructor_call()