3v4l.org

run code in 300+ PHP versions simultaneously
<?php $range = range(1,100000); $start_time = microtime(true); array_shift($range); $end_time = microtime(true); echo "array_shift:" . ($end_time - $start_time); echo "\n\n"; $start_time = microtime(); count($range); $end_time = microtime(); echo "count: " . ($end_time - $start_time);
Output for 7.4.1
array_shift:0.00069403648376465 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 count: 1.4E-5
Output for 7.4.0
array_shift:0.00056719779968262 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 count: 1.0E-5
Output for 7.3.13
array_shift:0.0004889965057373 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 count: 3.0E-6
Output for 7.3.12
array_shift:0.00057888031005859 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 count: 5.9999999999999E-6
Output for 7.3.11
array_shift:0.00072383880615234 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 count: 7.0000000000001E-6
Output for 7.3.10
array_shift:0.00047397613525391 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 count: 5.0000000000002E-6
Output for 7.3.9
array_shift:0.00072002410888672 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 count: 5.0000000000002E-6
Output for 7.3.8
array_shift:0.00041794776916504 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 count: 4.9999999999998E-6
Output for 7.3.7
array_shift:0.00049996376037598 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 count: 3.0E-6
Output for 7.3.6
array_shift:0.00045394897460938 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 count: 1.9999999999998E-6
Output for 7.3.5
array_shift:0.00046801567077637 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 count: 1.9999999999998E-6
Output for 7.2.6, 7.3.4
array_shift:0.00042009353637695 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 count: 3.0E-6
Output for 7.3.3
array_shift:0.00055217742919922 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 count: 3.0E-6
Output for 7.3.2
array_shift:0.00049304962158203 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 count: 4.0000000000001E-6
Output for 7.3.1
array_shift:0.00072813034057617 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 count: 5.0000000000002E-6
Output for 7.3.0
array_shift:0.00042200088500977 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 count: 3.0E-6
Output for 7.2.26
array_shift:0.00064611434936523 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 count: 7.0000000000001E-6
Output for 7.2.25
array_shift:0.0006260871887207 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 count: 1.2E-5
Output for 7.1.30, 7.2.15, 7.2.24
array_shift:0.00041699409484863 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 count: 4.0000000000001E-6
Output for 7.2.23
array_shift:0.00065994262695312 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 count: 3.9999999999997E-6
Output for 7.2.22
array_shift:0.00077104568481445 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 count: 5.0000000000002E-6
Output for 7.2.21
array_shift:0.00041699409484863 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 count: 4.9999999999998E-6
Output for 7.2.20
array_shift:0.00061988830566406 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 count: 7.0000000000001E-6
Output for 7.2.19
array_shift:0.00041604042053223 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 count: 8.9999999999999E-6
Output for 7.2.18
array_shift:0.00042605400085449 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 count: 4.0000000000001E-6
Output for 7.2.17
array_shift:0.0004270076751709 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 count: 4.0000000000001E-6
Output for 7.2.16
array_shift:0.00093317031860352 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 count: 4.9999999999998E-6
Output for 7.2.14
array_shift:0.0004429817199707 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 count: 5.0E-6
Output for 7.2.13
array_shift:0.00041484832763672 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 count: 3.9999999999999E-6
Output for 7.2.12
array_shift:0.00043010711669922 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 count: 3.0E-6
Output for 7.2.11
array_shift:0.00042486190795898 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 count: 8.9999999999999E-6
Output for 7.2.10
array_shift:0.00052118301391602 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 count: 5.0E-6
Output for 7.2.9
array_shift:0.00044012069702148 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 count: 4.0000000000001E-6
Output for 7.2.8
array_shift:0.0007011890411377 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 count: 5.9999999999999E-6
Output for 7.2.7
array_shift:0.00042200088500977 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 count: 3.9999999999999E-6
Output for 7.2.5
array_shift:0.00062108039855957 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 count: 4.0000000000001E-6
Output for 7.2.4
array_shift:0.00078296661376953 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 count: 4.0000000000001E-6
Output for 7.2.3
array_shift:0.00042200088500977 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 count: 4.0000000000001E-6
Output for 7.2.2
array_shift:0.00044798851013184 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 count: 3.9999999999999E-6
Output for 7.2.1
array_shift:0.0006098747253418 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 count: 8.0000000000002E-6
Output for 7.2.0
array_shift:0.00049495697021484 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 count: 5.0E-6
Output for 7.1.33
array_shift:0.00071597099304199 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 count: 4.9999999999998E-6
Output for 7.1.32
array_shift:0.00074291229248047 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 count: 5.9999999999999E-6
Output for 7.1.31
array_shift:0.00073719024658203 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 count: 7.0000000000001E-6
Output for 7.1.29
array_shift:0.00042414665222168 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 count: 4.0000000000001E-6
Output for 7.1.28
array_shift:0.00042104721069336 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 count: 1.0E-5
Output for 7.1.27
array_shift:0.00045204162597656 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 count: 3.9999999999999E-6
Output for 7.1.26
array_shift:0.0004429817199707 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 count: 1.1E-5
Output for 7.1.25
array_shift:0.0010769367218018 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 count: 1.3E-5
Output for 7.1.24
array_shift:0.00045108795166016 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 count: 1.3E-5
Output for 7.1.23
array_shift:0.00063800811767578 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 count: 1.2E-5
Output for 7.1.22
array_shift:0.00042510032653809 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 count: 3.0E-6
Output for 7.1.21
array_shift:0.00042486190795898 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 count: 5.0E-6
Output for 7.1.20
array_shift:0.00058698654174805 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 count: 4.0000000000001E-6
Output for 7.1.19
array_shift:0.0004580020904541 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 count: 4.0000000000001E-6
Output for 7.1.18
array_shift:0.00042104721069336 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 count: 4.0000000000001E-6
Output for 7.1.17
array_shift:0.00042390823364258 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 count: 3.9999999999999E-6
Output for 7.1.16
array_shift:0.00042510032653809 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 count: 5.0E-6
Output for 7.1.15
array_shift:0.00042510032653809 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 count: 4.0000000000001E-6
Output for 7.1.14
array_shift:0.00066900253295898 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 count: 3.9999999999997E-6
Output for 7.1.13
array_shift:0.00042390823364258 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 count: 4.0000000000001E-6
Output for 7.1.12
array_shift:0.0004880428314209 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 count: 1.1E-5
Output for 7.1.11
array_shift:0.0007781982421875 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 count: 4.9999999999998E-6
Output for 7.1.10
array_shift:0.00078821182250977 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 count: 5.9999999999999E-6
Output for 7.1.9
array_shift:0.00047588348388672 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 count: 4.9999999999998E-6
Output for 7.1.8
array_shift:0.00048184394836426 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 count: 1.0E-5
Output for 7.1.7
array_shift:0.00069618225097656 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 count: 1.1E-5
Output for 7.1.6
array_shift:0.0006868839263916 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 count: 5.0000000000002E-6
Output for 7.1.5
array_shift:0.00046801567077637 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 count: 4.0000000000001E-6
Output for 7.1.4
array_shift:0.00043702125549316 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 count: 3.0000000000002E-6
Output for 7.1.3
array_shift:0.00044107437133789 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 count: 4.9999999999998E-6
Output for 7.1.2
array_shift:0.00042390823364258 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 count: 9.0000000000001E-6
Output for 7.1.1
array_shift:0.00044798851013184 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 count: 9.9999999999998E-6
Output for 7.1.0
array_shift:0.00047111511230469 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 Notice: A non well formed numeric value encountered in /in/S6SU4 on line 21 count: 5.0E-6
Output for 7.0.33
array_shift:0.0004420280456543 count: 1.1E-5
Output for 7.0.32
array_shift:0.00053596496582031 count: 1.0E-5
Output for 7.0.31
array_shift:0.00042104721069336 count: 4.0000000000001E-6
Output for 7.0.30
array_shift:0.00057291984558105 count: 7.9999999999998E-6
Output for 7.0.29
array_shift:0.00041699409484863 count: 3.9999999999999E-6
Output for 7.0.28
array_shift:0.00056910514831543 count: 3.9999999999999E-6
Output for 7.0.12, 7.0.27
array_shift:0.0004580020904541 count: 8.9999999999999E-6
Output for 7.0.26
array_shift:0.00041604042053223 count: 4.0000000000001E-6
Output for 7.0.25
array_shift:0.00060105323791504 count: 5.0000000000002E-6
Output for 7.0.24
array_shift:0.0004429817199707 count: 7.0000000000001E-6
Output for 7.0.23
array_shift:0.00052499771118164 count: 1.1E-5
Output for 7.0.22
array_shift:0.00067615509033203 count: 7.9999999999998E-6
Output for 7.0.21
array_shift:0.00052189826965332 count: 4.0000000000001E-6
Output for 7.0.20
array_shift:0.0004279613494873 count: 5.0E-6
Output for 7.0.19
array_shift:0.00077295303344727 count: 5.0000000000002E-6
Output for 7.0.18
array_shift:0.00090694427490234 count: 4.9999999999998E-6
Output for 7.0.17
array_shift:0.00042295455932617 count: 3.0E-6
Output for 7.0.16
array_shift:0.0004420280456543 count: 8.9999999999999E-6
Output for 7.0.15
array_shift:0.00074601173400879 count: 4.9999999999998E-6
Output for 7.0.14
array_shift:0.00062203407287598 count: 4.0000000000001E-6
Output for 7.0.13
array_shift:0.00075483322143555 count: 9.0000000000003E-6
Output for 7.0.11
array_shift:0.0010800361633301 count: 7.0000000000001E-6
Output for 7.0.10
array_shift:0.00048184394836426 count: 2.7E-5
Output for 7.0.9
array_shift:0.00047683715820312 count: 5.9999999999999E-6
Output for 7.0.8
array_shift:0.00043678283691406 count: 9.0000000000001E-6
Output for 7.0.7
array_shift:0.00066113471984863 count: 5.0E-6
Output for 7.0.6
array_shift:0.00041580200195312 count: 7.9999999999998E-6
Output for 7.0.5
array_shift:0.00042581558227539 count: 3.9999999999999E-6
Output for 7.0.4
array_shift:0.00043106079101562 count: 3.0E-6
Output for 7.0.3
array_shift:0.00042915344238281 count: 3.0E-6
Output for 7.0.2
array_shift:0.00043511390686035 count: 3.9999999999999E-6
Output for 7.0.1
array_shift:0.00050497055053711 count: 5.0E-6
Output for 7.0.0
array_shift:0.00042390823364258 count: 3.0E-6
Output for 5.6.40
array_shift:0.0019888877868652 count: 6.0000000000025E-6
Output for 5.6.39
array_shift:0.0018861293792725 count: 5.9999999999991E-6
Output for 5.6.38
array_shift:0.0021450519561768 count: 5.9999999999991E-6
Output for 5.6.37
array_shift:0.0020430088043213 count: 5.9999999999991E-6
Output for 5.6.36
array_shift:0.0021228790283203 count: 7.0000000000001E-6
Output for 5.6.35
array_shift:0.0019030570983887 count: 6.0000000000008E-6
Output for 5.6.34
array_shift:0.0021131038665771 count: 5.9999999999991E-6
Output for 5.6.33
array_shift:0.0021719932556152 count: 5.0000000000015E-6
Output for 5.6.32
array_shift:0.0021162033081055 count: 6.0000000000025E-6
Output for 5.6.31
array_shift:0.0017461776733398 count: 5.9999999999991E-6
Output for 5.6.30
array_shift:0.001986026763916 count: 5.9999999999991E-6
Output for 5.6.29
array_shift:0.0019519329071045 count: 6.0000000000025E-6
Output for 5.6.28
array_shift:0.0019540786743164 count: 5.0000000000015E-6
Output for 5.6.27
array_shift:0.0021560192108154 count: 7.0000000000001E-6
Output for 5.6.26
array_shift:0.0019609928131104 count: 6.0000000000025E-6
Output for 5.6.25
array_shift:0.0020210742950439 count: 7.9999999999976E-6
Output for 5.6.24
array_shift:0.002673864364624 count: 8.9999999999986E-6
Output for 5.6.23
array_shift:0.001924991607666 count: 5.0000000000015E-6
Output for 5.6.22
array_shift:0.0017170906066895 count: 5.9999999999991E-6
Output for 5.6.21
array_shift:0.0019290447235107 count: 6.0000000000008E-6
Output for 5.6.20
array_shift:0.0019779205322266 count: 6.0000000000008E-6
Output for 5.6.19
array_shift:0.0016629695892334 count: 4.9999999999998E-6
Output for 5.6.18
array_shift:0.002032995223999 count: 4.9999999999981E-6
Output for 5.6.17
array_shift:0.0019388198852539 count: 5.0000000000015E-6
Output for 5.6.16
array_shift:0.0022521018981934 count: 8.0000000000011E-6
Output for 5.6.15
array_shift:0.0021469593048096 count: 5.0000000000015E-6
Output for 5.6.14
array_shift:0.0021610260009766 count: 8.0000000000011E-6
Output for 5.6.13
array_shift:0.0020999908447266 count: 6.0000000000025E-6
Output for 5.6.12
array_shift:0.0019600391387939 count: 5.0000000000015E-6
Output for 5.6.11
array_shift:0.0020430088043213 count: 5.0000000000015E-6
Output for 5.6.10
array_shift:0.0019001960754395 count: 5.0000000000015E-6
Output for 5.6.9
array_shift:0.0018229484558105 count: 6.0000000000008E-6
Output for 5.6.8
array_shift:0.0016288757324219 count: 5.9999999999991E-6
Output for 5.6.7
array_shift:0.0020449161529541 count: 5.0000000000015E-6
Output for 5.6.6
array_shift:0.0020339488983154 count: 5.0000000000015E-6
Output for 5.6.5
array_shift:0.0017120838165283 count: 6.0000000000025E-6
Output for 5.6.4
array_shift:0.0022780895233154 count: 6.0000000000025E-6
Output for 5.6.3
array_shift:0.0016360282897949 count: 5.0000000000015E-6
Output for 5.6.2
array_shift:0.0016701221466064 count: 6.0000000000008E-6
Output for 5.6.1
array_shift:0.0015251636505127 count: 4.9999999999998E-6
Output for 5.6.0
array_shift:0.0019948482513428 count: 5.0000000000015E-6
Output for 5.5.38
array_shift:0.0046651363372803 count: 8.0000000000011E-6
Output for 5.5.37
array_shift:0.0027549266815186 count: 4.9999999999998E-6
Output for 5.5.36
array_shift:0.0028581619262695 count: 7.0000000000001E-6
Output for 5.5.35
array_shift:0.0035490989685059 count: 5.9999999999991E-6
Output for 5.5.34
array_shift:0.0035197734832764 count: 5.0000000000015E-6
Output for 5.5.33
array_shift:0.0029058456420898 count: 4.0000000000005E-6
Output for 5.5.32
array_shift:0.0035860538482666 count: 4.9999999999981E-6
Output for 5.5.31
array_shift:0.0035629272460938 count: 5.0000000000015E-6
Output for 5.5.30
array_shift:0.0038161277770996 count: 7.0000000000001E-6
Output for 5.5.29
array_shift:0.0035140514373779 count: 5.0000000000015E-6
Output for 5.5.28
array_shift:0.0037350654602051 count: 7.0000000000001E-6
Output for 5.5.27
array_shift:0.0039970874786377 count: 5.0000000000015E-6
Output for 5.5.26
array_shift:0.0031030178070068 count: 4.9999999999998E-6
Output for 5.5.25
array_shift:0.0033721923828125 count: 5.9999999999991E-6
Output for 5.5.24
array_shift:0.0033299922943115 count: 7.9999999999976E-6
Output for 5.5.23
array_shift:0.0035641193389893 count: 5.0000000000015E-6
Output for 5.5.22
array_shift:0.0035190582275391 count: 5.0000000000015E-6
Output for 5.5.21
array_shift:0.0028889179229736 count: 4.9999999999998E-6
Output for 5.5.20
array_shift:0.0039031505584717 count: 6.0000000000025E-6
Output for 5.5.19
array_shift:0.0034990310668945 count: 7.0000000000001E-6
Output for 5.5.18
array_shift:0.00307297706604 count: 4.9999999999981E-6
Output for 5.5.17
array_shift:0.0034940242767334 count: 5.0000000000015E-6
Output for 5.5.16
array_shift:0.0034620761871338 count: 4.9999999999981E-6
Output for 5.5.15
array_shift:0.0038809776306152 count: 7.0000000000001E-6
Output for 5.5.14
array_shift:0.0035130977630615 count: 8.0000000000011E-6
Output for 5.5.13
array_shift:0.0037410259246826 count: 7.0000000000001E-6
Output for 5.5.12
array_shift:0.0028529167175293 count: 5.0000000000015E-6
Output for 5.5.11
array_shift:0.0039441585540771 count: 5.0000000000015E-6
Output for 5.5.10
array_shift:0.0029082298278809 count: 8.0000000000011E-6
Output for 5.5.9
array_shift:0.0037651062011719 count: 5.0000000000015E-6
Output for 5.5.8
array_shift:0.0033218860626221 count: 5.0000000000015E-6
Output for 5.5.7
array_shift:0.0037391185760498 count: 4.9999999999981E-6
Output for 5.5.6
array_shift:0.0029218196868896 count: 8.0000000000011E-6
Output for 5.4.40, 5.5.5
array_shift:0.00364089012146 count: 5.0000000000015E-6
Output for 5.5.4
array_shift:0.0027639865875244 count: 4.9999999999981E-6
Output for 5.5.3
array_shift:0.0035140514373779 count: 7.0000000000001E-6
Output for 5.5.2
array_shift:0.0035121440887451 count: 5.0000000000015E-6
Output for 5.5.1
array_shift:0.0030879974365234 count: 5.9999999999991E-6
Output for 5.5.0
array_shift:0.0029060840606689 count: 5.0000000000015E-6
Output for 5.4.45
array_shift:0.0035140514373779 count: 5.9999999999991E-6
Output for 5.4.44
array_shift:0.0035269260406494 count: 4.9999999999981E-6
Output for 5.4.43
array_shift:0.0038650035858154 count: 7.0000000000001E-6
Output for 5.4.42
array_shift:0.0034470558166504 count: 7.0000000000001E-6
Output for 5.4.41
array_shift:0.0028109550476074 count: 6.0000000000008E-6
Output for 5.4.39
array_shift:0.0036988258361816 count: 7.0000000000001E-6
Output for 5.4.38
array_shift:0.0033259391784668 count: 5.0000000000015E-6
Output for 5.4.37
array_shift:0.0039911270141602 count: 5.9999999999991E-6
Output for 5.4.36
array_shift:0.0038390159606934 count: 5.0000000000015E-6
Output for 5.4.35
array_shift:0.0035719871520996 count: 5.0000000000015E-6
Output for 5.4.34
array_shift:0.0028719902038574 count: 5.0000000000015E-6
Output for 5.4.33
array_shift:0.0036361217498779 count: 4.9999999999981E-6
Output for 5.4.32
array_shift:0.0038650035858154 count: 6.0000000000025E-6
Output for 5.4.31
array_shift:0.0029139518737793 count: 4.9999999999981E-6
Output for 5.4.30
array_shift:0.0030829906463623 count: 5.0000000000015E-6
Output for 5.4.29
array_shift:0.0036420822143555 count: 5.9999999999991E-6
Output for 5.4.28
array_shift:0.002795934677124 count: 5.0000000000015E-6
Output for 5.4.27
array_shift:0.003957986831665 count: 4.9999999999981E-6
Output for 5.4.26
array_shift:0.0027229785919189 count: 5.9999999999991E-6
Output for 5.4.25
array_shift:0.0038352012634277 count: 5.0000000000015E-6
Output for 5.4.24
array_shift:0.0038390159606934 count: 7.9999999999976E-6
Output for 5.4.23
array_shift:0.0036718845367432 count: 6.0000000000025E-6
Output for 5.4.22
array_shift:0.0034439563751221 count: 5.9999999999991E-6
Output for 5.4.21
array_shift:0.0034971237182617 count: 4.9999999999981E-6
Output for 5.4.20
array_shift:0.0035908222198486 count: 1.1999999999998E-5
Output for 5.4.19
array_shift:0.0037300586700439 count: 5.9999999999991E-6
Output for 5.4.18
array_shift:0.003277063369751 count: 3.9999999999971E-6
Output for 5.4.17
array_shift:0.0036940574645996 count: 6.0000000000025E-6
Output for 5.4.16
array_shift:0.0035338401794434 count: 6.0000000000025E-6
Output for 5.4.15
array_shift:0.0037388801574707 count: 6.0000000000025E-6
Output for 5.4.14
array_shift:0.0033628940582275 count: 5.9999999999991E-6
Output for 5.4.13
array_shift:0.0032429695129395 count: 5.0000000000015E-6
Output for 5.4.12
array_shift:0.003389835357666 count: 5.0000000000015E-6
Output for 5.4.11
array_shift:0.0040590763092041 count: 5.9999999999991E-6
Output for 5.4.10
array_shift:0.0034401416778564 count: 4.0000000000005E-6
Output for 5.4.9
array_shift:0.0034949779510498 count: 4.9999999999981E-6
Output for 5.4.8
array_shift:0.00347900390625 count: 3.9999999999971E-6
Output for 5.4.7
array_shift:0.0036830902099609 count: 7.0000000000001E-6
Output for 5.4.6
array_shift:0.0035300254821777 count: 5.9999999999991E-6
Output for 5.4.5
array_shift:0.003371000289917 count: 5.0000000000015E-6
Output for 5.4.4
array_shift:0.0029399394989014 count: 4.9999999999981E-6
Output for 5.4.3
array_shift:0.0028891563415527 count: 4.0000000000005E-6
Output for 5.4.2
array_shift:0.0032119750976562 count: 7.0000000000001E-6
Output for 5.4.1
array_shift:0.0028469562530518 count: 5.0000000000015E-6
Output for 5.4.0
array_shift:0.0030150413513184 count: 4.9999999999981E-6
Output for 5.3.29
array_shift:0.0040051937103271 count: 5.9999999999999E-6
Output for 5.3.28
array_shift:0.003197193145752 count: 4.9999999999998E-6
Output for 5.3.27
array_shift:0.0035481452941895 count: 5.9999999999999E-6
Output for 5.3.26
array_shift:0.0037670135498047 count: 7.0000000000001E-6
Output for 5.3.25
array_shift:0.0035781860351562 count: 8.0000000000002E-6
Output for 5.3.24
array_shift:0.0033411979675293 count: 5.9999999999999E-6
Output for 5.3.23
array_shift:0.0034070014953613 count: 4.0000000000001E-6
Output for 5.3.22
array_shift:0.00337815284729 count: 8.0000000000002E-6
Output for 5.3.21
array_shift:0.0039761066436768 count: 7.0000000000001E-6
Output for 5.3.20
array_shift:0.0034651756286621 count: 5.9999999999999E-6
Output for 5.3.19
array_shift:0.0031471252441406 count: 5.9999999999999E-6
Output for 5.3.18
array_shift:0.0036220550537109 count: 5.9999999999999E-6
Output for 5.3.17
array_shift:0.0030701160430908 count: 5.0000000000002E-6
Output for 5.3.16
array_shift:0.0034091472625732 count: 7.0000000000001E-6
Output for 5.3.15
array_shift:0.0027680397033691 count: 7.0000000000001E-6
Output for 5.3.14
array_shift:0.0031712055206299 count: 6.0000000000004E-6
Output for 5.3.13
array_shift:0.0032851696014404 count: 5.0000000000002E-6
Output for 5.3.12
array_shift:0.0029060840606689 count: 7.0000000000001E-6
Output for 5.3.11
array_shift:0.0032360553741455 count: 4.9999999999998E-6
Output for 5.3.10
array_shift:0.0026211738586426 count: 5.0000000000002E-6
Output for 5.3.9
array_shift:0.0031781196594238 count: 4.9999999999998E-6
Output for 5.3.8
array_shift:0.0035560131072998 count: 4.9999999999998E-6
Output for 5.3.7
array_shift:0.0032711029052734 count: 7.0000000000001E-6
Output for 5.3.6
array_shift:0.0033822059631348 count: 1.1E-5
Output for 5.3.5
array_shift:0.0031859874725342 count: 5.9999999999999E-6
Output for 5.3.4
array_shift:0.0034430027008057 count: 5.0000000000002E-6
Output for 5.3.3
array_shift:0.0026071071624756 count: 7.9999999999998E-6
Output for 5.3.2
array_shift:0.0034270286560059 count: 7.9999999999998E-6
Output for 5.3.1
array_shift:0.0034630298614502 count: 6.0000000000004E-6
Output for 5.3.0
array_shift:0.0031540393829346 count: 4.9999999999998E-6
Output for 5.2.17
array_shift:0.0027768611907959 count: 5.9999999999505E-6
Output for 5.2.16
array_shift:0.0029129981994629 count: 6.9999999999792E-6
Output for 5.2.15
array_shift:0.0032930374145508 count: 6.9999999999792E-6
Output for 5.2.14
array_shift:0.0035600662231445 count: 8.000000000008E-6
Output for 5.2.13
array_shift:0.0033700466156006 count: 6.9999999999792E-6
Output for 5.2.12
array_shift:0.0031678676605225 count: 1.4000000000014E-5
Output for 5.2.11
array_shift:0.0026099681854248 count: 5.0000000000328E-6
Output for 5.2.10
array_shift:0.0027399063110352 count: 5.9999999999921E-6
Output for 5.2.9
array_shift:0.0031552314758301 count: 1.4000000000014E-5
Output for 5.2.8
array_shift:0.0030758380889893 count: 5.9999999999505E-6
Output for 5.2.7
array_shift:0.0032100677490234 count: 6.9999999999792E-6
Output for 5.2.6
array_shift:0.0041818618774414 count: 1.0999999999997E-5
Output for 5.2.5
array_shift:0.0035479068756104 count: 6.9999999999792E-6
Output for 5.2.4
array_shift:0.0038321018218994 count: 6.9999999999792E-6
Output for 5.2.3
array_shift:0.0042400360107422 count: 8.9999999999257E-6
Output for 5.2.2
array_shift:0.0032298564910889 count: 9.000000000009E-6
Output for 5.2.1
array_shift:0.0041129589080811 count: 1.8000000000074E-05
Output for 5.2.0
array_shift:0.0035851001739502 count: 2.2999999999995E-05
Output for 5.1.6
array_shift:0.0048408508300781 count: 1.799999999999E-05
Output for 5.1.5
array_shift:0.0063199996948242 count: 2.4999999999997E-05
Output for 5.1.4
array_shift:0.0059969425201416 count: 2.1999999999966E-05
Output for 5.1.3
array_shift:0.0057158470153809 count: 1.8000000000004E-05
Output for 5.1.2
array_shift:0.0056419372558594 count: 2.2999999999995E-05
Output for 5.1.1
array_shift:0.0049419403076172 count: 8.9999999999257E-06
Output for 5.1.0
array_shift:0.0048470497131348 count: 1.0000000000066E-05
Output for 5.0.5
array_shift:0.005601167678833 count: 2.1999999999994E-05
Output for 5.0.4
array_shift:0.0059089660644531 count: 2.2999999999995E-05
Output for 5.0.3
array_shift:0.0053248405456543 count: 2.5000000000053E-05
Output for 5.0.2
array_shift:0.005774974822998 count: 9.000000000009E-06
Output for 5.0.1
array_shift:0.0054738521575928 count: 5.9999999999505E-06
Output for 5.0.0
array_shift:0.0054538249969482 count: 6.9999999999792E-06
Output for 4.4.9
array_shift:0.005857 count: 4.000000000004E-06
Output for 4.4.8
array_shift:0.006052 count: 5.000000000005E-06
Output for 4.4.7
array_shift:0.005224 count: 5.000000000005E-06
Output for 4.4.6
array_shift:0.006395 count: 4.000000000004E-06
Output for 4.4.5
array_shift:0.006219 count: 5.0000000000328E-06
Output for 4.4.4
array_shift:0.005545 count: 2.9999999999752E-06
Output for 4.4.3
array_shift:0.006444 count: 4.000000000004E-06
Output for 4.4.2
array_shift:0.006314 count: 4.9999999999772E-06
Output for 4.4.1
array_shift:0.0066999999999999 count: 6.0000000000615E-06
Output for 4.4.0
array_shift:0.005967 count: 4.9999999999772E-06
Output for 4.3.11
array_shift:0.004863 count: 4.000000000004E-06
Output for 4.3.10
array_shift:0.006665 count: 5.9999999999505E-06
Output for 4.3.9
array_shift:0.006264 count: 5.0000000000328E-06
Output for 4.3.8
array_shift:0.006292 count: 4.000000000004E-06
Output for 4.3.7
array_shift:0.006011 count: 5.000000000005E-06
Output for 4.3.6
array_shift:0.005987 count: 6.000000000006E-06
Output for 4.3.5
array_shift:0.006337 count: 4.9999999999772E-06
Output for 4.3.4
array_shift:0.007261 count: 5.0000000000328E-06
Output for 4.3.3
array_shift:0.006545 count: 5.0000000000328E-06
Output for 4.3.2
array_shift:0.006197 count: 4.000000000004E-06
Output for 4.3.1
array_shift:0.005886 count: 4.9999999999911E-06
Output for 4.3.0
array_shift:0.006076 count: 7.000000000007E-06

preferences:
233.1 ms | 401 KiB | 325 Q