We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 961355c commit 2f1a94eCopy full SHA for 2f1a94e
Zend/zend.h
@@ -281,7 +281,9 @@ typedef size_t (*zend_write_func_t)(const char *str, size_t str_length);
281
EG(bailout) = &__bailout; \
282
if (SETJMP(__bailout)==0) {
283
#define zend_catch \
284
+ ZEND_ASSERT(EG(bailout) == &__bailout); \
285
} else { \
286
287
EG(bailout) = __orig_bailout;
288
#define zend_end_try() \
289
} \
0 commit comments