<?php for ($closure = function($a, $b) { return $a * $b; }, $a = 0, $b = 0, $i = 10; $closure($a, $b) < $i; $i++, $a++, $b++) {} var_dump($a, $b, $i);
You have javascript disabled. You will not be able to edit any code.