<?php function foo() { srand(0); $bar = rand(0, 1023); return $bar; } var_dump(foo() === foo());
You have javascript disabled. You will not be able to edit any code.