<?php for ($i = 0; $i < 10; $i++) { eval('return function() {};'); gc_collect_cycles(); $new = memory_get_usage(); if (isset($old)) { echo ($new - $old) . "\n"; } $old = $new; }
You have javascript disabled. You will not be able to edit any code.