We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95e93b8 commit e50cd12Copy full SHA for e50cd12
Zend/zend.h
@@ -275,7 +275,9 @@ typedef size_t (*zend_write_func_t)(const char *str, size_t str_length);
275
EG(bailout) = &__bailout; \
276
if (SETJMP(__bailout)==0) {
277
#define zend_catch \
278
+ ZEND_ASSERT(EG(bailout) == &__bailout); \
279
} else { \
280
281
EG(bailout) = __orig_bailout;
282
#define zend_end_try() \
283
} \
0 commit comments