Home
last modified time | relevance | path

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

/PHP-8.2/Zend/tests/fibers/
H A Dget-return-after-bailout.phpt2 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 Dgh10437.phpt2 GH-10437 (Segfault/assertion when using fibers in shutdown function after bailout)
/PHP-8.2/ext/zend_test/tests/
H A Dobserver_bug81435.phpt28 function bailout(...$args) {
34bailout(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15); // overwrite the vm_stack containing p…
49 <!-- init bailout() -->
H A Dobserver_bug81430_2.phpt20 array_map("str_repeat", ["\xFF"], [100000000]); // cause a bailout
H A Dobserver_fiber_functions_03.phpt2 Observer: Function observing in fibers with bailout in fiber
/PHP-8.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 Dphpdbg.c1607 EG(bailout) = __orig_bailout; /* reset zend_try */ in main()
/PHP-8.2/Zend/tests/
H A Dgh11108.phpt2 GH-11108: Incorrect CG(memoize_mode) state after bailout in ??=
/PHP-8.2/ext/session/
H A Dmod_user.c111 bool bailout = 0; in PS_CLOSE_FUNC() local
122 bailout = 1; in PS_CLOSE_FUNC()
127 if (bailout) { in PS_CLOSE_FUNC()
/PHP-8.2/ext/spl/tests/
H A DRecursiveIteratorIterator_dtor_order.phpt10 eval('class self {}'); // Cause a bailout.
/PHP-8.2/ext/standard/tests/assert/
H A Dassert_basic3.phpt2 assert() - basic - Test that bailout works
H A Dassert_error2.phpt2 assert() - basic - Test that bailout works
/PHP-8.2/Zend/
H A Dzend.h260 JMP_BUF *__orig_bailout = EG(bailout); \
263 EG(bailout) = &__bailout; \
267 EG(bailout) = __orig_bailout;
270 EG(bailout) = __orig_bailout; \
272 #define zend_first_try EG(bailout)=NULL; zend_try
H A Dzend_fibers.c100 JMP_BUF *bailout; member
113 state->bailout = EG(bailout); in zend_fiber_capture_vm_state()
126 EG(bailout) = state->bailout; in zend_fiber_restore_vm_state()
H A Dzend_globals.h162 JMP_BUF *bailout; member
H A Dzend.c791 executor_globals->bailout = NULL; in executor_globals_ctor()
1176 if (!EG(bailout)) { in _zend_bailout()
1186 LONGJMP(*EG(bailout), FAILURE); in _zend_bailout()
/PHP-8.2/main/streams/
H A Dtransports.c65 bool bailout = false; in _php_stream_xport_create() local
178 bailout = true; in _php_stream_xport_create()
182 if (failed || bailout) { in _php_stream_xport_create()
190 if (bailout) { in _php_stream_xport_create()
/PHP-8.2/ext/standard/tests/streams/
H A Dbug46024.phpt6 // Terminating the process may cause a bailout while writing out the phpinfo,
/PHP-8.2/ext/ffi/
H A Dphp_ffi.h49 JMP_BUF bailout; variable
H A Dffi.g886 if (SETJMP(FFI_G(bailout))==0) {
901 if (SETJMP(FFI_G(bailout))==0) {
H A Dffi.c3654 LONGJMP(FFI_G(bailout), FAILURE); in zend_ffi_validate_type_name()
5651 LONGJMP(FFI_G(bailout), FAILURE);
6023 LONGJMP(FFI_G(bailout), FAILURE);
6078 LONGJMP(FFI_G(bailout), FAILURE);
6135 LONGJMP(FFI_G(bailout), FAILURE);
6251 LONGJMP(FFI_G(bailout), FAILURE);
6304 LONGJMP(FFI_G(bailout), FAILURE);
6398 LONGJMP(FFI_G(bailout), FAILURE);
6509 LONGJMP(FFI_G(bailout), FAILURE);
6559 LONGJMP(FFI_G(bailout), FAILURE);
[all …]
H A Dffi_parser.c3619 if (SETJMP(FFI_G(bailout))==0) { in zend_ffi_parse_decl()
3634 if (SETJMP(FFI_G(bailout))==0) { in zend_ffi_parse_type()
/PHP-8.2/ext/soap/
H A Dsoap.c2179 int bailout = 0; local
2347 bailout = 1;
2359 if (bailout) {
/PHP-8.2/
H A DNEWS1347 . Fixed bug GH-11108 (Incorrect CG(memoize_mode) state after bailout in ??=).
1482 function after bailout). (trowski)
1634 . Fix inverted bailout value in zend_runtime_jit() (Max Kellermann).
/PHP-8.2/ext/opcache/
H A Dzend_file_cache.c289 LONGJMP(*EG(bailout), FAILURE);

Completed in 149 milliseconds