<?php $bigbig = []; foreach (range(0, 100000) as $_) { $bigbig[] = new StdClass(); } $start = microtime(true); if ($bigbig) { echo "bigbig\n"; } echo microtime(true) - $start;
You have javascript disabled. You will not be able to edit any code.