<?php print("Original: "); print(ini_get('memory_limit')); ini_set('memory_limit', -1); print(", New: "); print(ini_get('memory_limit')); print("\n"); $x = "123456789ABCDEF"; while (true) $x .= $x; ?>
You have javascript disabled. You will not be able to edit any code.