blob: f818c673bf823546bd7e1eebf79cf57078b41e29 [file]
<?php
function g2() {
yield 1;
yield from g1();
yield 5;
}