<?php assert_options(ASSERT_ACTIVE, 0); function foo() { $n = 101681; for ($i =0; $i < 100000; $i++) { $n = $n % 104543 + 70949; } return true; } for ($i = 0; $i < 10; $i++) { assert(foo()); }
You have javascript disabled. You will not be able to edit any code.