--TEST-- Yield from non-iterable --FILE-- current(); } catch (Error $e) { echo $e->getMessage(), "\n"; } ?> --EXPECT-- Can use "yield from" only with arrays and Traversables