__bailout         226 Zend/zend.h    		JMP_BUF __bailout;										\
__bailout         228 Zend/zend.h    		EG(bailout) = &__bailout;								\
__bailout         229 Zend/zend.h    		if (SETJMP(__bailout)==0) {
__bailout         222 sapi/phpdbg/phpdbg.h 		JMP_BUF __bailout;                                   \
__bailout         224 sapi/phpdbg/phpdbg.h 		PHPDBG_G(sigsegv_bailout) = &__bailout;              \
__bailout         225 sapi/phpdbg/phpdbg.h 		if (SETJMP(__bailout) == 0) {