blob: 85eedd23ae64958d8b874d30590d6b81a270478d [file]
<?php
function coroutine() {
while ($var = yield);
}
?>