<?php

function test()
{
    yield




    from [__LINE__];
}
var_dump(test()->current());

?>