3v4l.org

run code in 300+ PHP versions simultaneously
<?php $parameters = array(); $lines = range(1,1000); $start = microtime(true); while ($name = array_shift($lines)) { $parameters[$name] = array_shift($lines); } $end = microtime(true); echo ($end-$start)." (while loop)\n"; $parameters2 = array(); $lines2 = range(1,1000); $start = microtime(true); $linescount = count($lines2); for($i = 0; $i < $linescount; $i++){ $name = $lines2[$i]; $i++; $parameters2[$name] = $lines2[$i]; } $end = microtime(true); echo ($end-$start)." (for loop)\n"; if($parameters === $parameters2){ echo "they are equal\n"; }
Output for 7.4.0
0.0025441646575928 (while loop) 7.0095062255859E-5 (for loop) they are equal
Output for 7.3.12
0.0031111240386963 (while loop) 5.3882598876953E-5 (for loop) they are equal
Output for 7.3.11
0.0025689601898193 (while loop) 6.8902969360352E-5 (for loop) they are equal
Output for 7.3.10
0.002716064453125 (while loop) 4.6014785766602E-5 (for loop) they are equal
Output for 7.3.9
0.0025100708007812 (while loop) 6.7949295043945E-5 (for loop) they are equal
Output for 7.3.8
0.0022120475769043 (while loop) 4.3869018554688E-5 (for loop) they are equal
Output for 7.3.7
0.0031278133392334 (while loop) 6.1988830566406E-5 (for loop) they are equal
Output for 7.3.6
0.0037870407104492 (while loop) 6.9141387939453E-5 (for loop) they are equal
Output for 7.3.5
0.0034470558166504 (while loop) 8.0108642578125E-5 (for loop) they are equal
Output for 7.3.4
0.0029630661010742 (while loop) 5.8174133300781E-5 (for loop) they are equal
Output for 7.3.3
0.002532958984375 (while loop) 4.6968460083008E-5 (for loop) they are equal
Output for 7.3.2
0.0033440589904785 (while loop) 3.9100646972656E-5 (for loop) they are equal
Output for 7.3.1
0.0023870468139648 (while loop) 5.3882598876953E-5 (for loop) they are equal
Output for 7.3.0
0.002234935760498 (while loop) 5.1021575927734E-5 (for loop) they are equal
Output for 7.2.25
0.0025601387023926 (while loop) 7.7962875366211E-5 (for loop) they are equal
Output for 7.2.24
0.0023210048675537 (while loop) 5.1975250244141E-5 (for loop) they are equal
Output for 7.2.23
0.0022540092468262 (while loop) 5.4121017456055E-5 (for loop) they are equal
Output for 7.2.22
0.0025179386138916 (while loop) 7.7962875366211E-5 (for loop) they are equal
Output for 7.2.21
0.0022270679473877 (while loop) 4.8160552978516E-5 (for loop) they are equal
Output for 7.2.20
0.0031759738922119 (while loop) 6.1988830566406E-5 (for loop) they are equal
Output for 7.2.19
0.0037710666656494 (while loop) 6.3896179199219E-5 (for loop) they are equal
Output for 7.2.18
0.0028970241546631 (while loop) 6.8902969360352E-5 (for loop) they are equal
Output for 7.2.17
0.002241849899292 (while loop) 4.7922134399414E-5 (for loop) they are equal
Output for 7.2.6
0.0018310546875 (while loop) 2.5033950805664E-5 (for loop) they are equal
Output for 7.2.0
0.0023789405822754 (while loop) 3.7908554077148E-5 (for loop) they are equal
Output for 7.1.33
0.0032920837402344 (while loop) 6.6995620727539E-5 (for loop) they are equal
Output for 7.1.32
0.0030448436737061 (while loop) 7.5101852416992E-5 (for loop) they are equal
Output for 7.1.31
0.0022189617156982 (while loop) 5.5074691772461E-5 (for loop) they are equal
Output for 7.1.30
0.0022099018096924 (while loop) 5.5074691772461E-5 (for loop) they are equal
Output for 7.1.29
0.0034968852996826 (while loop) 9.4890594482422E-5 (for loop) they are equal
Output for 7.1.28
0.0029299259185791 (while loop) 7.7962875366211E-5 (for loop) they are equal
Output for 7.1.27
0.0022029876708984 (while loop) 5.9127807617188E-5 (for loop) they are equal
Output for 7.1.26
0.0038650035858154 (while loop) 5.4121017456055E-5 (for loop) they are equal
Output for 7.1.10
0.0020380020141602 (while loop) 4.1961669921875E-5 (for loop) they are equal
Output for 7.1.7
0.002223014831543 (while loop) 3.814697265625E-5 (for loop) they are equal
Output for 7.1.6
0.0071210861206055 (while loop) 6.4849853515625E-5 (for loop) they are equal
Output for 7.1.5
0.002979040145874 (while loop) 7.2956085205078E-5 (for loop) they are equal
Output for 7.1.4
0.0023031234741211 (while loop) 5.1021575927734E-5 (for loop) they are equal
Output for 7.1.3
0.0023260116577148 (while loop) 5.8174133300781E-5 (for loop) they are equal
Output for 7.1.2
0.004486083984375 (while loop) 5.1021575927734E-5 (for loop) they are equal
Output for 7.1.1
0.0021331310272217 (while loop) 5.0067901611328E-5 (for loop) they are equal
Output for 7.1.0
0.0021059513092041 (while loop) 7.0095062255859E-5 (for loop) they are equal
Output for 7.0.20
0.0033109188079834 (while loop) 9.3936920166016E-5 (for loop) they are equal
Output for 7.0.19
0.0032258033752441 (while loop) 6.7949295043945E-5 (for loop) they are equal
Output for 7.0.18
0.0026240348815918 (while loop) 9.3936920166016E-5 (for loop) they are equal
Output for 7.0.17
0.0023181438446045 (while loop) 0.0001988410949707 (for loop) they are equal
Output for 7.0.16
0.0042579174041748 (while loop) 6.2942504882812E-5 (for loop) they are equal
Output for 7.0.15
0.0033280849456787 (while loop) 8.6069107055664E-5 (for loop) they are equal
Output for 7.0.14
0.0021800994873047 (while loop) 6.3896179199219E-5 (for loop) they are equal
Output for 7.0.13
0.0020937919616699 (while loop) 6.2942504882812E-5 (for loop) they are equal
Output for 7.0.12
0.0032742023468018 (while loop) 9.1075897216797E-5 (for loop) they are equal
Output for 7.0.11
0.0023300647735596 (while loop) 8.2015991210938E-5 (for loop) they are equal
Output for 7.0.10
0.0020339488983154 (while loop) 0.00010418891906738 (for loop) they are equal
Output for 7.0.9
0.0020320415496826 (while loop) 9.2983245849609E-5 (for loop) they are equal
Output for 7.0.8
0.0028619766235352 (while loop) 8.6069107055664E-5 (for loop) they are equal
Output for 7.0.7
0.0021851062774658 (while loop) 8.702278137207E-5 (for loop) they are equal
Output for 7.0.6
0.0020599365234375 (while loop) 6.413459777832E-5 (for loop) they are equal
Output for 7.0.5
0.0020589828491211 (while loop) 7.9870223999023E-5 (for loop) they are equal
Output for 7.0.4
0.0020849704742432 (while loop) 6.3896179199219E-5 (for loop) they are equal
Output for 7.0.3
0.0021090507507324 (while loop) 0.00010108947753906 (for loop) they are equal
Output for 7.0.2
0.0020239353179932 (while loop) 8.702278137207E-5 (for loop) they are equal
Output for 7.0.1
0.0029869079589844 (while loop) 8.0108642578125E-5 (for loop) they are equal
Output for 7.0.0
0.0022590160369873 (while loop) 8.2969665527344E-5 (for loop) they are equal

preferences:
90.3 ms | 401 KiB | 68 Q