blob: ab9ff536b1483e4cce34010e8d8c777c0d31c584 [file]
<?php
function count_to_two() {
return yield from [1, 2];
}