/PHP-8.3/Zend/ |
H A D | zend_exceptions.h | 44 ZEND_API ZEND_COLD void zend_throw_exception_internal(zend_object *exception); 60 ZEND_API ZEND_COLD zend_object *zend_throw_exception(zend_class_entry *exception_ce, const char *me… 61 ZEND_API ZEND_COLD zend_object *zend_throw_exception_ex(zend_class_entry *exception_ce, zend_long c… 62 ZEND_API ZEND_COLD void zend_throw_exception_object(zval *exception); 70 ZEND_API ZEND_COLD zend_result zend_exception_error(zend_object *exception, int severity); 74 ZEND_API ZEND_COLD zend_object *zend_create_unwind_exit(void); 75 ZEND_API ZEND_COLD zend_object *zend_create_graceful_exit(void); 76 ZEND_API ZEND_COLD void zend_throw_unwind_exit(void); 77 ZEND_API ZEND_COLD void zend_throw_graceful_exit(void);
|
H A D | zend.h | 284 ZEND_API ZEND_COLD ZEND_NORETURN void _zend_bailout(const char *filename, uint32_t lineno); 347 ZEND_API ZEND_COLD void zend_error(int type, const char *format, ...) ZEND_ATTRIBUTE_FORMAT(printf,… 350 ZEND_API ZEND_COLD void zend_error_unchecked(int type, const char *format, ...); 354 ZEND_API ZEND_COLD void zend_error_zstr(int type, zend_string *message); 355 ZEND_API ZEND_COLD void zend_error_zstr_at(int type, zend_string *filename, uint32_t lineno, zend_s… 358 ZEND_API ZEND_COLD void zend_type_error(const char *format, ...) ZEND_ATTRIBUTE_FORMAT(printf, 1, 2… 359 ZEND_API ZEND_COLD void zend_argument_count_error(const char *format, ...) ZEND_ATTRIBUTE_FORMAT(pr… 360 ZEND_API ZEND_COLD void zend_value_error(const char *format, ...) ZEND_ATTRIBUTE_FORMAT(printf, 1, … 362 ZEND_API ZEND_COLD void zend_illegal_container_offset(const zend_string *container, const zval *off… 364 ZEND_COLD void zenderror(const char *error); [all …]
|
H A D | zend_execute.h | 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); 67 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_use_resource_as_offset(const zval *dim); 82 ZEND_API ZEND_COLD void zend_wrong_string_offset_error(void); 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); [all …]
|
H A D | zend_ini_scanner.h | 29 ZEND_COLD int zend_ini_scanner_get_lineno(void); 30 ZEND_COLD const char *zend_ini_scanner_get_filename(void);
|
H A D | zend.c | 1188 ZEND_COLD void zenderror(const char *error) /* {{{ */ in zenderror() 1377 ZEND_API ZEND_COLD void zend_error_zstr_at( in zend_error_zstr_at() 1541 static ZEND_COLD void zend_error_va_list( in zend_error_va_list() 1592 ZEND_API ZEND_COLD void zend_error_at( in zend_error_at() 1606 ZEND_API ZEND_COLD void zend_error(int type, const char *format, ...) { in zend_error() 1617 ZEND_API ZEND_COLD void zend_error_unchecked(int type, const char *format, ...) { in zend_error_unchecked() 1628 ZEND_API ZEND_COLD ZEND_NORETURN void zend_error_at_noreturn( in zend_error_at_noreturn() 1677 ZEND_API ZEND_COLD void zend_error_zstr(int type, zend_string *message) { in zend_error_zstr() 1770 ZEND_API ZEND_COLD void zend_type_error(const char *format, ...) /* {{{ */ in zend_type_error() 1795 ZEND_API ZEND_COLD void zend_value_error(const char *format, ...) /* {{{ */ in zend_value_error() [all …]
|
H A D | zend_exceptions.c | 173 ZEND_API ZEND_COLD void zend_throw_exception_internal(zend_object *exception) /* {{{ */ in zend_throw_exception_internal() 298 ZEND_COLD ZEND_METHOD(Exception, __clone) in ZEND_METHOD() 851 ZEND_API ZEND_COLD zend_object *zend_throw_exception(zend_class_entry *exception_ce, const char *me… in zend_throw_exception() 862 ZEND_API ZEND_COLD zend_object *zend_throw_exception_ex(zend_class_entry *exception_ce, zend_long c… in zend_throw_exception_ex() 877 ZEND_API ZEND_COLD zend_object *zend_throw_error_exception(zend_class_entry *exception_ce, zend_str… in zend_throw_error_exception() 902 ZEND_API ZEND_COLD zend_result zend_exception_error(zend_object *ex, int severity) /* {{{ */ in zend_exception_error() 995 ZEND_API ZEND_COLD void zend_throw_exception_object(zval *exception) /* {{{ */ in zend_throw_exception_object() 1013 ZEND_API ZEND_COLD zend_object *zend_create_unwind_exit(void) in zend_create_unwind_exit() 1018 ZEND_API ZEND_COLD zend_object *zend_create_graceful_exit(void) in zend_create_graceful_exit() 1023 ZEND_API ZEND_COLD void zend_throw_unwind_exit(void) in zend_throw_unwind_exit() [all …]
|
H A D | zend_execute.c | 671 static ZEND_COLD void zend_verify_type_error_common( in zend_verify_type_error_common() 694 ZEND_API ZEND_COLD void zend_verify_arg_error( in zend_verify_arg_error() 871 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() 1298 ZEND_API ZEND_COLD void zend_internal_call_arginfo_violation(zend_function *fbc) in zend_internal_call_arginfo_violation() 1410 ZEND_API ZEND_COLD void zend_verify_never_error(const zend_function *zf) in zend_verify_never_error() 1474 static ZEND_COLD void zend_verify_missing_return_type(const zend_function *zf) in zend_verify_missing_return_type() 1680 ZEND_API ZEND_COLD void zend_wrong_string_offset_error(void) in zend_wrong_string_offset_error() 1735 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_false_to_array_deprecated(void) in zend_false_to_array_deprecated() 1890 static ZEND_COLD zend_long zend_throw_incdec_ref_error( in zend_throw_incdec_ref_error() [all …]
|
H A D | zend_ast.c | 1232 static ZEND_COLD void zend_ast_export_str(smart_str *str, zend_string *s) in zend_ast_export_str() 1247 static ZEND_COLD void zend_ast_export_qstr(smart_str *str, char quote, zend_string *s) in zend_ast_export_qstr() 1292 static ZEND_COLD void zend_ast_export_indent(smart_str *str, int indent) in zend_ast_export_indent() 1331 static ZEND_COLD bool zend_ast_valid_var_char(char ch) in zend_ast_valid_var_char() 1344 static ZEND_COLD bool zend_ast_valid_var_name(const char *s, size_t len) in zend_ast_valid_var_name() 1370 static ZEND_COLD bool zend_ast_var_needs_braces(char ch) in zend_ast_var_needs_braces() 1468 static ZEND_COLD void zend_ast_export_stmt(smart_str *str, zend_ast *ast, int indent) in zend_ast_export_stmt() 1510 static ZEND_COLD void zend_ast_export_if_stmt(smart_str *str, zend_ast_list *list, int indent) in zend_ast_export_if_stmt() 1547 static ZEND_COLD void zend_ast_export_zval(smart_str *str, zval *zv, int priority, int indent) in zend_ast_export_zval() 1655 static ZEND_COLD void zend_ast_export_visibility(smart_str *str, uint32_t flags) { in zend_ast_export_visibility() [all …]
|
H A D | zend_API.h | 233 #define ZEND_MODULE_INFO_D(module) ZEND_COLD void ZEND_MODULE_INFO_N(module)(ZEND_MODULE_INFO_FUN… 403 ZEND_API ZEND_COLD void zend_wrong_param_count(void); 404 ZEND_API ZEND_COLD void zend_wrong_property_read(zval *object, zval *property); 904 ZEND_API ZEND_COLD const char *zend_get_object_type_case(const zend_class_entry *ce, bool upper_cas… 1544 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_wrong_parameters_none_error(void); 1548 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_wrong_parameter_class_error(uint32_t num, const char *na… 1554 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_wrong_callback_error(uint32_t num, char *error); 1555 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_wrong_callback_or_null_error(uint32_t num, char *error); 1556 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_unexpected_extra_named_error(void); 1559 ZEND_API ZEND_COLD void zend_argument_type_error(uint32_t arg_num, const char *format, ...); [all …]
|
H A D | zend_object_handlers.c | 273 static ZEND_COLD zend_never_inline void zend_bad_property_name(void) /* {{{ */ in zend_bad_property_name() 279 static ZEND_COLD zend_never_inline void zend_forbidden_dynamic_property( in zend_forbidden_dynamic_property() 285 static ZEND_COLD zend_never_inline bool zend_deprecated_dynamic_property( in zend_deprecated_dynamic_property() 303 static ZEND_COLD zend_never_inline void zend_readonly_property_modification_scope_error( in zend_readonly_property_modification_scope_error() 310 static ZEND_COLD zend_never_inline void zend_readonly_property_unset_error( in zend_readonly_property_unset_error() 413 static ZEND_COLD void zend_wrong_offset(zend_class_entry *ce, zend_string *member) /* {{{ */ in zend_wrong_offset() 988 static ZEND_COLD zend_never_inline void zend_bad_array_access(zend_class_entry *ce) /* {{{ */ in zend_bad_array_access() 1394 static ZEND_COLD zend_never_inline void zend_bad_method_call(zend_function *fbc, zend_string *metho… in zend_bad_method_call() 1404 static ZEND_COLD zend_never_inline void zend_abstract_method_call(zend_function *fbc) /* {{{ */ in zend_abstract_method_call() 1658 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 D | zend_ini_scanner.l | 233 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 D | zend_API.c | 92 ZEND_API ZEND_COLD void zend_wrong_param_count(void) /* {{{ */ in zend_wrong_param_count() 101 ZEND_API ZEND_COLD void zend_wrong_property_read(zval *object, zval *property) in zend_wrong_property_read() 212 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_wrong_parameters_none_error(void) /* {{{ */ in zend_wrong_parameters_none_error() 363 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_wrong_callback_error(uint32_t num, char *error) /* {{{ */ in zend_wrong_callback_error() 372 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_wrong_callback_or_null_error(uint32_t num, char *error) … in zend_wrong_callback_or_null_error() 381 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_unexpected_extra_named_error(void) in zend_unexpected_extra_named_error() 421 ZEND_API ZEND_COLD void zend_argument_type_error(uint32_t arg_num, const char *format, ...) /* {{{ … in zend_argument_type_error() 431 ZEND_API ZEND_COLD void zend_argument_value_error(uint32_t arg_num, const char *format, ...) /* {{{… in zend_argument_value_error() 470 static ZEND_COLD bool zend_null_arg_deprecated(const char *fallback_type, uint32_t arg_num) { in zend_null_arg_deprecated() 1081 static ZEND_COLD void zend_parse_parameters_debug_error(const char *msg) { in zend_parse_parameters_debug_error() [all …]
|
H A D | zend_objects_API.c | 131 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 D | zend_portability.h | 267 # define ZEND_COLD __attribute__((cold)) macro 276 # define ZEND_COLD macro
|
H A D | zend_object_handlers.h | 208 ZEND_API ZEND_COLD bool zend_std_unset_static_property(zend_class_entry *ce, zend_string *property_…
|
H A D | zend_ini.h | 29 #define ZEND_INI_DISP(name) ZEND_COLD void name(zend_ini_entry *ini_entry, int type)
|
H A D | zend_alloc.c | 341 ZEND_COLD void zend_debug_alloc_output(char *format, ...) in zend_debug_alloc_output() 358 static ZEND_COLD ZEND_NORETURN void zend_mm_panic(const char *message) in zend_mm_panic() 371 static ZEND_COLD ZEND_NORETURN void zend_mm_safe_error(zend_mm_heap *heap, in zend_mm_safe_error() 2486 static ZEND_COLD void* ZEND_FASTCALL _malloc_custom(size_t size ZEND_FILE_LINE_DC ZEND_FILE_LINE_OR… 2495 static ZEND_COLD void ZEND_FASTCALL _efree_custom(void *ptr ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_D… 2504 static ZEND_COLD void* ZEND_FASTCALL _realloc_custom(void *ptr, size_t size ZEND_FILE_LINE_DC ZEND_… 2709 static ZEND_COLD ZEND_NORETURN void zend_out_of_memory(void); 2800 static ZEND_COLD ZEND_NORETURN void zend_out_of_memory(void)
|
/PHP-8.3/ext/standard/ |
H A D | info.c | 66 static ZEND_COLD int 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() 251 PHPAPI ZEND_COLD zend_string *php_info_html_esc(const char *string) in php_info_html_esc() 758 PHPAPI ZEND_COLD void php_print_info_htmlhead(void) in php_print_info_htmlhead() 780 PHPAPI ZEND_COLD void php_print_info(int flag) in php_print_info() 1079 PHPAPI ZEND_COLD void php_info_print_table_start(void) /* {{{ */ in php_info_print_table_start() 1089 PHPAPI ZEND_COLD void php_info_print_table_end(void) /* {{{ */ in php_info_print_table_end() 1098 PHPAPI ZEND_COLD void php_info_print_box_start(int flag) /* {{{ */ in php_info_print_box_start() 1115 PHPAPI ZEND_COLD void php_info_print_box_end(void) /* {{{ */ in php_info_print_box_end() 1124 PHPAPI ZEND_COLD void php_info_print_hr(void) /* {{{ */ in php_info_print_hr() [all …]
|
H A D | css.c | 20 PHPAPI ZEND_COLD void php_info_print_css(void) /* {{{ */ in php_info_print_css()
|
H A D | credits.c | 24 PHPAPI ZEND_COLD void php_print_credits(int flag) /* {{{ */ in php_print_credits()
|
/PHP-8.3/main/ |
H A D | php.h | 311 PHPAPI ZEND_COLD void php_log_err_with_severity(const char *log_message, int syslog_type_int); 326 PHPAPI ZEND_COLD void php_verror(const char *docref, const char *params, int type, const char *form… 329 PHPAPI ZEND_COLD void php_error_docref(const char *docref, int type, const char *format, ...) 331 PHPAPI ZEND_COLD void php_error_docref1(const char *docref, const char *param1, int type, const cha… 333 PHPAPI ZEND_COLD void php_error_docref2(const char *docref, const char *param1, const char *param2,… 336 PHPAPI ZEND_COLD void php_win32_docref1_from_error(DWORD error, const char *param1); 337 PHPAPI ZEND_COLD void php_win32_docref2_from_error(DWORD error, const char *param1, const char *par…
|
H A D | main.c | 811 PHPAPI ZEND_COLD void php_log_err_with_severity(const char *log_message, int syslog_type_int) in php_log_err_with_severity() 945 PHPAPI ZEND_COLD void php_verror(const char *docref, const char *params, int type, const char *form… in php_verror() 1126 PHPAPI ZEND_COLD void php_error_docref(const char *docref, int type, const char *format, ...) in php_error_docref() 1138 PHPAPI ZEND_COLD void php_error_docref1(const char *docref, const char *param1, int type, const cha… in php_error_docref1() 1150 PHPAPI ZEND_COLD void php_error_docref2(const char *docref, const char *param1, const char *param2,… in php_error_docref2() 1166 PHPAPI ZEND_COLD void php_win32_docref1_from_error(DWORD error, const char *param1) { in php_win32_docref1_from_error() 1179 PHPAPI ZEND_COLD void php_win32_docref2_from_error(DWORD error, const char *param1, const char *par… in php_win32_docref2_from_error() 1231 static ZEND_COLD void php_error_cb(int orig_type, zend_string *error_filename, const uint32_t error… in php_error_cb() 1638 static ZEND_COLD void php_message_handler_for_zend(zend_long message, const void *data) in php_message_handler_for_zend()
|
H A D | php_ini.c | 69 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.3/ext/ffi/ |
H A D | ffi.c | 227 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() 5070 static ZEND_COLD zend_function *zend_fake_get_constructor(zend_object *object) /* {{{ */ in zend_fake_get_constructor() 5077 static ZEND_COLD zend_never_inline void zend_bad_array_access(zend_class_entry *ce) /* {{{ */ in zend_bad_array_access() 5103 static ZEND_COLD void zend_fake_unset_dimension(zend_object *obj, zval *offset) /* {{{ */ in zend_fake_unset_dimension() 5181 static ZEND_COLD zend_never_inline void zend_ffi_use_after_free(void) /* {{{ */ in zend_ffi_use_after_free() [all …]
|
/PHP-8.3/ext/opcache/jit/ |
H A D | zend_jit_helpers.c | 21 static ZEND_COLD void undef_result_after_exception(void) { in undef_result_after_exception() 89 static ZEND_COLD void ZEND_FASTCALL zend_jit_invalid_method_call(zval *object) in zend_jit_invalid_method_call() 108 static ZEND_COLD void ZEND_FASTCALL zend_jit_invalid_method_call_tmp(zval *object) in zend_jit_invalid_method_call_tmp() 117 static zend_never_inline ZEND_COLD void ZEND_FASTCALL zend_undefined_method(const zend_class_entry … in zend_undefined_method() 1985 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() 1996 static zend_never_inline ZEND_COLD void zend_throw_access_uninit_prop_by_ref_error( in zend_throw_access_uninit_prop_by_ref_error() 2248 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() 2260 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() 2695 static ZEND_COLD zend_long _zend_jit_throw_inc_prop_error(zend_property_info *prop) in _zend_jit_throw_inc_prop_error() 2706 static ZEND_COLD zend_long _zend_jit_throw_dec_prop_error(zend_property_info *prop) in _zend_jit_throw_dec_prop_error()
|