Home
last modified time | relevance | path

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

/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_sigsafe.c18 if (*EG(bailout)) { in ZEND_EXTERN_MODULE_GLOBALS()
19 LONGJMP(*EG(bailout), FAILURE); in ZEND_EXTERN_MODULE_GLOBALS()
H A Dxml.md396 - (error) <stop type="bailout" /> the VM bailed out (usually because there was some error)
H A Dphpdbg.c1994 EG(bailout) = __orig_bailout; /* reset zend_try */ in main()
/PHP-7.2/ext/session/
H A Dmod_user.c113 zend_bool bailout = 0; in PS_CLOSE_FUNC() local
124 bailout = 1; in PS_CLOSE_FUNC()
129 if (bailout) { in PS_CLOSE_FUNC()
/PHP-7.2/Zend/
H A Dzend.h207 JMP_BUF *__orig_bailout = EG(bailout); \
210 EG(bailout) = &__bailout; \
214 EG(bailout) = __orig_bailout;
217 EG(bailout) = __orig_bailout; \
219 #define zend_first_try EG(bailout)=NULL; zend_try
H A Dzend_globals.h146 JMP_BUF *bailout; member
H A Dzend.c632 executor_globals->bailout = NULL; in executor_globals_ctor()
961 if (!EG(bailout)) { in BEGIN_EXTERN_C()
969 LONGJMP(*EG(bailout), FAILURE); in BEGIN_EXTERN_C()
/PHP-7.2/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-7.2/ext/opcache/
H A Dzend_file_cache.c244 LONGJMP(*EG(bailout), FAILURE);

Completed in 49 milliseconds