<?php

foreach (function(){ return 1; } as $y) {
    var_dump($y);
}

print "ok\n";

?>