3v4l.org

run code in 300+ PHP versions simultaneously
<?php global $i; $x=$y=''; set_error_handler(function() { echo 'Depth:' . $i . PHP_EOL; die; }); for($i=0;true;++$i) { $x .= '['; $y .= ']'; eval('$a = ' . $x . $y . ';'); }

preferences:
40.97 ms | 402 KiB | 5 Q