/PHP-8.1/Zend/tests/fibers/ |
H A D | get-return-after-bailout.phpt | 2 Fiber::getReturn() after bailout 25 … size of %d bytes exhausted%s(tried to allocate %d bytes) %sget-return-after-bailout.php on line %d 27 …ot get fiber return value: The fiber exited with a fatal error in %sget-return-after-bailout.php:%d 29 #0 %sget-return-after-bailout.php(%d): Fiber->getReturn() 32 thrown in %sget-return-after-bailout.php on line %d
|
H A D | gh10437.phpt | 2 GH-10437 (Segfault/assertion when using fibers in shutdown function after bailout)
|
/PHP-8.1/ext/zend_test/tests/ |
H A D | observer_bug81435.phpt | 24 function bailout(...$args) { 30 …bailout(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15); // overwrite the vm_stack containing p… 45 <!-- init bailout() -->
|
H A D | observer_bug81430_2.phpt | 16 array_map("str_repeat", ["\xFF"], [100000000]); // cause a bailout
|
/PHP-8.1/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 | phpdbg.c | 1640 EG(bailout) = __orig_bailout; /* reset zend_try */ in main()
|
/PHP-8.1/Zend/tests/ |
H A D | gh11108.phpt | 2 GH-11108: Incorrect CG(memoize_mode) state after bailout in ??=
|
/PHP-8.1/ext/session/ |
H A D | mod_user.c | 111 bool bailout = 0; in PS_CLOSE_FUNC() local 122 bailout = 1; in PS_CLOSE_FUNC() 127 if (bailout) { in PS_CLOSE_FUNC()
|
/PHP-8.1/ext/spl/tests/ |
H A D | RecursiveIteratorIterator_dtor_order.phpt | 10 eval('class self {}'); // Cause a bailout.
|
/PHP-8.1/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.1/Zend/ |
H A D | zend.h | 257 JMP_BUF *__orig_bailout = EG(bailout); \ 260 EG(bailout) = &__bailout; \ 264 EG(bailout) = __orig_bailout; 267 EG(bailout) = __orig_bailout; \ 269 #define zend_first_try EG(bailout)=NULL; zend_try
|
H A D | zend_fibers.c | 96 JMP_BUF *bailout; member 109 state->bailout = EG(bailout); in zend_fiber_capture_vm_state() 122 EG(bailout) = state->bailout; in zend_fiber_restore_vm_state()
|
H A D | zend_globals.h | 161 JMP_BUF *bailout; member
|
H A D | zend.c | 794 executor_globals->bailout = NULL; in executor_globals_ctor() 1192 if (!EG(bailout)) { in _zend_bailout() 1202 LONGJMP(*EG(bailout), FAILURE); in _zend_bailout()
|
/PHP-8.1/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.1/ext/standard/tests/streams/ |
H A D | bug46024.phpt | 6 // Terminating the process may cause a bailout while writing out the phpinfo,
|
/PHP-8.1/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 | 3599 LONGJMP(FFI_G(bailout), FAILURE); in zend_ffi_validate_type_name() 5624 LONGJMP(FFI_G(bailout), FAILURE); 5996 LONGJMP(FFI_G(bailout), FAILURE); 6051 LONGJMP(FFI_G(bailout), FAILURE); 6108 LONGJMP(FFI_G(bailout), FAILURE); 6224 LONGJMP(FFI_G(bailout), FAILURE); 6277 LONGJMP(FFI_G(bailout), FAILURE); 6371 LONGJMP(FFI_G(bailout), FAILURE); 6482 LONGJMP(FFI_G(bailout), FAILURE); 6532 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.1/ |
H A D | NEWS | 600 . Fixed bug GH-11108 (Incorrect CG(memoize_mode) state after bailout in ??=). 710 function after bailout). (trowski) 851 . Fix inverted bailout value in zend_runtime_jit() (Max Kellermann).
|
/PHP-8.1/ext/soap/ |
H A D | soap.c | 2225 int bailout = 0; local 2393 bailout = 1; 2405 if (bailout) {
|
/PHP-8.1/ext/opcache/ |
H A D | zend_file_cache.c | 286 LONGJMP(*EG(bailout), FAILURE);
|