<?php
function y(){
    $j = 2;
    for (; $a = $j - 7 + $y = $a - 7; $a = $a + 1 / 3) {
        $j++;
        if ($j > 4) break;
    }
}
?>
DONE