Home
last modified time | relevance | path

Searched refs:ZEND_COLD (Results 1 – 25 of 42) sorted by relevance

12

/PHP-8.4/Zend/
H A Dzend_exceptions.h47 ZEND_API ZEND_COLD void zend_throw_exception_internal(zend_object *exception);
63 ZEND_API ZEND_COLD zend_object *zend_throw_exception(zend_class_entry *exception_ce, const char *me…
64 ZEND_API ZEND_COLD zend_object *zend_throw_exception_ex(zend_class_entry *exception_ce, zend_long c…
65 ZEND_API ZEND_COLD void zend_throw_exception_object(zval *exception);
73 ZEND_API ZEND_COLD zend_result zend_exception_error(zend_object *exception, int severity);
77 ZEND_API ZEND_COLD zend_object *zend_create_unwind_exit(void);
78 ZEND_API ZEND_COLD zend_object *zend_create_graceful_exit(void);
79 ZEND_API ZEND_COLD void zend_throw_unwind_exit(void);
80 ZEND_API ZEND_COLD void zend_throw_graceful_exit(void);
H A Dzend_execute.h64 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_deprecated_function(const zend_function *fbc);
66 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_false_to_array_deprecated(void);
68 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_use_resource_as_offset(const zval *dim);
84 ZEND_API ZEND_COLD void zend_wrong_string_offset_error(void);
94 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_cannot_add_element(void);
100 ZEND_API ZEND_COLD void zend_verify_arg_error(
102 ZEND_API ZEND_COLD void zend_verify_return_error(
104 ZEND_API ZEND_COLD void zend_verify_never_error(
112 ZEND_API ZEND_COLD void zend_internal_call_arginfo_violation(zend_function *fbc);
544 ZEND_COLD void zend_match_unhandled_error(const zval *value);
[all …]
H A Dzend.h294 ZEND_API ZEND_COLD ZEND_NORETURN void _zend_bailout(const char *filename, uint32_t lineno);
382 ZEND_API ZEND_COLD void zend_error(int type, const char *format, ...) ZEND_ATTRIBUTE_FORMAT(printf,…
384 ZEND_API ZEND_COLD ZEND_NORETURN void zend_error_noreturn_unchecked(int type, const char *format, .…
386 ZEND_API ZEND_COLD void zend_error_unchecked(int type, const char *format, ...);
390 ZEND_API ZEND_COLD void zend_error_zstr(int type, zend_string *message);
394 ZEND_API ZEND_COLD void zend_type_error(const char *format, ...) ZEND_ATTRIBUTE_FORMAT(printf, 1, 2…
395 ZEND_API ZEND_COLD void zend_argument_count_error(const char *format, ...) ZEND_ATTRIBUTE_FORMAT(pr…
396 ZEND_API ZEND_COLD void zend_value_error(const char *format, ...) ZEND_ATTRIBUTE_FORMAT(printf, 1, …
398 ZEND_API ZEND_COLD void zend_illegal_container_offset(const zend_string *container, const zval *off…
400 ZEND_COLD void zenderror(const char *error);
[all …]
H A Dzend_ini_scanner.h33 ZEND_COLD int zend_ini_scanner_get_lineno(void);
34 ZEND_COLD const char *zend_ini_scanner_get_filename(void);
H A Dzend_inheritance.h54 ZEND_API ZEND_COLD ZEND_NORETURN void zend_hooked_property_variance_error(const zend_property_info …
55 ZEND_API ZEND_COLD ZEND_NORETURN void zend_hooked_property_variance_error_ex(zend_string *value_par…
H A Dzend.c1233 ZEND_COLD void zenderror(const char *error) /* {{{ */ in zenderror()
1422 ZEND_API ZEND_COLD void zend_error_zstr_at( in zend_error_zstr_at()
1586 static ZEND_COLD void zend_error_va_list( in zend_error_va_list()
1636 ZEND_API ZEND_COLD void zend_error_at( in zend_error_at()
1660 ZEND_API ZEND_COLD void zend_error(int type, const char *format, ...) { in zend_error()
1664 ZEND_API ZEND_COLD void zend_error_unchecked(int type, const char *format, ...) { in zend_error_unchecked()
1668 ZEND_API ZEND_COLD ZEND_NORETURN void zend_error_at_noreturn( in zend_error_at_noreturn()
1725 ZEND_API ZEND_COLD void zend_error_zstr(int type, zend_string *message) { in zend_error_zstr()
1818 ZEND_API ZEND_COLD void zend_type_error(const char *format, ...) /* {{{ */ in zend_type_error()
1843 ZEND_API ZEND_COLD void zend_value_error(const char *format, ...) /* {{{ */ in zend_value_error()
[all …]
H A Dzend_execute.c675 static ZEND_COLD void zend_verify_type_error_common( in zend_verify_type_error_common()
698 ZEND_API ZEND_COLD void zend_verify_arg_error( in zend_verify_arg_error()
875 ZEND_COLD void zend_match_unhandled_error(const zval *value) in zend_match_unhandled_error()
890 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_readonly_property_modification_error( in zend_readonly_property_modification_error()
1339 ZEND_API ZEND_COLD void zend_internal_call_arginfo_violation(zend_function *fbc) in zend_internal_call_arginfo_violation()
1451 ZEND_API ZEND_COLD void zend_verify_never_error(const zend_function *zf) in zend_verify_never_error()
1515 static ZEND_COLD void zend_verify_missing_return_type(const zend_function *zf) in zend_verify_missing_return_type()
1769 ZEND_API ZEND_COLD void zend_wrong_string_offset_error(void) in zend_wrong_string_offset_error()
1926 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_false_to_array_deprecated(void) in zend_false_to_array_deprecated()
2081 static ZEND_COLD zend_long zend_throw_incdec_ref_error( in zend_throw_incdec_ref_error()
[all …]
H A Dzend_exceptions.c174 ZEND_API ZEND_COLD void zend_throw_exception_internal(zend_object *exception) /* {{{ */ in zend_throw_exception_internal()
299 ZEND_COLD ZEND_METHOD(Exception, __clone) in ZEND_METHOD()
848 ZEND_API ZEND_COLD zend_object *zend_throw_exception(zend_class_entry *exception_ce, const char *me… in zend_throw_exception()
859 ZEND_API ZEND_COLD zend_object *zend_throw_exception_ex(zend_class_entry *exception_ce, zend_long c… in zend_throw_exception_ex()
874 ZEND_API ZEND_COLD zend_object *zend_throw_error_exception(zend_class_entry *exception_ce, zend_str… in zend_throw_error_exception()
899 ZEND_API ZEND_COLD zend_result zend_exception_error(zend_object *ex, int severity) /* {{{ */ in zend_exception_error()
991 ZEND_API ZEND_COLD void zend_throw_exception_object(zval *exception) /* {{{ */ in zend_throw_exception_object()
1009 ZEND_API ZEND_COLD zend_object *zend_create_unwind_exit(void) in zend_create_unwind_exit()
1014 ZEND_API ZEND_COLD zend_object *zend_create_graceful_exit(void) in zend_create_graceful_exit()
1019 ZEND_API ZEND_COLD void zend_throw_unwind_exit(void) in zend_throw_unwind_exit()
[all …]
H A Dzend_ast.c1269 static ZEND_COLD void zend_ast_export_str(smart_str *str, zend_string *s) in zend_ast_export_str()
1284 static ZEND_COLD void zend_ast_export_qstr(smart_str *str, char quote, zend_string *s) in zend_ast_export_qstr()
1329 static ZEND_COLD void zend_ast_export_indent(smart_str *str, int indent) in zend_ast_export_indent()
1368 static ZEND_COLD bool zend_ast_valid_var_char(char ch) in zend_ast_valid_var_char()
1381 static ZEND_COLD bool zend_ast_valid_var_name(const char *s, size_t len) in zend_ast_valid_var_name()
1407 static ZEND_COLD bool zend_ast_var_needs_braces(char ch) in zend_ast_var_needs_braces()
1488 static ZEND_COLD void zend_ast_export_var_list(smart_str *str, zend_ast_list *list, int indent) in zend_ast_export_var_list()
1505 static ZEND_COLD void zend_ast_export_stmt(smart_str *str, zend_ast *ast, int indent) in zend_ast_export_stmt()
1555 static ZEND_COLD void zend_ast_export_if_stmt(smart_str *str, zend_ast_list *list, int indent) in zend_ast_export_if_stmt()
1592 static ZEND_COLD void zend_ast_export_zval(smart_str *str, zval *zv, int priority, int indent) in zend_ast_export_zval()
[all …]
H A Dzend_API.h408 ZEND_API ZEND_COLD void zend_wrong_param_count(void);
409 ZEND_API ZEND_COLD void zend_wrong_property_read(zval *object, zval *property);
911 ZEND_API ZEND_COLD const char *zend_get_object_type_case(const zend_class_entry *ce, bool upper_cas…
1551 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_wrong_parameters_none_error(void);
1561 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_wrong_callback_error(uint32_t num, char *error);
1562 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_wrong_callback_or_null_error(uint32_t num, char *error);
1563 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_unexpected_extra_named_error(void);
1566 ZEND_API ZEND_COLD void zend_argument_type_error(uint32_t arg_num, const char *format, ...);
1567 ZEND_API ZEND_COLD void zend_argument_value_error(uint32_t arg_num, const char *format, ...);
1568 ZEND_API ZEND_COLD void zend_argument_must_not_be_empty_error(uint32_t arg_num);
[all …]
H A Dzend_object_handlers.c305 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()
1752 static ZEND_COLD zend_never_inline void zend_abstract_method_call(zend_function *fbc) /* {{{ */ in zend_abstract_method_call()
2001 ZEND_API ZEND_COLD bool zend_std_unset_static_property(zend_class_entry *ce, zend_string *property_… in zend_std_unset_static_property()
[all …]
H A Dzend_API.c93 ZEND_API ZEND_COLD void zend_wrong_param_count(void) /* {{{ */ in zend_wrong_param_count()
102 ZEND_API ZEND_COLD void zend_wrong_property_read(zval *object, zval *property) in zend_wrong_property_read()
213 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_wrong_parameters_none_error(void) /* {{{ */ in zend_wrong_parameters_none_error()
364 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_wrong_callback_error(uint32_t num, char *error) /* {{{ */ in zend_wrong_callback_error()
382 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_unexpected_extra_named_error(void) in zend_unexpected_extra_named_error()
422 ZEND_API ZEND_COLD void zend_argument_type_error(uint32_t arg_num, const char *format, ...) /* {{{ … in zend_argument_type_error()
442 ZEND_API ZEND_COLD void zend_argument_must_not_be_empty_error(uint32_t arg_num) in zend_argument_must_not_be_empty_error()
462 ZEND_API ZEND_COLD void zend_class_redeclaration_error(int type, zend_class_entry *old_ce) in zend_class_redeclaration_error()
496 static ZEND_COLD bool zend_null_arg_deprecated(const char *fallback_type, uint32_t arg_num) { in zend_null_arg_deprecated()
1134 static ZEND_COLD void zend_parse_parameters_debug_error(const char *msg) { in zend_parse_parameters_debug_error()
[all …]
H A Dzend_ini_scanner.l233 ZEND_COLD int zend_ini_scanner_get_lineno(void) in zend_ini_scanner_get_lineno()
240 ZEND_COLD const char *zend_ini_scanner_get_filename(void) in zend_ini_scanner_get_filename()
H A Dzend_objects_API.c127 static ZEND_COLD zend_never_inline void ZEND_FASTCALL zend_objects_store_put_cold(zend_object *obje… in zend_objects_store_put_cold()
H A Dzend_portability.h283 # define ZEND_COLD __attribute__((cold)) macro
292 # define ZEND_COLD macro
H A Dzend_ini.h31 #define ZEND_INI_DISP(name) ZEND_COLD void name(zend_ini_entry *ini_entry, int type)
H A Dzend_ini_parser.y198 static ZEND_COLD void ini_error(const char *msg) in ini_error()
/PHP-8.4/main/
H A Dphp.h305 PHPAPI ZEND_COLD void php_log_err_with_severity(const char *log_message, int syslog_type_int);
320 PHPAPI ZEND_COLD void php_verror(const char *docref, const char *params, int type, const char *form…
323 PHPAPI ZEND_COLD void php_error_docref(const char *docref, int type, const char *format, ...)
325 PHPAPI ZEND_COLD void php_error_docref_unchecked(const char *docref, int type, const char *format, …
326 PHPAPI ZEND_COLD void php_error_docref1(const char *docref, const char *param1, int type, const cha…
328 PHPAPI ZEND_COLD void php_error_docref2(const char *docref, const char *param1, const char *param2,…
331 PHPAPI ZEND_COLD void php_win32_docref1_from_error(DWORD error, const char *param1);
332 PHPAPI ZEND_COLD void php_win32_docref2_from_error(DWORD error, const char *param1, const char *par…
H A Dmain.c858 PHPAPI ZEND_COLD void php_log_err_with_severity(const char *log_message, int syslog_type_int) in php_log_err_with_severity()
992 PHPAPI ZEND_COLD void php_verror(const char *docref, const char *params, int type, const char *form… in php_verror()
1173 PHPAPI ZEND_COLD void php_error_docref(const char *docref, int type, const char *format, ...) in php_error_docref()
1178 PHPAPI ZEND_COLD void php_error_docref_unchecked(const char *docref, int type, const char *format, … in php_error_docref_unchecked()
1186 PHPAPI ZEND_COLD void php_error_docref1(const char *docref, const char *param1, int type, const cha… in php_error_docref1()
1198 PHPAPI ZEND_COLD void php_error_docref2(const char *docref, const char *param1, const char *param2,… in php_error_docref2()
1214 PHPAPI ZEND_COLD void php_win32_docref1_from_error(DWORD error, const char *param1) { in php_win32_docref1_from_error()
1227 PHPAPI ZEND_COLD void php_win32_docref2_from_error(DWORD error, const char *param1, const char *par… in php_win32_docref2_from_error()
1279 static ZEND_COLD void php_error_cb(int orig_type, zend_string *error_filename, const uint32_t error… in php_error_cb()
1678 static ZEND_COLD void php_message_handler_for_zend(zend_long message, const void *data) in php_message_handler_for_zend()
H A Dphp_ini.c69 static ZEND_COLD void php_ini_displayer_cb(zend_ini_entry *ini_entry, int type) in php_ini_displayer_cb()
116 PHPAPI ZEND_COLD void display_ini_entries(zend_module_entry *module) in display_ini_entries()
/PHP-8.4/ext/standard/
H A Dinfo.c66 static ZEND_COLD size_t php_info_printf(const char *fmt, ...) /* {{{ */ in php_info_printf()
242 PHPAPI ZEND_COLD void ZEND_COLD php_info_print_style(void) in php_info_print_style()
738 PHPAPI ZEND_COLD void php_print_info_htmlhead(void) in php_print_info_htmlhead()
760 PHPAPI ZEND_COLD void php_print_info(int flag) in php_print_info()
1062 PHPAPI ZEND_COLD void php_info_print_table_start(void) /* {{{ */ in php_info_print_table_start()
1072 PHPAPI ZEND_COLD void php_info_print_table_end(void) /* {{{ */ in php_info_print_table_end()
1081 PHPAPI ZEND_COLD void php_info_print_box_start(int flag) /* {{{ */ in php_info_print_box_start()
1098 PHPAPI ZEND_COLD void php_info_print_box_end(void) /* {{{ */ in php_info_print_box_end()
1107 PHPAPI ZEND_COLD void php_info_print_hr(void) /* {{{ */ in php_info_print_hr()
1131 PHPAPI ZEND_COLD void php_info_print_table_header(int num_cols, ...) in php_info_print_table_header()
[all …]
H A Dcss.c20 PHPAPI ZEND_COLD void php_info_print_css(void) /* {{{ */ in php_info_print_css()
H A Dcredits.c24 PHPAPI ZEND_COLD void php_print_credits(int flag) /* {{{ */ in php_print_credits()
/PHP-8.4/ext/ffi/
H A Dffi.c227 static ZEND_COLD void zend_ffi_return_unsupported(zend_ffi_type *type);
228 static ZEND_COLD void zend_ffi_pass_unsupported(zend_ffi_type *type);
229 static ZEND_COLD void zend_ffi_assign_incompatible(zval *arg, zend_ffi_type *type);
1652 static ZEND_COLD void zend_ffi_return_unsupported(zend_ffi_type *type) /* {{{ */ in zend_ffi_return_unsupported()
1665 static ZEND_COLD void zend_ffi_pass_unsupported(zend_ffi_type *type) /* {{{ */ in zend_ffi_pass_unsupported()
1705 static ZEND_COLD void zend_ffi_assign_incompatible(zval *arg, zend_ffi_type *type) /* {{{ */ in zend_ffi_assign_incompatible()
5072 static ZEND_COLD zend_function *zend_fake_get_constructor(zend_object *object) /* {{{ */ in zend_fake_get_constructor()
5079 static ZEND_COLD zend_never_inline void zend_bad_array_access(zend_class_entry *ce) /* {{{ */ in zend_bad_array_access()
5105 static ZEND_COLD void zend_fake_unset_dimension(zend_object *obj, zval *offset) /* {{{ */ in zend_fake_unset_dimension()
5183 static ZEND_COLD zend_never_inline void zend_ffi_use_after_free(void) /* {{{ */ in zend_ffi_use_after_free()
[all …]
/PHP-8.4/ext/opcache/jit/
H A Dzend_jit_helpers.c21 static ZEND_COLD void undef_result_after_exception(void) { in undef_result_after_exception()
97 static ZEND_COLD void ZEND_FASTCALL zend_jit_invalid_method_call(zval *object) in zend_jit_invalid_method_call()
116 static ZEND_COLD void ZEND_FASTCALL zend_jit_invalid_method_call_tmp(zval *object) in zend_jit_invalid_method_call_tmp()
125 static zend_never_inline ZEND_COLD void ZEND_FASTCALL zend_undefined_method(const zend_class_entry … in zend_undefined_method()
2068 static zend_never_inline ZEND_COLD void zend_throw_auto_init_in_prop_error(zend_property_info *prop… in zend_throw_auto_init_in_prop_error()
2079 static zend_never_inline ZEND_COLD void zend_throw_access_uninit_prop_by_ref_error( in zend_throw_access_uninit_prop_by_ref_error()
2324 static ZEND_COLD void zend_jit_throw_inc_ref_error(zend_reference *ref, zend_property_info *error_p… in zend_jit_throw_inc_ref_error()
2336 static ZEND_COLD void zend_jit_throw_dec_ref_error(zend_reference *ref, zend_property_info *error_p… in zend_jit_throw_dec_ref_error()
2785 static ZEND_COLD zend_long _zend_jit_throw_inc_prop_error(zend_property_info *prop) in _zend_jit_throw_inc_prop_error()
2796 static ZEND_COLD zend_long _zend_jit_throw_dec_prop_error(zend_property_info *prop) in _zend_jit_throw_dec_prop_error()

Completed in 241 milliseconds

12