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