Home
last modified time | relevance | path

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

/PHP-7.1/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.c1998 EG(bailout) = __orig_bailout; /* reset zend_try */ in main()
/PHP-7.1/Zend/
H A Dzend.h208 JMP_BUF *__orig_bailout = EG(bailout); \
211 EG(bailout) = &__bailout; \
215 EG(bailout) = __orig_bailout;
218 EG(bailout) = __orig_bailout; \
220 #define zend_first_try EG(bailout)=NULL; zend_try
H A Dzend_globals.h153 JMP_BUF *bailout; member
H A Dzend.c575 executor_globals->bailout = NULL; in executor_globals_ctor()
934 if (!EG(bailout)) { in BEGIN_EXTERN_C()
942 LONGJMP(*EG(bailout), FAILURE); in BEGIN_EXTERN_C()
/PHP-7.1/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.1/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.1/ext/opcache/
H A Dzend_file_cache.c240 LONGJMP(*EG(bailout), FAILURE); in zend_file_cache_unserialize_interned()

Completed in 32 milliseconds