Home
last modified time | relevance | path

Searched refs:bailout (Results 1 – 9 of 9) sorted by relevance

/PHP-5.5/ext/session/
H A Dmod_user.c102 zend_bool bailout = 0; in PS_CLOSE_FUNC() local
113 bailout = 1; in PS_CLOSE_FUNC()
118 if (bailout) { in PS_CLOSE_FUNC()
/PHP-5.5/ext/standard/tests/assert/
H A Dassert_basic3.phpt2 assert() - basic - Test that bailout works
H A Dassert_basic6.phpt2 assert() - basic - Test that bailout works
H A Dassert_error2.phpt2 assert() - basic - Test that bailout works
/PHP-5.5/Zend/
H A Dzend.h629 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
H A Dzend_globals.h182 JMP_BUF *bailout; member
H A Dzend.c877 if (!EG(bailout)) { in BEGIN_EXTERN_C()
885 LONGJMP(*EG(bailout), FAILURE); in BEGIN_EXTERN_C()
/PHP-5.5/main/
H A Dmain.c2086 EG(bailout) = NULL; in php_module_startup()
/PHP-5.5/
H A DNEWS9926 - Fixed bug #28803 (enabled debug causes bailout errors with CLI on AIX
10055 bailout state isn't restored. (Andi)

Completed in 48 milliseconds