/php-src/Zend/ |
H A D | zend_exceptions.h | 47 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 D | zend_execute.h | 64 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); 546 ZEND_COLD void zend_match_unhandled_error(const zval *value); [all …]
|
H A D | zend.h | 294 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 D | zend_ini_scanner.h | 33 ZEND_COLD int zend_ini_scanner_get_lineno(void); 34 ZEND_COLD const char *zend_ini_scanner_get_filename(void);
|
H A D | zend_inheritance.h | 54 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 D | zend.c | 1239 ZEND_COLD void zenderror(const char *error) /* {{{ */ in zenderror() 1428 ZEND_API ZEND_COLD void zend_error_zstr_at( in zend_error_zstr_at() 1592 static ZEND_COLD void zend_error_va_list( in zend_error_va_list() 1642 ZEND_API ZEND_COLD void zend_error_at( in zend_error_at() 1666 ZEND_API ZEND_COLD void zend_error(int type, const char *format, ...) { in zend_error() 1670 ZEND_API ZEND_COLD void zend_error_unchecked(int type, const char *format, ...) { in zend_error_unchecked() 1674 ZEND_API ZEND_COLD ZEND_NORETURN void zend_error_at_noreturn( in zend_error_at_noreturn() 1731 ZEND_API ZEND_COLD void zend_error_zstr(int type, zend_string *message) { in zend_error_zstr() 1824 ZEND_API ZEND_COLD void zend_type_error(const char *format, ...) /* {{{ */ in zend_type_error() 1849 ZEND_API ZEND_COLD void zend_value_error(const char *format, ...) /* {{{ */ in zend_value_error() [all …]
|
H A D | zend_execute.c | 675 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 D | zend_exceptions.c | 174 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 D | zend_ast.c | 1269 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 D | zend_API.h | 408 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 D | zend_object_handlers.c | 305 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() 1755 static ZEND_COLD zend_never_inline void zend_abstract_method_call(zend_function *fbc) /* {{{ */ in zend_abstract_method_call() 2004 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_API.c | 93 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 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_objects_API.c | 127 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 | 286 # define ZEND_COLD __attribute__((cold)) macro 295 # define ZEND_COLD macro
|
H A D | zend_ini.h | 31 #define ZEND_INI_DISP(name) ZEND_COLD void name(zend_ini_entry *ini_entry, int type)
|
H A D | zend_ini_parser.y | 198 static ZEND_COLD void ini_error(const char *msg) in ini_error()
|
/php-src/main/ |
H A D | php.h | 290 PHPAPI ZEND_COLD void php_log_err_with_severity(const char *log_message, int syslog_type_int); 305 PHPAPI ZEND_COLD void php_verror(const char *docref, const char *params, int type, const char *form… 308 PHPAPI ZEND_COLD void php_error_docref(const char *docref, int type, const char *format, ...) 310 PHPAPI ZEND_COLD void php_error_docref_unchecked(const char *docref, int type, const char *format, … 311 PHPAPI ZEND_COLD void php_error_docref1(const char *docref, const char *param1, int type, const cha… 313 PHPAPI ZEND_COLD void php_error_docref2(const char *docref, const char *param1, const char *param2,… 316 PHPAPI ZEND_COLD void php_win32_docref1_from_error(DWORD error, const char *param1); 317 PHPAPI ZEND_COLD void php_win32_docref2_from_error(DWORD error, const char *param1, const char *par…
|
H A D | main.c | 858 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 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-src/ext/standard/ |
H A D | info.c | 66 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 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-src/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() 5107 static ZEND_COLD zend_function *zend_fake_get_constructor(zend_object *object) /* {{{ */ in zend_fake_get_constructor() 5114 static ZEND_COLD zend_never_inline void zend_bad_array_access(zend_class_entry *ce) /* {{{ */ in zend_bad_array_access() 5140 static ZEND_COLD void zend_fake_unset_dimension(zend_object *obj, zval *offset) /* {{{ */ in zend_fake_unset_dimension() 5218 static ZEND_COLD zend_never_inline void zend_ffi_use_after_free(void) /* {{{ */ in zend_ffi_use_after_free() [all …]
|
/php-src/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() 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() 2160 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() 2171 static zend_never_inline ZEND_COLD void zend_throw_access_uninit_prop_by_ref_error( in zend_throw_access_uninit_prop_by_ref_error() 2416 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() 2428 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() 2877 static ZEND_COLD zend_long _zend_jit_throw_inc_prop_error(zend_property_info *prop) in _zend_jit_throw_inc_prop_error() 2888 static ZEND_COLD zend_long _zend_jit_throw_dec_prop_error(zend_property_info *prop) in _zend_jit_throw_dec_prop_error()
|