Lines Matching refs:ZEND_COLD

61 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_missing_arg_error(zend_execute_data *execute_data);
62 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_deprecated_function(const zend_function *fbc);
63 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_false_to_array_deprecated(void);
64 ZEND_COLD void ZEND_FASTCALL zend_param_must_be_ref(const zend_function *func, uint32_t arg_num);
65 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_use_resource_as_offset(const zval *dim);
70 ZEND_API ZEND_COLD void zend_throw_ref_type_error_zval(zend_property_info *prop, zval *zv);
71 ZEND_API ZEND_COLD void zend_throw_ref_type_error_type(zend_property_info *prop1, zend_property_inf…
72 ZEND_API ZEND_COLD zval* ZEND_FASTCALL zend_undefined_offset_write(HashTable *ht, zend_long lval);
73 ZEND_API ZEND_COLD zval* ZEND_FASTCALL zend_undefined_index_write(HashTable *ht, zend_string *offse…
74 ZEND_API ZEND_COLD void zend_wrong_string_offset_error(void);
76 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_readonly_property_modification_error(zend_property_info …
77 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_readonly_property_indirect_modification_error(zend_prope…
79 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_cannot_add_element(void);
82 ZEND_API ZEND_COLD void zend_verify_arg_error(
84 ZEND_API ZEND_COLD void zend_verify_return_error(
86 ZEND_API ZEND_COLD void zend_verify_never_error(
94 ZEND_API ZEND_COLD void zend_internal_call_arginfo_violation(zend_function *fbc);
349 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_cannot_pass_by_reference(uint32_t arg_num);
454 ZEND_COLD void zend_verify_property_type_error(zend_property_info *info, zval *property);
483 ZEND_COLD void zend_match_unhandled_error(zval *value);