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