<?php

function compute() {
    if (true) {
    }
}

for ($i = 0; $i <= 64; $i++) {
    compute();
}

?>
===DONE===