<?php echo 1, PHP_EOL; while (1) { echo 2, PHP_EOL; while (1) { echo 3, PHP_EOL; while (1) { echo 4, PHP_EOL; while (1) { echo 5, PHP_EOL; while (1) { echo 6, PHP_EOL; while (1) { break rand() % 5; } } } } } }
You have javascript disabled. You will not be able to edit any code.