History log of /PHP-8.2/Zend/tests/fibers/resume-running-fiber.phpt (Results 1 – 3 of 3)
Revision Date Author Comments
# 865fb353 18-Jun-2021 Aaron Piotrowski

Rename Fiber::this() to Fiber::getCurrent() (#7155)


# 810fb59f 26-Apr-2021 Aaron Piotrowski

Improve fiber backtraces

The start/resume/throw execute_data is now attached as the prev_execute_data to the bottom frame of the fiber stack when the fiber is running.


# c276c16b 26-Apr-2021 Aaron Piotrowski

Implement Fibers

RFC: https://wiki.php.net/rfc/fibers

Closes GH-6875.