mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Zend: Minor refactorings to zend_exceptions() (#16684)
This commit is contained in:
parent
b48fdcb6e6
commit
23b8d64cf7
2 changed files with 11 additions and 12 deletions
|
@ -72,7 +72,7 @@ extern ZEND_API void (*zend_throw_exception_hook)(zend_object *ex);
|
|||
/* show an exception using zend_error(severity,...), severity should be E_ERROR */
|
||||
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, 1, 2);
|
||||
ZEND_API zend_string *zend_trace_to_string(HashTable *trace, bool include_main);
|
||||
ZEND_API zend_string *zend_trace_to_string(const 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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue