Searched refs:bailout (Results 1 – 9 of 9) sorted by relevance
102 zend_bool bailout = 0; in PS_CLOSE_FUNC() local113 bailout = 1; in PS_CLOSE_FUNC()118 if (bailout) { in PS_CLOSE_FUNC()
2 assert() - basic - Test that bailout works
629 JMP_BUF *__orig_bailout = EG(bailout); \632 EG(bailout) = &__bailout; \636 EG(bailout) = __orig_bailout;639 EG(bailout) = __orig_bailout; \641 #define zend_first_try EG(bailout)=NULL; zend_try
182 JMP_BUF *bailout; member
877 if (!EG(bailout)) { in BEGIN_EXTERN_C()885 LONGJMP(*EG(bailout), FAILURE); in BEGIN_EXTERN_C()
2086 EG(bailout) = NULL; in php_module_startup()
9926 - Fixed bug #28803 (enabled debug causes bailout errors with CLI on AIX10055 bailout state isn't restored. (Andi)
Completed in 56 milliseconds