3v4l.org

run code in 300+ PHP versions simultaneously
<?php function BallRand() { $ball1 = mt_rand(1,99); echo "$ball1\n"; $ball2 = mt_rand(1,99); echo "$ball2\n"; $ball3 = mt_rand(1,99); echo "$ball3\n"; $ball4 = mt_rand(1,99); echo "$ball4\n"; $ball5 = mt_rand(1,99); echo "$ball5\n"; $bonus_ball = mt_rand(1,99); echo "$bonus_ball\n"; } echo BallRand() ?>

preferences:
55.97 ms | 402 KiB | 5 Q