DEBSOURCES
Skip Quicknav
sources / libnb-platform18-java / 12.1-3 / php / php.editor / test / unit / data / testfiles / parser / yieldFrom_04.php
12345678
<?php function g22() { yield 1; $g1result = yield from g11(); yield 4; return $g1result; }