3v4l.org

run code in 300+ PHP versions simultaneously
<?php // For inline $results = []; $aHash = []; $i = 0; $tmp = ''; while ($i < 10000) { $tmp .= 'a'; ++$i; } $aHash = array_fill(100000000000000000000000, 100, $tmp); unset($i, $tmp); $t = microtime(true); $key = array_keys($aHash); $size = count($key); for ($i = 0; $i < $size; $i++) $aHash[$key[$i]] .= "a"; echo (microtime(true) - $t) * 1000000;

preferences:
38.7 ms | 402 KiB | 5 Q