We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9066d69 commit 95d21f1Copy full SHA for 95d21f1
Zend/zend.h
@@ -388,11 +388,13 @@ typedef struct _zend_error_info {
388
zend_string *message;
389
} zend_error_info;
390
391
+BEGIN_EXTERN_C()
392
ZEND_API void zend_save_error_handling(zend_error_handling *current);
393
ZEND_API void zend_replace_error_handling(zend_error_handling_t error_handling, zend_class_entry *exception_class, zend_error_handling *current);
394
ZEND_API void zend_restore_error_handling(zend_error_handling *saved);
395
ZEND_API void zend_begin_record_errors(void);
396
ZEND_API void zend_free_recorded_errors(void);
397
+END_EXTERN_C()
398
399
#define DEBUG_BACKTRACE_PROVIDE_OBJECT (1<<0)
400
#define DEBUG_BACKTRACE_IGNORE_ARGS (1<<1)
0 commit comments