Lines Matching refs:ZEND_COLD

63 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_missing_arg_error(zend_execute_data *execute_data);
64 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_deprecated_function(const zend_function *fbc);
65 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_false_to_array_deprecated(void);
66 ZEND_COLD void ZEND_FASTCALL zend_param_must_be_ref(const zend_function *func, uint32_t arg_num);
67 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_use_resource_as_offset(const zval *dim);
78 ZEND_API ZEND_COLD void zend_throw_ref_type_error_zval(const zend_property_info *prop, const zval *…
79 ZEND_API ZEND_COLD void zend_throw_ref_type_error_type(const zend_property_info *prop1, const zend_…
80 ZEND_API ZEND_COLD zval* ZEND_FASTCALL zend_undefined_offset_write(HashTable *ht, zend_long lval);
81 ZEND_API ZEND_COLD zval* ZEND_FASTCALL zend_undefined_index_write(HashTable *ht, zend_string *offse…
82 ZEND_API ZEND_COLD void zend_wrong_string_offset_error(void);
84 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_readonly_property_modification_error(const zend_property…
85 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_readonly_property_indirect_modification_error(const zend…
87 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_invalid_class_constant_type_error(uint8_t type);
89 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_object_released_while_assigning_to_property_error(const …
91 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_cannot_add_element(void);
94 ZEND_API ZEND_COLD void zend_verify_arg_error(
96 ZEND_API ZEND_COLD void zend_verify_return_error(
98 ZEND_API ZEND_COLD void zend_verify_never_error(
106 ZEND_API ZEND_COLD void zend_internal_call_arginfo_violation(zend_function *fbc);
382 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_cannot_pass_by_reference(uint32_t arg_num);
491 ZEND_COLD void zend_verify_class_constant_type_error(const zend_class_constant *c, const zend_strin…
494 ZEND_COLD void zend_verify_property_type_error(const zend_property_info *info, const zval *property…
495 ZEND_COLD void zend_magic_get_property_type_inconsistency_error(const zend_property_info *info, con…
524 ZEND_COLD void zend_match_unhandled_error(const zval *value);