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
619 JMP_BUF *__orig_bailout = EG(bailout); \622 EG(bailout) = &__bailout; \626 EG(bailout) = __orig_bailout;629 EG(bailout) = __orig_bailout; \631 #define zend_first_try EG(bailout)=NULL; zend_try
187 JMP_BUF *bailout; member
879 if (!EG(bailout)) { in BEGIN_EXTERN_C()887 LONGJMP(*EG(bailout), FAILURE); in BEGIN_EXTERN_C()
2064 EG(bailout) = NULL; in php_module_startup()
8737 - Fixed bug #28803 (enabled debug causes bailout errors with CLI on AIX8866 bailout state isn't restored. (Andi)
Completed in 41 milliseconds