<?php ini_set('memory_limit', '1M'); register_shutdown_function(function () { ini_set('memory_limit', '10M'); $v = str_repeat(' ', 2 ** 21); var_dump(strlen($v)); }); $v = str_repeat(' ', 2 ** 21);
You have javascript disabled. You will not be able to edit any code.