php-src/Zend/tests/fibers
2023-02-13 16:30:21 +00:00
..
backtrace-deep-nesting.phpt Improve fiber backtraces 2021-04-30 12:17:50 -05:00
backtrace-nested.phpt Improve fiber backtraces 2021-04-30 12:17:50 -05:00
backtrace-object.phpt Improve fiber backtraces 2021-04-30 12:17:50 -05:00
catch-then-suspend.phpt
catch.phpt
debug-backtrace.phpt Use common formatting for backtraces (#6977) 2021-05-18 11:43:37 +02:00
double-start.phpt
error-reporting.phpt
exit-in-fiber.phpt
failing-fiber.phpt Improve fiber backtraces 2021-04-30 12:17:50 -05:00
failing-nested-fiber.phpt Improve fiber backtraces 2021-04-30 12:17:50 -05:00
fast-finish-fiber.phpt Prefer EXPECT over EXPECTF 2021-06-29 17:13:02 +02:00
fatal-error-in-fiber.phpt
fatal-error-in-nested-fiber.phpt
fatal-error-with-multiple-fibers.phpt
fiber-error-construct.phpt
fiber-get-current.phpt Rename Fiber::this() to Fiber::getCurrent() (#7155) 2021-06-18 11:02:02 -05:00
fiber-in-shutdown-function.phpt
fiber-status.phpt Rename Fiber::this() to Fiber::getCurrent() (#7155) 2021-06-18 11:02:02 -05:00
gc-cycle-callback.phpt Implemented Fiber GC handler 2021-06-28 13:08:48 +02:00
gc-cycle-result.phpt Implemented Fiber GC handler 2021-06-28 13:08:48 +02:00
get-return-after-bailout.phpt Look at executing generator for fiber destructor behaviour 2023-01-30 12:32:53 +01:00
get-return-after-throwing.phpt
get-return-from-unstarted-fiber.phpt
get-return-in-unfinished-fiber.phpt
get-return.phpt
gh9735-001.phpt GC fiber unfinished executions (#9810) 2023-01-13 12:04:28 +01:00
gh9735-002.phpt GC fiber unfinished executions (#9810) 2023-01-13 12:04:28 +01:00
gh9735-003.phpt GC fiber unfinished executions (#9810) 2023-01-13 12:04:28 +01:00
gh9735-004.phpt GC fiber unfinished executions (#9810) 2023-01-13 12:04:28 +01:00
gh9735-005.phpt GC fiber unfinished executions (#9810) 2023-01-13 12:04:28 +01:00
gh9735-006.phpt GC fiber unfinished executions (#9810) 2023-01-13 12:04:28 +01:00
gh9735-007.phpt GC fiber unfinished executions (#9810) 2023-01-13 12:04:28 +01:00
gh9735-008.phpt GC fiber unfinished executions (#9810) 2023-01-13 12:04:28 +01:00
gh9735-009.phpt GC fiber unfinished executions (#9810) 2023-01-13 12:04:28 +01:00
gh10249.phpt Fix GH-10249: Assertion `size >= page_size + 1 * page_size' failed. 2023-01-12 22:00:00 +00:00
gh10340-001.phpt Handle non-INDIRECT symbol table entries in zend_fiber_object_gc() (#10386) 2023-01-27 10:52:42 +01:00
gh10340-002.phpt Handle non-INDIRECT symbol table entries in zend_fiber_object_gc() (#10386) 2023-01-27 10:52:42 +01:00
gh10340-003.phpt Handle non-INDIRECT symbol table entries in zend_fiber_object_gc() (#10386) 2023-01-27 10:52:42 +01:00
gh10437.phpt Fix GH-10437: Set active fiber to null on bailout (#10443) 2023-01-28 10:13:58 -06:00
gh10496-001.phpt Fix GH-10496: Fibers must not be garbage collected while implicitly suspended by resumption of another fiber 2023-02-13 16:30:21 +00:00
gh10496-002.phpt Fix GH-10496: Fibers must not be garbage collected while implicitly suspended by resumption of another fiber 2023-02-13 16:30:21 +00:00
invocable-class.phpt Add API to prevent Fiber switch in select contexts 2021-06-14 14:19:00 -05:00
no-switch-dtor-resume.phpt Add API to prevent Fiber switch in select contexts 2021-06-14 14:19:00 -05:00
no-switch-dtor-start.phpt Add API to prevent Fiber switch in select contexts 2021-06-14 14:19:00 -05:00
no-switch-dtor-suspend.phpt Add API to prevent Fiber switch in select contexts 2021-06-14 14:19:00 -05:00
no-switch-dtor-throw.phpt Add API to prevent Fiber switch in select contexts 2021-06-14 14:19:00 -05:00
no-switch-force-close-finally.phpt Add API to prevent Fiber switch in select contexts 2021-06-14 14:19:00 -05:00
no-switch-gc.phpt Add API to prevent Fiber switch in select contexts 2021-06-14 14:19:00 -05:00
out-of-memory-in-fiber.phpt Don't automatically adjust memory_limit to 2M 2021-05-31 15:42:10 +02:00
out-of-memory-in-nested-fiber.phpt Don't automatically adjust memory_limit to 2M 2021-05-31 15:42:10 +02:00
out-of-memory-in-recursive-fiber.phpt Don't automatically adjust memory_limit to 2M 2021-05-31 15:42:10 +02:00
resume-non-running-fiber.phpt
resume-previous-fiber.phpt Rename Fiber::this() to Fiber::getCurrent() (#7155) 2021-06-18 11:02:02 -05:00
resume-running-fiber.phpt Rename Fiber::this() to Fiber::getCurrent() (#7155) 2021-06-18 11:02:02 -05:00
resume-terminated-fiber.phpt
resume.phpt
return-by-ref.phpt Don't return reference from Fiber::getReturn() 2021-07-22 09:44:19 +02:00
silence-operator-inside-fiber.phpt
silence-operator-outside-fiber.phpt
start-arguments.phpt Improve fiber backtraces 2021-04-30 12:17:50 -05:00
suspend-in-force-close-fiber-after-shutdown.phpt
suspend-in-force-close-fiber-catching-exception.phpt Prefer EXPECT over EXPECTF 2021-06-29 17:13:02 +02:00
suspend-in-force-close-fiber.phpt
suspend-in-nested-function.phpt
suspend-outside-fiber.phpt
throw-during-fiber-destruct.phpt Rethrow exceptions in fiber destructor 2021-05-05 12:49:47 +02:00
throw-in-multiple-destroyed-fibers-after-shutdown.phpt Check current_execute_data instead of flags in fiber destructor 2021-05-05 10:48:30 -05:00
throw-into-non-running-fiber.phpt
throw.phpt
unfinished-fiber-with-finally.phpt
unfinished-fiber-with-nested-try-catch.phpt
unfinished-fiber-with-suspend-in-finally.phpt Prefer EXPECT over EXPECTF 2021-06-29 17:13:02 +02:00
unfinished-fiber-with-throw-in-finally.phpt
unfinished-fiber.phpt
unstarted-fiber.phpt