Searched refs:bailout (Results 1 – 19 of 19) sorted by relevance
/PHP-8.0/ext/zend_test/tests/ |
H A D | bug81435.phpt | 20 function bailout(...$args) { 26 …bailout(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15); // overwrite the vm_stack containing p… 41 <!-- init bailout() -->
|
H A D | observer_bug81430_2.phpt | 17 array_map("str_repeat", ["\xFF"], [100000000]); // cause a bailout
|
/PHP-8.0/sapi/phpdbg/ |
H A D | phpdbg_sigsafe.c | 18 if (*EG(bailout)) { in ZEND_EXTERN_MODULE_GLOBALS() 19 LONGJMP(*EG(bailout), FAILURE); in ZEND_EXTERN_MODULE_GLOBALS()
|
H A D | xml.md | 396 - (error) <stop type="bailout" /> the VM bailed out (usually because there was some error)
|
H A D | phpdbg.c | 1939 EG(bailout) = __orig_bailout; /* reset zend_try */ in main()
|
/PHP-8.0/ext/session/ |
H A D | mod_user.c | 111 zend_bool bailout = 0; in PS_CLOSE_FUNC() local 122 bailout = 1; in PS_CLOSE_FUNC() 127 if (bailout) { in PS_CLOSE_FUNC()
|
/PHP-8.0/ext/standard/tests/assert/ |
H A D | assert_basic3.phpt | 2 assert() - basic - Test that bailout works
|
H A D | assert_error2.phpt | 2 assert() - basic - Test that bailout works
|
/PHP-8.0/Zend/ |
H A D | zend.h | 215 JMP_BUF *__orig_bailout = EG(bailout); \ 218 EG(bailout) = &__bailout; \ 222 EG(bailout) = __orig_bailout; 225 EG(bailout) = __orig_bailout; \ 227 #define zend_first_try EG(bailout)=NULL; zend_try
|
H A D | zend_globals.h | 151 JMP_BUF *bailout; member
|
H A D | zend.c | 743 executor_globals->bailout = NULL; in executor_globals_ctor() 1163 if (!EG(bailout)) { in BEGIN_EXTERN_C() 1172 LONGJMP(*EG(bailout), FAILURE); in BEGIN_EXTERN_C()
|
/PHP-8.0/main/streams/ |
H A D | transports.c | 65 bool bailout = false; in _php_stream_xport_create() local 175 bailout = true; in _php_stream_xport_create() 179 if (failed || bailout) { in _php_stream_xport_create() 187 if (bailout) { in _php_stream_xport_create()
|
/PHP-8.0/ext/standard/tests/streams/ |
H A D | bug46024.phpt | 6 // Terminating the process may cause a bailout while writing out the phpinfo,
|
/PHP-8.0/ext/ffi/ |
H A D | php_ffi.h | 49 JMP_BUF bailout; variable
|
H A D | ffi.g | 882 if (SETJMP(FFI_G(bailout))==0) { 897 if (SETJMP(FFI_G(bailout))==0) {
|
H A D | ffi.c | 3578 LONGJMP(FFI_G(bailout), FAILURE); in zend_ffi_validate_type_name() 5268 LONGJMP(FFI_G(bailout), FAILURE); 5640 LONGJMP(FFI_G(bailout), FAILURE); 5695 LONGJMP(FFI_G(bailout), FAILURE); 5752 LONGJMP(FFI_G(bailout), FAILURE); 5868 LONGJMP(FFI_G(bailout), FAILURE); 5921 LONGJMP(FFI_G(bailout), FAILURE); 6015 LONGJMP(FFI_G(bailout), FAILURE); 6126 LONGJMP(FFI_G(bailout), FAILURE); 6176 LONGJMP(FFI_G(bailout), FAILURE); [all …]
|
H A D | ffi_parser.c | 3556 if (SETJMP(FFI_G(bailout))==0) { in zend_ffi_parse_decl() 3571 if (SETJMP(FFI_G(bailout))==0) { in zend_ffi_parse_type()
|
/PHP-8.0/ext/soap/ |
H A D | soap.c | 2296 int bailout = 0; local 2464 bailout = 1; 2476 if (bailout) {
|
/PHP-8.0/ext/opcache/ |
H A D | zend_file_cache.c | 279 LONGJMP(*EG(bailout), FAILURE);
|
Completed in 85 milliseconds