3v4l.org

run code in 300+ PHP versions simultaneously
<?php// Initial Configurationglobal $aHash;$i   = 0;$tmp = '';while($i < 10000) {  $tmp .= 'a';  ++$i;}$aHash = array_fill(100000000000000000000000, 100, $tmp);unset($i, $tmp);// Test Sourcefunction Test1_2() {    global $aHash;    /* The Test */    $t = microtime(true);    reset($aHash);    while(list(,$val) = each($aHash));    return (microtime(true) - $t);}// Variable Clean-upfunction Test1_End() {    global $aHash;    unset($aHash);}

This is an error 404

There are `0` results


preferences:
149.35 ms | 1399 KiB | 7 Q