Go to the source code of this file.
|
ZEND_API void | zend_exception_set_previous (zend_object *exception, zend_object *add_previous) |
|
ZEND_API void | zend_exception_save (void) |
|
ZEND_API void | zend_exception_restore (void) |
|
ZEND_API ZEND_COLD void | zend_throw_exception_internal (zend_object *exception) |
|
void | zend_register_default_exception (void) |
|
ZEND_API zend_class_entry * | zend_get_exception_base (zend_object *object) |
|
ZEND_API zend_class_entry * | zend_exception_get_default (void) |
|
ZEND_API zend_class_entry * | zend_get_error_exception (void) |
|
ZEND_API void | zend_register_default_classes (void) |
|
ZEND_API ZEND_COLD zend_object * | zend_throw_exception (zend_class_entry *exception_ce, const char *message, zend_long code) |
|
ZEND_API ZEND_COLD zend_object * | zend_throw_exception_ex (zend_class_entry *exception_ce, zend_long code, const char *format,...) ZEND_ATTRIBUTE_FORMAT(printf |
|
ZEND_API ZEND_COLD zend_object ZEND_API ZEND_COLD void | zend_throw_exception_object (zval *exception) |
|
ZEND_API void | zend_clear_exception (void) |
|
ZEND_API zend_object * | zend_throw_error_exception (zend_class_entry *exception_ce, zend_string *message, zend_long code, int severity) |
|
ZEND_API ZEND_COLD zend_result | zend_exception_error (zend_object *exception, int severity) |
|
ZEND_NORETURN void | zend_exception_uncaught_error (const char *prefix,...) ZEND_ATTRIBUTE_FORMAT(printf |
|
ZEND_NORETURN void ZEND_API zend_string * | zend_trace_to_string (HashTable *trace, bool include_main) |
|
ZEND_API ZEND_COLD zend_object * | zend_create_unwind_exit (void) |
|
ZEND_API ZEND_COLD zend_object * | zend_create_graceful_exit (void) |
|
ZEND_API ZEND_COLD void | zend_throw_unwind_exit (void) |
|
ZEND_API ZEND_COLD void | zend_throw_graceful_exit (void) |
|
ZEND_API bool | zend_is_unwind_exit (const zend_object *ex) |
|
ZEND_API bool | zend_is_graceful_exit (const zend_object *ex) |
|
◆ zend_clear_exception()
◆ zend_create_graceful_exit()
◆ zend_create_unwind_exit()
◆ zend_exception_error()
◆ zend_exception_get_default()
◆ zend_exception_restore()
◆ zend_exception_save()
◆ zend_exception_set_previous()
◆ zend_exception_uncaught_error()
◆ zend_get_error_exception()
◆ zend_get_exception_base()
◆ zend_is_graceful_exit()
◆ zend_is_unwind_exit()
◆ zend_register_default_classes()
◆ zend_register_default_exception()
void zend_register_default_exception |
( |
void | | ) |
|
◆ zend_throw_error_exception()
◆ zend_throw_exception()
◆ zend_throw_exception_ex()
◆ zend_throw_exception_internal()
◆ zend_throw_exception_object()
◆ zend_throw_graceful_exit()
◆ zend_throw_unwind_exit()
◆ zend_trace_to_string()
◆ zend_ce_argument_count_error
◆ zend_ce_arithmetic_error
◆ zend_ce_compile_error
◆ zend_ce_division_by_zero_error
◆ zend_ce_error
◆ zend_ce_error_exception
◆ zend_ce_exception
◆ zend_ce_parse_error
◆ zend_ce_request_parse_body_exception
◆ zend_ce_throwable
◆ zend_ce_type_error
◆ zend_ce_unhandled_match_error
◆ zend_ce_value_error
◆ zend_throw_exception_hook