<?php ini_set('memory_limit', 2100000); function foo($i = 0) { print $i.PHP_EOL; foo($i + 1); $a = 2; } foo();
You have javascript disabled. You will not be able to edit any code.
This script was stopped while abusing our resources