3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = array(); for($i = 0; $i < pow(10, 5); $i++) { $a[$i] = array( md5($i.microtime(true)) ); } $sum = 0; $times['for']['before'] = microtime(true); for($j = 0; $i < count($a); $i++) { $sum += 1000; } $times['for']['after'] = microtime(true); unset($sum); $sum = 0; $times['foreach']['before'] = microtime(true); foreach($a as $k) { $sum += 1000; } $times['foreach']['after'] = microtime(true); unset($sum); $t_for = $times['for']['after'] - $times['for']['before']; $t_foreach = $times['foreach']['after'] - $times['foreach']['before']; var_dump(array( 'for' => sprintf('%f', $t_for), 'foreach' => sprintf('%f', $t_foreach), 'is \'for\' faster than \'foreach\'?' => $t_for < $t_foreach, 'how much faster?' => ((1 - ($t_for / $t_foreach)) * 100).'%' ));

Abusive script

This script was stopped while abusing our resources

Output for 7.4.1
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.010263" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.962830460438%" }
Output for 7.4.0
array(4) { ["for"]=> string(8) "0.000005" ["foreach"]=> string(8) "0.011631" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.956953099377%" }
Output for 7.3.13
array(4) { ["for"]=> string(8) "0.000007" ["foreach"]=> string(8) "0.011519" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.937906196962%" }
Output for 7.3.12
array(4) { ["for"]=> string(8) "0.000006" ["foreach"]=> string(8) "0.011515" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.948238022278%" }
Output for 7.3.11
array(4) { ["for"]=> string(8) "0.000006" ["foreach"]=> string(8) "0.010600" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.941519152478%" }
Output for 7.3.10
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.007279" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.944318888998%" }
Output for 7.3.9
array(4) { ["for"]=> string(8) "0.000005" ["foreach"]=> string(8) "0.008269" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.939451604532%" }
Output for 7.3.8
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.008247" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.950852847644%" }
Output for 7.3.7
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.008111" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.950029394474%" }
Output for 7.3.6
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.008131" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.950152474783%" }
Output for 7.3.5
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.007526" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.946144585947%" }
Output for 7.3.4
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.007823" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(14) "99.9481896867%" }
Output for 7.3.3
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.008737" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.956337835994%" }
Output for 7.3.2
array(4) { ["for"]=> string(8) "0.000003" ["foreach"]=> string(8) "0.006414" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.951676455282%" }
Output for 7.3.1
array(4) { ["for"]=> string(8) "0.000002" ["foreach"]=> string(8) "0.007165" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.973379475576%" }
Output for 7.3.0
array(4) { ["for"]=> string(8) "0.000002" ["foreach"]=> string(8) "0.008349" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.974298931978%" }
Output for 7.2.26
array(4) { ["for"]=> string(8) "0.000007" ["foreach"]=> string(8) "0.013938" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.950393431406%" }
Output for 7.2.25
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.010886" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.962767471911%" }
Output for 7.2.24
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.009773" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.958527481642%" }
Output for 7.2.23
array(4) { ["for"]=> string(8) "0.000006" ["foreach"]=> string(8) "0.011478" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.948070292053%" }
Output for 7.2.22
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.009797" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.958629416918%" }
Output for 7.2.21
array(4) { ["for"]=> string(8) "0.000005" ["foreach"]=> string(8) "0.010367" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.951704153443%" }
Output for 7.2.20
array(4) { ["for"]=> string(8) "0.000011" ["foreach"]=> string(8) "0.010011" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.890447498154%" }
Output for 7.2.19
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.010913" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(15) "99.96285939002%" }
Output for 7.2.18
array(4) { ["for"]=> string(8) "0.000006" ["foreach"]=> string(8) "0.011730" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.949185959064%" }
Output for 7.2.17
array(4) { ["for"]=> string(8) "0.000007" ["foreach"]=> string(8) "0.010879" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.936445321061%" }
Output for 7.2.16
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.009543" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.957527607055%" }
Output for 7.2.15
array(4) { ["for"]=> string(8) "0.000008" ["foreach"]=> string(8) "0.008680" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.909358090477%" }
Output for 7.2.14
array(4) { ["for"]=> string(8) "0.000008" ["foreach"]=> string(8) "0.009218" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.914647078602%" }
Output for 7.2.13
array(4) { ["for"]=> string(8) "0.000003" ["foreach"]=> string(8) "0.009247" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.966481887328%" }
Output for 7.2.12
array(4) { ["for"]=> string(8) "0.000003" ["foreach"]=> string(8) "0.009962" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.968887612483%" }
Output for 7.2.11
array(4) { ["for"]=> string(8) "0.000010" ["foreach"]=> string(8) "0.010352" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.903268154495%" }
Output for 7.2.10
array(4) { ["for"]=> string(8) "0.000002" ["foreach"]=> string(8) "0.008802" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.975621647977%" }
Output for 7.2.9
array(4) { ["for"]=> string(8) "0.000003" ["foreach"]=> string(8) "0.009359" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.969430645778%" }
Output for 7.2.8
array(4) { ["for"]=> string(8) "0.000002" ["foreach"]=> string(8) "0.009878" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.978277135478%" }
Output for 7.2.7
array(4) { ["for"]=> string(8) "0.000002" ["foreach"]=> string(8) "0.009249" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.976799938133%" }
Output for 7.2.6
array(4) { ["for"]=> string(8) "0.000009" ["foreach"]=> string(8) "0.009966" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.909090909091%" }
Output for 5.6.20, 5.6.31 - 5.6.33, 7.0.10, 7.0.12, 7.0.14 - 7.0.15, 7.1.0, 7.1.2, 7.1.7, 7.2.5

Process exited with code 137.
Output for 7.2.4
array(4) { ["for"]=> string(8) "0.000002" ["foreach"]=> string(8) "0.009666" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.980267377041%" }
Output for 7.2.3
array(4) { ["for"]=> string(8) "0.000002" ["foreach"]=> string(8) "0.009501" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.979924717691%" }
Output for 7.2.2
array(4) { ["for"]=> string(8) "0.000002" ["foreach"]=> string(8) "0.008839" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.975723572411%" }
Output for 7.2.1
array(4) { ["for"]=> string(8) "0.000002" ["foreach"]=> string(8) "0.009677" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.977825958411%" }
Output for 7.2.0
array(4) { ["for"]=> string(8) "0.000003" ["foreach"]=> string(8) "0.009573" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(15) "99.97011356844%" }
Output for 7.1.33
array(4) { ["for"]=> string(8) "0.000003" ["foreach"]=> string(8) "0.011371" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.974839602466%" }
Output for 7.1.32
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.014177" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(15) "99.97309251131%" }
Output for 7.1.31
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.012071" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.966422406131%" }
Output for 7.1.30
array(4) { ["for"]=> string(8) "0.000003" ["foreach"]=> string(8) "0.011784" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.973698053656%" }
Output for 7.1.29
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.011247" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.963962436139%" }
Output for 7.1.28
array(4) { ["for"]=> string(8) "0.000003" ["foreach"]=> string(8) "0.012176" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(15) "99.97454474251%" }
Output for 7.1.27
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.010989" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.963116443557%" }
Output for 7.1.26
array(4) { ["for"]=> string(8) "0.000003" ["foreach"]=> string(8) "0.010539" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.970590896751%" }
Output for 7.1.25
array(4) { ["for"]=> string(8) "0.000002" ["foreach"]=> string(8) "0.011180" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.982939884418%" }
Output for 7.1.24
array(4) { ["for"]=> string(8) "0.000013" ["foreach"]=> string(8) "0.010781" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.878369711847%" }
Output for 7.1.23
array(4) { ["for"]=> string(8) "0.000010" ["foreach"]=> string(8) "0.046888" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.978643669628%" }
Output for 7.1.22
array(4) { ["for"]=> string(8) "0.000008" ["foreach"]=> string(8) "0.039779" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.980221281901%" }
Output for 7.1.21
array(4) { ["for"]=> string(8) "0.000010" ["foreach"]=> string(8) "0.010555" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.905129768923%" }
Output for 7.1.20
array(4) { ["for"]=> string(8) "0.000003" ["foreach"]=> string(8) "0.011212" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.972355718113%" }
Output for 7.1.19
array(4) { ["for"]=> string(8) "0.000002" ["foreach"]=> string(8) "0.010558" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.981934784572%" }
Output for 7.1.18
array(4) { ["for"]=> string(8) "0.000003" ["foreach"]=> string(8) "0.010184" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.969565013813%" }
Output for 7.1.17
array(4) { ["for"]=> string(8) "0.000003" ["foreach"]=> string(8) "0.012731" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.975654062962%" }
Output for 7.1.16
array(4) { ["for"]=> string(8) "0.000008" ["foreach"]=> string(8) "0.010459" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.922494756998%" }
Output for 7.1.15
array(4) { ["for"]=> string(8) "0.000003" ["foreach"]=> string(8) "0.009935" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.971202994889%" }
Output for 7.1.14
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.011765" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.965549385968%" }
Output for 7.1.13
array(4) { ["for"]=> string(8) "0.000011" ["foreach"]=> string(8) "0.010904" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.897231818778%" }
Output for 7.1.12
array(4) { ["for"]=> string(8) "0.000010" ["foreach"]=> string(8) "0.010899" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.908124425778%" }
Output for 7.1.11
array(4) { ["for"]=> string(8) "0.000003" ["foreach"]=> string(8) "0.010865" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(15) "99.97366804178%" }
Output for 7.1.10
array(4) { ["for"]=> string(8) "0.000003" ["foreach"]=> string(8) "0.010841" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.971409720695%" }
Output for 7.1.9
array(4) { ["for"]=> string(8) "0.000003" ["foreach"]=> string(8) "0.010908" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.973771638398%" }
Output for 7.1.8
array(4) { ["for"]=> string(8) "0.000009" ["foreach"]=> string(8) "0.010787" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.918221200601%" }
Output for 7.1.6
array(4) { ["for"]=> string(8) "0.000002" ["foreach"]=> string(8) "0.011648" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.983625012793%" }
Output for 7.1.5
array(4) { ["for"]=> string(8) "0.000003" ["foreach"]=> string(8) "0.011013" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.974020913165%" }
Output for 7.1.4
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.013452" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.969869908901%" }
Output for 7.1.3
array(4) { ["for"]=> string(8) "0.000003" ["foreach"]=> string(8) "0.011091" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.974204643164%" }
Output for 7.1.1
array(4) { ["for"]=> string(8) "0.000009" ["foreach"]=> string(8) "0.010796" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.916081445166%" }
Output for 7.0.33
array(4) { ["for"]=> string(8) "0.000009" ["foreach"]=> string(8) "0.010290" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.911955514365%" }
Output for 7.0.32
array(4) { ["for"]=> string(8) "0.000009" ["foreach"]=> string(8) "0.010382" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.912733953382%" }
Output for 7.0.31
array(4) { ["for"]=> string(8) "0.000010" ["foreach"]=> string(8) "0.011422" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.912330139646%" }
Output for 7.0.30
array(4) { ["for"]=> string(8) "0.000010" ["foreach"]=> string(8) "0.010493" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.904569312217%" }
Output for 7.0.29
array(4) { ["for"]=> string(8) "0.000010" ["foreach"]=> string(8) "0.010925" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.908340971586%" }
Output for 7.0.28
array(4) { ["for"]=> string(8) "0.000009" ["foreach"]=> string(8) "0.010957" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.917314010923%" }
Output for 7.0.27
array(4) { ["for"]=> string(8) "0.000009" ["foreach"]=> string(8) "0.011317" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.919944382413%" }
Output for 7.0.26
array(4) { ["for"]=> string(8) "0.000003" ["foreach"]=> string(8) "0.011083" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.972033989459%" }
Output for 7.0.25
array(4) { ["for"]=> string(8) "0.000013" ["foreach"]=> string(8) "0.011361" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.884577448532%" }
Output for 7.0.24
array(4) { ["for"]=> string(8) "0.000003" ["foreach"]=> string(8) "0.011180" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.972276720976%" }
Output for 7.0.23
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.011107" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.963508350148%" }
Output for 7.0.22
array(4) { ["for"]=> string(8) "0.000010" ["foreach"]=> string(8) "0.011008" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.909033809101%" }
Output for 7.0.21
array(4) { ["for"]=> string(8) "0.000010" ["foreach"]=> string(8) "0.011163" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.910296661754%" }
Output for 7.0.20
array(4) { ["for"]=> string(8) "0.000003" ["foreach"]=> string(8) "0.011876" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.975909419417%" }
Output for 7.0.19
array(4) { ["for"]=> string(8) "0.000013" ["foreach"]=> string(8) "0.011412" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.887185058288%" }
Output for 7.0.18
array(4) { ["for"]=> string(8) "0.000010" ["foreach"]=> string(8) "0.011156" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.910241066849%" }
Output for 7.0.17
array(4) { ["for"]=> string(8) "0.000012" ["foreach"]=> string(8) "0.011755" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(15) "99.89858834983%" }
Output for 7.0.16
array(4) { ["for"]=> string(8) "0.000010" ["foreach"]=> string(8) "0.011362" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.911868390129%" }
Output for 7.0.13
array(4) { ["for"]=> string(8) "0.000003" ["foreach"]=> string(8) "0.010492" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.970458573831%" }
Output for 7.0.11
array(4) { ["for"]=> string(8) "0.000010" ["foreach"]=> string(8) "0.012732" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.921351260252%" }
Output for 7.0.9
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.011232" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(15) "99.96391424326%" }
Output for 7.0.8
array(4) { ["for"]=> string(8) "0.000011" ["foreach"]=> string(8) "0.010983" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.900143272696%" }
Output for 7.0.7
array(4) { ["for"]=> string(8) "0.000011" ["foreach"]=> string(8) "0.011222" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.902271133867%" }
Output for 7.0.6
array(4) { ["for"]=> string(8) "0.000011" ["foreach"]=> string(8) "0.012200" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.910103576314%" }
Output for 7.0.5
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.010978" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.963079596047%" }
Output for 7.0.4
array(4) { ["for"]=> string(8) "0.000011" ["foreach"]=> string(8) "0.010823" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.898667254103%" }
Output for 7.0.3
array(4) { ["for"]=> string(8) "0.000010" ["foreach"]=> string(8) "0.009917" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.899026325279%" }
Output for 7.0.2
array(4) { ["for"]=> string(8) "0.000009" ["foreach"]=> string(8) "0.010292" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.911969791739%" }
Output for 7.0.1
array(4) { ["for"]=> string(8) "0.000011" ["foreach"]=> string(8) "0.010559" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.896132047779%" }
Output for 7.0.0
array(4) { ["for"]=> string(8) "0.000011" ["foreach"]=> string(8) "0.011310" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.903031325098%" }
Output for 5.6.40
array(4) { ["for"]=> string(8) "0.000009" ["foreach"]=> string(8) "0.029885" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.969684156781%" }
Output for 5.6.39
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.030912" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.987659462878%" }
Output for 5.6.38
array(4) { ["for"]=> string(8) "0.000003" ["foreach"]=> string(8) "0.029719" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.989570798235%" }
Output for 5.6.37
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.029731" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.986367390799%" }
Output for 5.6.36
array(4) { ["for"]=> string(8) "0.000003" ["foreach"]=> string(8) "0.031014" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.990775049584%" }
Output for 5.6.35
array(4) { ["for"]=> string(8) "0.000010" ["foreach"]=> string(8) "0.031375" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.968084378823%" }
Output for 5.6.34
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.033545" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.987917383332%" }
Output for 5.6.30
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.034394" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.988215639925%" }
Output for 5.6.29
array(4) { ["for"]=> string(8) "0.000009" ["foreach"]=> string(8) "0.031940" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.972381051909%" }
Output for 5.6.28
array(4) { ["for"]=> string(8) "0.000003" ["foreach"]=> string(8) "0.032628" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.990500686873%" }
Output for 5.6.27
array(4) { ["for"]=> string(8) "0.000009" ["foreach"]=> string(8) "0.033955" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.974020137904%" }
Output for 5.6.26
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.030179" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.986569758256%" }
Output for 5.6.25
array(4) { ["for"]=> string(8) "0.000011" ["foreach"]=> string(8) "0.032223" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.965964499493%" }
Output for 5.6.24
array(4) { ["for"]=> string(8) "0.000003" ["foreach"]=> string(8) "0.029722" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.989571969454%" }
Output for 5.6.23
array(4) { ["for"]=> string(8) "0.000003" ["foreach"]=> string(8) "0.032159" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.991103532639%" }
Output for 5.6.22
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.032042" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.987350625772%" }
Output for 5.6.21
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.032465" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.987515422126%" }
Output for 5.6.19
array(4) { ["for"]=> string(8) "0.000005" ["foreach"]=> string(8) "0.032196" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.984449052133%" }
Output for 5.6.18
array(4) { ["for"]=> string(8) "0.000009" ["foreach"]=> string(8) "0.034522" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(15) "99.97375618111%" }
Output for 5.6.17
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.039955" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(15) "99.98985577296%" }
Output for 5.6.16
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.032457" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.987512395784%" }
Output for 5.6.15
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.033288" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.987824093969%" }
Output for 5.6.14
array(4) { ["for"]=> string(8) "0.000012" ["foreach"]=> string(8) "0.031697" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.961638848564%" }
Output for 5.6.13
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.032808" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.987645977312%" }
Output for 5.6.12
array(4) { ["for"]=> string(8) "0.000003" ["foreach"]=> string(8) "0.028447" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.989104562674%" }
Output for 5.5.7, 5.6.11
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.029983" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.986481973314%" }
Output for 5.6.10
array(4) { ["for"]=> string(8) "0.000005" ["foreach"]=> string(8) "0.035564" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.986592118847%" }
Output for 5.6.9
array(4) { ["for"]=> string(8) "0.000005" ["foreach"]=> string(8) "0.039788" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.987416333599%" }
Output for 5.6.8
array(4) { ["for"]=> string(8) "0.000011" ["foreach"]=> string(8) "0.031131" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.964770664686%" }
Output for 5.6.7
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.036003" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.988742243737%" }
Output for 5.6.6
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.033891" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.988040717838%" }
Output for 5.6.5
array(4) { ["for"]=> string(8) "0.000003" ["foreach"]=> string(8) "0.033077" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.990629617616%" }
Output for 5.6.4
array(4) { ["for"]=> string(8) "0.000003" ["foreach"]=> string(8) "0.028648" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.989180911799%" }
Output for 5.6.3
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.028545" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.985801030678%" }
Output for 5.6.2
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.037883" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.989930330474%" }
Output for 5.6.1
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.032794" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.987640678163%" }
Output for 5.6.0
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.036749" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.988970779052%" }
Output for 5.5.38
array(4) { ["for"]=> string(8) "0.000011" ["foreach"]=> string(8) "0.036534" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.969980748524%" }
Output for 5.5.37
array(4) { ["for"]=> string(8) "0.000010" ["foreach"]=> string(8) "0.034892" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.971301281876%" }
Output for 5.5.36
array(4) { ["for"]=> string(8) "0.000006" ["foreach"]=> string(8) "0.039877" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.985052853111%" }
Output for 5.5.35
array(4) { ["for"]=> string(8) "0.000032" ["foreach"]=> string(8) "0.034122" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.906370966615%" }
Output for 5.5.34
array(4) { ["for"]=> string(8) "0.000034" ["foreach"]=> string(8) "0.034794" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.902697072689%" }
Output for 5.5.33
array(4) { ["for"]=> string(8) "0.000030" ["foreach"]=> string(8) "0.034917" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.913965572573%" }
Output for 5.5.32
array(4) { ["for"]=> string(8) "0.000010" ["foreach"]=> string(8) "0.034206" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.970725587231%" }
Output for 5.5.31
array(4) { ["for"]=> string(8) "0.000034" ["foreach"]=> string(8) "0.034796" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.902017883449%" }
Output for 5.5.30
array(4) { ["for"]=> string(8) "0.000031" ["foreach"]=> string(8) "0.034947" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.911310624305%" }
Output for 5.5.29
array(4) { ["for"]=> string(8) "0.000031" ["foreach"]=> string(8) "0.032903" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.905800514474%" }
Output for 5.5.28
array(4) { ["for"]=> string(8) "0.000057" ["foreach"]=> string(8) "0.035468" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.839342851765%" }
Output for 5.5.27
array(4) { ["for"]=> string(8) "0.000050" ["foreach"]=> string(8) "0.033245" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.849397590361%" }
Output for 5.5.26
array(4) { ["for"]=> string(8) "0.000029" ["foreach"]=> string(8) "0.029831" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.903292838875%" }
Output for 5.5.25
array(4) { ["for"]=> string(8) "0.000005" ["foreach"]=> string(8) "0.042468" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.988210460129%" }
Output for 5.5.24
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.036420" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.989525848243%" }
Output for 5.5.23
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.033029" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.987728555651%" }
Output for 5.5.22
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.032724" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.987614294561%" }
Output for 5.5.21
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.030995" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.987692497039%" }
Output for 5.5.20
array(4) { ["for"]=> string(8) "0.000012" ["foreach"]=> string(8) "0.036850" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(15) "99.96765010352%" }
Output for 5.5.19
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.033565" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.987924592633%" }
Output for 5.5.18
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.029307" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.986170204112%" }
Output for 5.5.17
array(4) { ["for"]=> string(8) "0.000010" ["foreach"]=> string(8) "0.034399" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.970889936235%" }
Output for 5.5.16
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.033533" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.987913087993%" }
Output for 5.5.15
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.033417" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.987871091102%" }
Output for 5.5.14
array(4) { ["for"]=> string(8) "0.000011" ["foreach"]=> string(8) "0.033712" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.967467715244%" }
Output for 5.5.13
array(4) { ["for"]=> string(8) "0.000010" ["foreach"]=> string(8) "0.029925" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(13) "99.966537864%" }
Output for 5.5.12
array(4) { ["for"]=> string(8) "0.000009" ["foreach"]=> string(8) "0.034417" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.973676189421%" }
Output for 5.5.11
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.030412" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.986672624787%" }
Output for 5.5.10
array(4) { ["for"]=> string(8) "0.000010" ["foreach"]=> string(8) "0.031741" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.968452126101%" }
Output for 5.5.9
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.032878" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.987672226251%" }
Output for 5.5.8
array(4) { ["for"]=> string(8) "0.000011" ["foreach"]=> string(8) "0.032883" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.966647573611%" }
Output for 5.5.6
array(4) { ["for"]=> string(8) "0.000014" ["foreach"]=> string(8) "0.037939" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.962922929968%" }
Output for 5.5.5
array(4) { ["for"]=> string(8) "0.000013" ["foreach"]=> string(8) "0.037639" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.965160987908%" }
Output for 5.5.4
array(4) { ["for"]=> string(8) "0.000012" ["foreach"]=> string(8) "0.036274" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.967136397097%" }
Output for 5.5.3
array(4) { ["for"]=> string(8) "0.000012" ["foreach"]=> string(8) "0.045692" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(15) "99.97391023032%" }
Output for 5.5.2
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.032705" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.987607071259%" }
Output for 5.5.1
array(4) { ["for"]=> string(8) "0.000009" ["foreach"]=> string(8) "0.031938" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.972379196309%" }
Output for 5.5.0
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.037107" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.989077217646%" }
Output for 5.4.45
array(4) { ["for"]=> string(8) "0.000005" ["foreach"]=> string(8) "0.033184" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.984912058857%" }
Output for 5.4.44
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.034705" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.988321207999%" }
Output for 5.4.43
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.030127" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.986546588373%" }
Output for 5.4.42
array(4) { ["for"]=> string(8) "0.000013" ["foreach"]=> string(8) "0.032135" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.959935897436%" }
Output for 5.4.41
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.033671" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(15) "99.98796255647%" }
Output for 5.4.40
array(4) { ["for"]=> string(8) "0.000010" ["foreach"]=> string(8) "0.034954" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.971351981829%" }
Output for 5.4.39
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.028669" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.986693944081%" }
Output for 5.4.38
array(4) { ["for"]=> string(8) "0.000014" ["foreach"]=> string(8) "0.033381" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.957860152846%" }
Output for 5.4.37
array(4) { ["for"]=> string(8) "0.000014" ["foreach"]=> string(8) "0.030157" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.953355258997%" }
Output for 5.4.36
array(4) { ["for"]=> string(8) "0.000010" ["foreach"]=> string(8) "0.029681" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.966262621394%" }
Output for 5.4.35
array(4) { ["for"]=> string(8) "0.000005" ["foreach"]=> string(8) "0.032514" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.984601057394%" }
Output for 5.4.34
array(4) { ["for"]=> string(8) "0.000012" ["foreach"]=> string(8) "0.028816" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.958631188774%" }
Output for 5.4.33
array(4) { ["for"]=> string(8) "0.000014" ["foreach"]=> string(8) "0.029969" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.953858025919%" }
Output for 5.4.32
array(4) { ["for"]=> string(8) "0.000011" ["foreach"]=> string(8) "0.029518" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.962037687691%" }
Output for 5.4.31
array(4) { ["for"]=> string(8) "0.000011" ["foreach"]=> string(8) "0.034870" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.968548298873%" }
Output for 5.4.30
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.032908" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.987683479924%" }
Output for 5.4.29
array(4) { ["for"]=> string(8) "0.000010" ["foreach"]=> string(8) "0.033493" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.970102505695%" }
Output for 5.4.28
array(4) { ["for"]=> string(8) "0.000005" ["foreach"]=> string(8) "0.033095" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.984871406959%" }
Output for 5.4.27
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.033808" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.988011368044%" }
Output for 5.4.26
array(4) { ["for"]=> string(8) "0.000015" ["foreach"]=> string(8) "0.033805" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.956272745225%" }
Output for 5.4.25
array(4) { ["for"]=> string(8) "0.000012" ["foreach"]=> string(8) "0.031680" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.962370649106%" }
Output for 5.4.24
array(4) { ["for"]=> string(8) "0.000005" ["foreach"]=> string(8) "0.031995" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.984351364039%" }
Output for 5.4.23
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.030977" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.986915729602%" }
Output for 5.4.22
array(4) { ["for"]=> string(8) "0.000014" ["foreach"]=> string(8) "0.032641" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.957635165734%" }
Output for 5.4.21
array(4) { ["for"]=> string(8) "0.000014" ["foreach"]=> string(8) "0.030493" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.953869129065%" }
Output for 5.4.20
array(4) { ["for"]=> string(8) "0.000014" ["foreach"]=> string(8) "0.030533" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.954710498575%" }
Output for 5.4.19
array(4) { ["for"]=> string(8) "0.000012" ["foreach"]=> string(8) "0.030291" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.959858323495%" }
Output for 5.4.18
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.034309" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.988186404636%" }
Output for 5.4.17
array(4) { ["for"]=> string(8) "0.000010" ["foreach"]=> string(8) "0.033011" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.969665891462%" }
Output for 5.4.16
array(4) { ["for"]=> string(8) "0.000015" ["foreach"]=> string(8) "0.042331" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.964516837605%" }
Output for 5.4.15
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.030656" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.986778762025%" }
Output for 5.4.14
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.030970" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.986912808511%" }
Output for 5.4.13
array(4) { ["for"]=> string(8) "0.000005" ["foreach"]=> string(8) "0.034392" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.985441941075%" }
Output for 5.4.12
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.034111" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.988117870722%" }
Output for 5.4.11
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.033739" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.987986884504%" }
Output for 5.4.10
array(4) { ["for"]=> string(8) "0.000011" ["foreach"]=> string(8) "0.031387" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.965057806542%" }
Output for 5.4.9
array(4) { ["for"]=> string(8) "0.000010" ["foreach"]=> string(8) "0.032414" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.969107198023%" }
Output for 5.4.8
array(4) { ["for"]=> string(8) "0.000012" ["foreach"]=> string(8) "0.032500" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.963320250889%" }
Output for 5.4.7
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.032946" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.988421319246%" }
Output for 5.4.6
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.029850" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(15) "99.98642172524%" }
Output for 5.4.5
array(4) { ["for"]=> string(8) "0.000016" ["foreach"]=> string(8) "0.032407" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.950707748448%" }
Output for 5.4.4
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.029778" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.986388893337%" }
Output for 5.4.3
array(4) { ["for"]=> string(8) "0.000014" ["foreach"]=> string(8) "0.031196" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.954908824114%" }
Output for 5.4.2
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.032319" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.987459057511%" }
Output for 5.4.1
array(4) { ["for"]=> string(8) "0.000008" ["foreach"]=> string(8) "0.029777" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.973577382239%" }
Output for 5.4.0
array(4) { ["for"]=> string(8) "0.000017" ["foreach"]=> string(8) "0.038651" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.956203659153%" }
Output for 5.3.29
array(4) { ["for"]=> string(8) "0.000011" ["foreach"]=> string(8) "0.038926" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.971825292313%" }
Output for 5.3.28
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.035073" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.988443785816%" }
Output for 5.3.27
array(4) { ["for"]=> string(8) "0.000005" ["foreach"]=> string(8) "0.035033" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.985708355168%" }
Output for 5.3.26
array(4) { ["for"]=> string(8) "0.000005" ["foreach"]=> string(8) "0.037836" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.986767152291%" }
Output for 5.3.25
array(4) { ["for"]=> string(8) "0.000014" ["foreach"]=> string(8) "0.035487" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.960361183521%" }
Output for 5.3.24
array(4) { ["for"]=> string(8) "0.000010" ["foreach"]=> string(8) "0.032741" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.969415842594%" }
Output for 5.3.23
array(4) { ["for"]=> string(8) "0.000015" ["foreach"]=> string(8) "0.041550" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.963850029264%" }
Output for 5.3.22
array(4) { ["for"]=> string(8) "0.000005" ["foreach"]=> string(8) "0.033285" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(15) "99.98495788207%" }
Output for 5.3.21
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.031795" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.987252358314%" }
Output for 5.3.20
array(4) { ["for"]=> string(8) "0.000005" ["foreach"]=> string(8) "0.030541" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.983606301425%" }
Output for 5.3.19
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.032102" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.987374206246%" }
Output for 5.3.18
array(4) { ["for"]=> string(8) "0.000005" ["foreach"]=> string(8) "0.030369" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.983513377716%" }
Output for 5.3.17
array(4) { ["for"]=> string(8) "0.000005" ["foreach"]=> string(8) "0.030904" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.983798921471%" }
Output for 5.3.16
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.031239" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.987788683162%" }
Output for 5.3.15
array(4) { ["for"]=> string(8) "0.000005" ["foreach"]=> string(8) "0.030758" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.983721939725%" }
Output for 5.3.14
array(4) { ["for"]=> string(8) "0.000005" ["foreach"]=> string(8) "0.039199" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(15) "99.98722728738%" }
Output for 5.3.13
array(4) { ["for"]=> string(8) "0.000005" ["foreach"]=> string(8) "0.032883" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.984774002697%" }
Output for 5.3.12
array(4) { ["for"]=> string(8) "0.000006" ["foreach"]=> string(8) "0.033991" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.982464631161%" }
Output for 5.3.11
array(4) { ["for"]=> string(8) "0.000005" ["foreach"]=> string(8) "0.033770" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.985173889101%" }
Output for 5.3.10
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.037716" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.989885708506%" }
Output for 5.3.9
array(4) { ["for"]=> string(8) "0.000005" ["foreach"]=> string(8) "0.029860" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.983232328071%" }
Output for 5.3.8
array(4) { ["for"]=> string(8) "0.000007" ["foreach"]=> string(8) "0.030777" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.976760039663%" }
Output for 5.3.7
array(4) { ["for"]=> string(8) "0.000006" ["foreach"]=> string(8) "0.031535" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.980342791475%" }
Output for 5.3.6
array(4) { ["for"]=> string(8) "0.000006" ["foreach"]=> string(8) "0.032878" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.981145757796%" }
Output for 5.3.5
array(4) { ["for"]=> string(8) "0.000006" ["foreach"]=> string(8) "0.032376" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.981589896535%" }
Output for 5.3.4
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.030680" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.986789036454%" }
Output for 5.3.3
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.029192" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.986115648481%" }
Output for 5.3.2
array(4) { ["for"]=> string(8) "0.000005" ["foreach"]=> string(8) "0.030217" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(15) "99.98343051468%" }
Output for 5.3.1
array(4) { ["for"]=> string(8) "0.000005" ["foreach"]=> string(8) "0.162604" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.996920870778%" }
Output for 5.3.0
array(4) { ["for"]=> string(8) "0.000006" ["foreach"]=> string(8) "0.155468" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.996166114587%" }
Output for 5.2.17
array(4) { ["for"]=> string(8) "0.000003" ["foreach"]=> string(8) "0.008611" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.964005869812%" }
Output for 5.2.16
array(4) { ["for"]=> string(8) "0.000003" ["foreach"]=> string(8) "0.007278" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.960689248509%" }
Output for 5.2.15
array(4) { ["for"]=> string(8) "0.000003" ["foreach"]=> string(8) "0.007324" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.960936228393%" }
Output for 5.2.14
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.007450" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.948795084328%" }
Output for 5.2.13
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.007284" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.944355340251%" }
Output for 5.2.12
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.007333" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.944728029392%" }
Output for 5.2.11
array(4) { ["for"]=> string(8) "0.000003" ["foreach"]=> string(8) "0.007440" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.961544624259%" }
Output for 5.2.10
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.010397" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.961016327279%" }
Output for 5.2.9
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.007408" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.948505036851%" }
Output for 5.2.8
array(4) { ["for"]=> string(8) "0.000005" ["foreach"]=> string(8) "0.007269" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.931120440829%" }
Output for 5.2.7
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.007286" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.947642265781%" }
Output for 5.2.6
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.007443" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.945544237299%" }
Output for 5.2.5
array(4) { ["for"]=> string(8) "0.000005" ["foreach"]=> string(8) "0.008101" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.938195302843%" }
Output for 5.2.4
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.008287" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.951090396455%" }
Output for 5.2.3
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.008279" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.951043916487%" }
Output for 5.2.2
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.008295" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.951138192688%" }
Output for 5.2.1
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.012386" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.967276857038%" }
Output for 5.2.0
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.007697" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.947340705635%" }
Output for 5.1.6
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.007822" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(15) "99.94818336991%" }
Output for 5.1.5
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.010313" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.960699093767%" }
Output for 5.1.4
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.007255" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.944134078212%" }
Output for 5.1.3
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.009339" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.956599438346%" }
Output for 5.1.2
array(4) { ["for"]=> string(8) "0.000005" ["foreach"]=> string(8) "0.008124" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.938371239912%" }
Output for 5.1.1
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.008564" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.952672605791%" }
Output for 5.1.0
array(4) { ["for"]=> string(8) "0.000005" ["foreach"]=> string(8) "0.008298" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.939662107804%" }
Output for 5.0.5
array(4) { ["for"]=> string(8) "0.000003" ["foreach"]=> string(8) "0.028375" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(15) "99.98907682354%" }
Output for 5.0.4
array(4) { ["for"]=> string(8) "0.000005" ["foreach"]=> string(8) "0.028509" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.982437947414%" }
Output for 5.0.3
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.027524" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.985274245522%" }
Output for 5.0.2
array(4) { ["for"]=> string(8) "0.000003" ["foreach"]=> string(8) "0.025471" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.987831475293%" }
Output for 5.0.1
array(4) { ["for"]=> string(8) "0.000003" ["foreach"]=> string(8) "0.022343" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.986128006488%" }
Output for 5.0.0
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.023569" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.983814678064%" }
Output for 4.4.9
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.019709" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.979704703435%" }
Output for 4.4.8
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.020012" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.980011992804%" }
Output for 4.4.7
array(4) { ["for"]=> string(8) "0.000003" ["foreach"]=> string(8) "0.021727" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.986192295301%" }
Output for 4.4.6
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.021347" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.981262004029%" }
Output for 4.4.5
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.020870" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.980833732631%" }
Output for 4.4.4
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.022413" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.982153214652%" }
Output for 4.4.3
array(4) { ["for"]=> string(8) "0.000003" ["foreach"]=> string(8) "0.021363" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.985957028507%" }
Output for 4.4.2
array(4) { ["for"]=> string(8) "0.000007" ["foreach"]=> string(8) "0.021152" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.966906202723%" }
Output for 4.4.1
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.021931" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.981760977612%" }
Output for 4.4.0
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.019715" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.979710880041%" }
Output for 4.3.11
array(4) { ["for"]=> string(8) "0.000005" ["foreach"]=> string(8) "0.021031" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.976225571775%" }
Output for 4.3.10
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.019895" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.979894445841%" }
Output for 4.3.9
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.022912" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.982541899441%" }
Output for 4.3.8
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.028289" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.985860228357%" }
Output for 4.3.7
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.024410" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.983613273249%" }
Output for 4.3.6
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.024084" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.983391463212%" }
Output for 4.3.5
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.028460" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.985945186227%" }
Output for 4.3.4
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.025103" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.984065649524%" }
Output for 4.3.3
array(4) { ["for"]=> string(8) "0.000003" ["foreach"]=> string(8) "0.021872" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.986283833212%" }
Output for 4.3.2
array(4) { ["for"]=> string(8) "0.000003" ["foreach"]=> string(8) "0.029629" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.989874784839%" }
Output for 4.3.1
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.030228" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.986767235676%" }
Output for 4.3.0
array(4) { ["for"]=> string(8) "0.000004" ["foreach"]=> string(8) "0.030456" ["is 'for' faster than 'foreach'?"]=> bool(true) ["how much faster?"]=> string(16) "99.986866298923%" }

preferences:
244.66 ms | 401 KiB | 325 Q