--TEST-- GH-15108 004: Segfault with delegated generator in suspended fiber --FILE-- current()); var_dump($c->current()); $b->next(); var_dump("not executed"); }); $ref = $fiber; $fiber->start(); ?> ==DONE== --EXPECT-- string(3) "foo" string(3) "foo" ==DONE==