<?php $code = <<<'EOT' <?php $a = function(){}; unset($a); EOT; $file = tempnam(sys_get_temp_dir(), 'a'); file_put_contents($file, $code); echo "0 ", number_format(memory_get_usage())."\n"; for ($i = 0; $i <= 50000; $i++) { include $file; if (strlen(rtrim($i, "0")) == 1) { echo str_pad($i,6), " ", number_format(memory_get_usage())."\n"; } }
You have javascript disabled. You will not be able to edit any code.
This script was stopped while abusing our resources
Value for `_results` contains invalid data `array`