--TEST-- Generator shouldn't crash if last yielded value is a closure --FILE-- next(); echo "Done!"; ?> --EXPECT-- Done!