mirror of
https://github.com/php/php-src.git
synced 2026-04-22 15:38:49 +02:00
578b785ecf
Even if the fiber function returns by reference, we must return a value from Fiber::getReturn() to satisfy the function signature. Fixes oss-fuzz #36417.