<?php register_shutdown_function(function () { var_dump(memory_get_usage()); var_dump(error_get_last()); $lotsOfMemoryLeftThatCanBeUsed = str_repeat(' ', 1000); var_dump(strlen($lotsOfMemoryLeftThatCanBeUsed)); }); function foo() { foo(); } foo();
You have javascript disabled. You will not be able to edit any code.