Home
last modified time | relevance | path

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

/PHP-7.0/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.c1976 EG(bailout) = __orig_bailout; /* reset zend_try */ in main()
/PHP-7.0/ext/session/
H A Dmod_user.c96 zend_bool bailout = 0; in PS_CLOSE_FUNC() local
107 bailout = 1; in PS_CLOSE_FUNC()
112 if (bailout) { in PS_CLOSE_FUNC()
/PHP-7.0/Zend/
H A Dzend.h225 JMP_BUF *__orig_bailout = EG(bailout); \
228 EG(bailout) = &__bailout; \
232 EG(bailout) = __orig_bailout;
235 EG(bailout) = __orig_bailout; \
237 #define zend_first_try EG(bailout)=NULL; zend_try
H A Dzend_globals.h150 JMP_BUF *bailout; member
H A Dzend.c562 executor_globals->bailout = NULL; in executor_globals_ctor()
914 if (!EG(bailout)) { in BEGIN_EXTERN_C()
922 LONGJMP(*EG(bailout), FAILURE); in BEGIN_EXTERN_C()
/PHP-7.0/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.0/ext/opcache/
H A Dzend_file_cache.c235 LONGJMP(*EG(bailout), FAILURE); in zend_file_cache_unserialize_interned()

Completed in 31 milliseconds