3v4l.org

run code in 300+ PHP versions simultaneously
<?php function test1() { $s = microtime(true); for ($i = 0; $i < 1000000; $i++) { } return microtime(true) - $s; } function test2() { $s = microtime(true); $i = 0; while ($i < 1000000) { $i++; } return microtime(true) - $s; } function test3() { $s = microtime(true); $i = 0; while ($i++ < 1000000) { } return microtime(true) - $s; } function test4() { $s = microtime(true); for ($i = 0; $i < 1000000; $i++); return microtime(true) - $s; } function test5() { $s = microtime(true); $i = 0; while ($i++ < 1000000); return microtime(true) - $s; } function test6() { $s = microtime(true); $range = range(0, 999999); foreach ($range as $i) { } return microtime(true) - $s; } echo test1() . "\n\n"; echo test2() . "\n\n"; echo test3() . "\n\n"; echo test4() . "\n\n"; echo test5() . "\n\n"; echo test6() . "\n\n";
Output for 7.4.0
0.0097630023956299 0.0095579624176025 0.0067250728607178 0.0093481540679932 0.0068070888519287 0.031440019607544
Output for 7.3.12
0.011734962463379 0.011725902557373 0.0097599029541016 0.011715888977051 0.0098400115966797 0.033114194869995
Output for 7.3.11
0.012006044387817 0.01206111907959 0.010413885116577 0.01158595085144 0.0093660354614258 0.030884981155396
Output for 7.3.10
0.008105993270874 0.0079021453857422 0.0063910484313965 0.0080330371856689 0.0065732002258301 0.024960041046143
Output for 7.3.9
0.0086381435394287 0.0074558258056641 0.0059499740600586 0.0075268745422363 0.0059831142425537 0.0226149559021
Output for 7.3.8
0.0098309516906738 0.0072100162506104 0.0059540271759033 0.0073468685150146 0.0059158802032471 0.022817134857178
Output for 7.3.7
0.0080070495605469 0.007843017578125 0.0067048072814941 0.0078840255737305 0.0066490173339844 0.025573015213013
Output for 7.3.6
0.0118567943573 0.010923862457275 0.0059189796447754 0.011127948760986 0.0059230327606201 0.022778987884521
Output for 7.3.5
0.0087790489196777 0.0079200267791748 0.0059149265289307 0.007702112197876 0.0059170722961426 0.024599075317383
Output for 7.3.4
0.011636018753052 0.011571168899536 0.0098528861999512 0.011512041091919 0.0098371505737305 0.027627944946289
Output for 7.3.3
0.012008905410767 0.012087106704712 0.0097060203552246 0.012899160385132 0.009706974029541 0.023838996887207
Output for 7.3.2
0.0097670555114746 0.0073859691619873 0.0059781074523926 0.007997989654541 0.0059480667114258 0.016617059707642
Output for 7.3.1
0.0081579685211182 0.007328987121582 0.0059208869934082 0.0072259902954102 0.0061519145965576 0.023755073547363
Output for 7.3.0
0.0070919990539551 0.0071690082550049 0.0060129165649414 0.0070068836212158 0.0058841705322266 0.016407012939453
Output for 7.2.25
0.011181831359863 0.0089080333709717 0.0065031051635742 0.0079669952392578 0.0074889659881592 0.028196096420288
Output for 7.2.24
0.012398958206177 0.012367963790894 0.01068902015686 0.012424945831299 0.010410070419312 0.032953977584839
Output for 7.2.23
0.0075359344482422 0.0079469680786133 0.0059969425201416 0.0076258182525635 0.0060789585113525 0.023017168045044
Output for 7.2.22
0.0092658996582031 0.008256196975708 0.0069029331207275 0.0084309577941895 0.0066468715667725 0.025198936462402
Output for 7.2.21
0.0098831653594971 0.0084898471832275 0.0067951679229736 0.0084528923034668 0.0067679882049561 0.025298118591309
Output for 7.2.20
0.0076479911804199 0.0073459148406982 0.0060009956359863 0.0073251724243164 0.0059750080108643 0.028908014297485
Output for 7.2.19
0.0085630416870117 0.0073370933532715 0.0059740543365479 0.0073349475860596 0.0059669017791748 0.022716999053955
Output for 7.2.18
0.0073320865631104 0.0072939395904541 0.0059270858764648 0.0072920322418213 0.0059800148010254 0.023528099060059
Output for 7.2.17
0.009242057800293 0.010531187057495 0.010515928268433 0.012233018875122 0.010694980621338 0.029736042022705
Output for 7.2.16
0.0074620246887207 0.0074198246002197 0.0059590339660645 0.007288932800293 0.0059909820556641 0.023706912994385
Output for 7.2.15
0.0071101188659668 0.0076110363006592 0.005979061126709 0.0074748992919922 0.0059940814971924 0.019195079803467
Output for 7.2.14
0.0073161125183105 0.0072340965270996 0.0060060024261475 0.0074219703674316 0.0059728622436523 0.016474008560181
Output for 7.2.13
0.0074641704559326 0.0073459148406982 0.0059831142425537 0.0071811676025391 0.006019115447998 0.021214962005615
Output for 7.2.12
0.0073540210723877 0.0073180198669434 0.0059981346130371 0.0073199272155762 0.0060360431671143 0.02930212020874
Output for 7.2.11
0.0080330371856689 0.0078749656677246 0.0063769817352295 0.0085299015045166 0.0066468715667725 0.016920804977417
Output for 7.2.10
0.0071771144866943 0.0077569484710693 0.0060131549835205 0.0071520805358887 0.0060310363769531 0.017925977706909
Output for 7.2.9
0.0072550773620605 0.0072100162506104 0.0059940814971924 0.0073020458221436 0.006058931350708 0.022851943969727
Output for 7.2.8
0.013361930847168 0.0071988105773926 0.0059909820556641 0.0073189735412598 0.0059981346130371 0.016601085662842
Output for 7.2.7
0.042268991470337 0.012547016143799 0.010930061340332 0.012788057327271 0.012036085128784 0.016395092010498
Output for 7.2.6
0.010954856872559 0.0084199905395508 0.0059888362884521 0.00730299949646 0.0060920715332031 0.016565084457397
Output for 7.2.5
0.0071630477905273 0.0071518421173096 0.0061631202697754 0.0072410106658936 0.0059700012207031 0.020756006240845
Output for 7.2.4
0.007357120513916 0.007328987121582 0.0059871673583984 0.0073158740997314 0.0059750080108643 0.016394853591919
Output for 7.2.3
0.0085978507995605 0.010396003723145 0.010756015777588 0.012628793716431 0.010637044906616 0.016581058502197
Output for 7.2.2
0.010617971420288 0.0071709156036377 0.0059599876403809 0.0072379112243652 0.005979061126709 0.017868041992188
Output for 7.2.1
0.0080931186676025 0.00736403465271 0.0060639381408691 0.0073249340057373 0.0060329437255859 0.022993087768555
Output for 7.2.0
0.0073699951171875 0.0072908401489258 0.0059938430786133 0.0073330402374268 0.0060291290283203 0.019528150558472
Output for 7.1.33
0.026903867721558 0.023974895477295 0.013747930526733 0.023885011672974 0.013674974441528 0.023015975952148
Output for 7.1.32
0.025884866714478 0.025022029876709 0.013520956039429 0.023766994476318 0.013704061508179 0.023252010345459
Output for 7.1.31
0.025370121002197 0.02375602722168 0.013617992401123 0.02423095703125 0.013714075088501 0.023148059844971
Output for 7.1.30
0.026010990142822 0.026020050048828 0.014382123947144 0.026850938796997 0.014595031738281 0.024179935455322
Output for 7.1.29
0.036371946334839 0.036731004714966 0.021230936050415 0.025190830230713 0.013638019561768 0.022907018661499
Output for 7.1.28
0.025483131408691 0.024219036102295 0.013689994812012 0.025432109832764 0.013554096221924 0.022865056991577
Output for 7.1.27
0.027894973754883 0.027225017547607 0.014660835266113 0.02592396736145 0.014630079269409 0.024240016937256
Output for 7.1.26
0.025460958480835 0.025489091873169 0.01363205909729 0.024001121520996 0.013626098632812 0.022817850112915
Output for 7.1.25
0.024010896682739 0.024034023284912 0.013556003570557 0.023700952529907 0.013528108596802 0.023041963577271
Output for 7.1.7
0.014374971389771 0.01366400718689 0.0095779895782471 0.012181997299194 0.0086050033569336 0.018927097320557
Output for 7.1.6
0.016832113265991 0.015438079833984 0.010677099227905 0.013697862625122 0.009645938873291 0.020197153091431
Output for 7.1.5
0.017714977264404 0.016135931015015 0.01116681098938 0.013839960098267 0.0099060535430908 0.022193908691406
Output for 7.1.0
0.012516021728516 0.012531995773315 0.008836030960083 0.011347055435181 0.0080080032348633 0.016371965408325
Output for 7.0.20
0.0094890594482422 0.0089778900146484 0.0060050487518311 0.009315013885498 0.0064361095428467 0.015326023101807
Output for 7.0.14
0.01361083984375 0.012998819351196 0.0097730159759521 0.011842012405396 0.007781982421875 0.016546010971069
Output for 7.0.11
0.010381937026978 0.0074210166931152 0.0054690837860107 0.0077080726623535 0.0051920413970947 0.014567136764526
Output for 7.0.10
0.0076940059661865 0.0075829029083252 0.0051829814910889 0.0073659420013428 0.0051639080047607 0.56449103355408
Output for 7.0.9
0.0083460807800293 0.008181095123291 0.0058720111846924 0.007889986038208 0.005687952041626 0.59099793434143
Output for 7.0.8
0.01153302192688 0.010802984237671 0.0074338912963867 0.010080099105835 0.0070369243621826 0.56701803207397
Output for 7.0.7
0.0096290111541748 0.0092930793762207 0.0067920684814453 0.0088999271392822 0.0064609050750732 0.58955097198486
Output for 7.0.6
0.0098869800567627 0.009490966796875 0.0068819522857666 0.0092120170593262 0.006662130355835 0.59207582473755
Output for 7.0.5
0.0086610317230225 0.0085711479187012 0.0058889389038086 0.0082230567932129 0.0056910514831543 0.58054184913635
Output for 7.0.4
0.0074710845947266 0.0072789192199707 0.0050590038299561 0.007504940032959 0.0050990581512451 0.36296892166138
Output for 7.0.3
0.0084779262542725 0.0082619190216064 0.0061459541320801 0.0080201625823975 0.0056869983673096 0.56578898429871
Output for 7.0.2
0.0065450668334961 0.0063650608062744 0.0048739910125732 0.0063300132751465 0.0048730373382568 0.12382793426514
Output for 7.0.1
0.01031494140625 0.0080118179321289 0.0058550834655762 0.0079360008239746 0.0060830116271973 0.087183952331543
Output for 7.0.0
0.0080909729003906 0.0091569423675537 0.0053579807281494 0.0073699951171875 0.0061168670654297 0.11674308776855
Output for 5.6.28
0.045166969299316 0.025515079498291 0.02021312713623 0.040274858474731 0.017749071121216 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.6.26
0.031455993652344 0.023617029190063 0.020864963531494 0.025147199630737 0.018464088439941 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.6.25
0.02922797203064 0.022687911987305 0.019680976867676 0.023818969726562 0.017675161361694 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.6.24
0.028726100921631 0.02278995513916 0.019438982009888 0.024148225784302 0.018162965774536 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.6.23
0.027581214904785 0.020559072494507 0.01908802986145 0.022931814193726 0.017205953598022 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.6.22
0.025436878204346 0.0195631980896 0.017760992050171 0.02167797088623 0.016464948654175 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.6.21
0.02957010269165 0.022846937179565 0.020599842071533 0.024178981781006 0.018131017684937 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.6.20
0.029944896697998 0.021500825881958 0.017309904098511 0.021766901016235 0.016451120376587 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.6.19
0.041125059127808 0.02898097038269 0.025113105773926 0.029407024383545 0.021222114562988 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.6.18
0.044610977172852 0.027073860168457 0.024493932723999 0.024718999862671 0.017109155654907 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.6.17
0.039727926254272 0.0244300365448 0.021925926208496 0.026098012924194 0.018380165100098 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.6.16
0.021071910858154 0.017279863357544 0.016553163528442 0.021041870117188 0.016495943069458 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.6.15
0.032212018966675 0.023967027664185 0.021350145339966 0.025413036346436 0.018857002258301 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.6.14
0.019787073135376 0.016597986221313 0.015621185302734 0.019580125808716 0.015486001968384 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.6.13
0.019418001174927 0.016581058502197 0.015079021453857 0.019347906112671 0.014916896820068 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.6.12
0.026911973953247 0.019155979156494 0.016994953155518 0.021161079406738 0.016452074050903 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.6.11
0.023764133453369 0.018805027008057 0.018259048461914 0.023256063461304 0.018063068389893 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.6.10
0.03960108757019 0.022669792175293 0.020251989364624 0.024352073669434 0.017863988876343 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.6.9
0.021492958068848 0.017541885375977 0.016624927520752 0.021652936935425 0.016624927520752 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.6.8
0.021073818206787 0.017203807830811 0.016431093215942 0.02112603187561 0.016454219818115 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.6.7
0.021973133087158 0.017339944839478 0.016488790512085 0.021217107772827 0.016504049301147 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.6.6
0.0223228931427 0.01924991607666 0.017436981201172 0.023275136947632 0.017593145370483 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.6.5
0.043103933334351 0.029937982559204 0.020828008651733 0.023205995559692 0.01709508895874 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.6.4
0.03151798248291 0.02360200881958 0.021121025085449 0.0240797996521 0.017597913742065 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.6.3
0.0294349193573 0.021797895431519 0.020015954971313 0.024029016494751 0.017982006072998 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.6.2
0.030521154403687 0.023056030273438 0.020591020584106 0.023502826690674 0.018106937408447 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.6.1
0.033203125 0.024590969085693 0.02191686630249 0.026033878326416 0.018990039825439 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.6.0
0.031342029571533 0.019227027893066 0.018357992172241 0.022424936294556 0.016568899154663 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.5.38
0.024319171905518 0.018002033233643 0.016984939575195 0.021167039871216 0.016433000564575 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.5.37
0.028004169464111 0.021095037460327 0.019068002700806 0.023120880126953 0.017199039459229 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.5.36
0.033334970474243 0.023344039916992 0.018762111663818 0.023674964904785 0.017601013183594 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.5.35
0.031401872634888 0.021406173706055 0.019674062728882 0.023401021957397 0.017656087875366 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.5.34
0.027388095855713 0.019833087921143 0.018069982528687 0.021675109863281 0.016999959945679 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.5.33
0.030472993850708 0.018877983093262 0.017213106155396 0.02123498916626 0.01731014251709 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.5.32
0.029514074325562 0.022825956344604 0.020348072052002 0.0241539478302 0.018227100372314 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.5.31
0.02126407623291 0.017874002456665 0.016956806182861 0.021239995956421 0.016947984695435 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.5.30
0.029425859451294 0.022872924804688 0.020344018936157 0.02387809753418 0.018129110336304 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.5.29
0.022071123123169 0.019197940826416 0.016997814178467 0.021249055862427 0.016947031021118 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.5.28
0.024500131607056 0.019422054290771 0.01770281791687 0.021589994430542 0.016932964324951 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.5.27
0.031741857528687 0.020677089691162 0.018738985061646 0.022372961044312 0.01713490486145 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.5.26
0.02131986618042 0.017961978912354 0.016919851303101 0.021229028701782 0.016919851303101 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.5.25
0.02032208442688 0.01777720451355 0.016062021255493 0.021760940551758 0.015403032302856 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.5.24
0.021331071853638 0.017797946929932 0.01683783531189 0.020672082901001 0.015782117843628 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.5.23
0.033699035644531 0.02515697479248 0.020811080932617 0.022892951965332 0.019301176071167 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.5.22
0.02944803237915 0.01990795135498 0.018455982208252 0.021720170974731 0.017021894454956 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.5.21
0.029464960098267 0.022922992706299 0.020519971847534 0.021218061447144 0.01792311668396 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.5.20
0.032023906707764 0.024372100830078 0.021651983261108 0.025477170944214 0.019059896469116 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.5.19
0.031951189041138 0.02420711517334 0.021461963653564 0.025225877761841 0.018986225128174 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.5.18
0.033329963684082 0.023640871047974 0.021061897277832 0.024821043014526 0.017973899841309 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.5.16
0.022536039352417 0.018213987350464 0.015655040740967 0.01911997795105 0.014930963516235 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.5.15
0.028217077255249 0.022526025772095 0.020207166671753 0.023794889450073 0.018017053604126 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.5.14
0.030269145965576 0.022542953491211 0.02009391784668 0.021872043609619 0.017069101333618 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.5.13
0.028095006942749 0.021543025970459 0.019454956054688 0.023171186447144 0.017522096633911 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.5.12
0.027734994888306 0.020691871643066 0.017997026443481 0.021862030029297 0.016931056976318 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.5.11
0.033107995986938 0.025243997573853 0.022192001342773 0.025894165039062 0.019483089447021 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.5.10
0.032207012176514 0.025207996368408 0.022055149078369 0.025514841079712 0.01882791519165 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.5.9
0.034959077835083 0.026776075363159 0.02325701713562 0.027381896972656 0.019351959228516 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.5.8
0.033077955245972 0.025207042694092 0.022178888320923 0.025774002075195 0.019357919692993 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.5.7
0.028353929519653 0.020358085632324 0.019268035888672 0.023532867431641 0.019286870956421 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.5.6
0.032873153686523 0.024953842163086 0.021094083786011 0.025576829910278 0.019252061843872 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.5.5
0.021394014358521 0.018208026885986 0.017077207565308 0.021484851837158 0.017028093338013 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.5.4
0.02995491027832 0.0223069190979 0.020095825195312 0.023944139480591 0.018676042556763 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.5.3
0.032094955444336 0.024420022964478 0.021379947662354 0.025130987167358 0.018957138061523 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.5.2
0.030721187591553 0.023447036743164 0.023531913757324 0.024677038192749 0.018405199050903 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.5.1
0.022654056549072 0.019098043441772 0.019556045532227 0.021246194839478 0.01695704460144 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.5.0
0.036374092102051 0.025408029556274 0.02214789390564 0.025881052017212 0.017482042312622 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.4.45
0.022404909133911 0.018303155899048 0.016144037246704 0.021031141281128 0.016175985336304 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.4.44
0.020272016525269 0.016449928283691 0.014942169189453 0.018945217132568 0.015192985534668 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.4.43
0.028059005737305 0.02170991897583 0.018803119659424 0.023428916931152 0.016962051391602 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.4.42
0.019845008850098 0.017044067382812 0.015166044235229 0.018923997879028 0.015083074569702 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.4.41
0.022181034088135 0.017490863800049 0.016112804412842 0.021173000335693 0.016135931015015 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.4.40
0.022215127944946 0.018290996551514 0.016216039657593 0.021239042282104 0.016159057617188 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.4.39
0.034765958786011 0.02534818649292 0.018984079360962 0.021888971328735 0.016830921173096 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.4.38
0.033268213272095 0.024646043777466 0.021358013153076 0.025945901870728 0.018695116043091 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.4.37
0.029008150100708 0.02231502532959 0.019432067871094 0.023994922637939 0.017470836639404 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.4.36
0.031965017318726 0.025321960449219 0.01970911026001 0.023736000061035 0.017324924468994 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.4.35
0.028143882751465 0.018870115280151 0.016422986984253 0.021198987960815 0.016154050827026 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.4.34
0.026674032211304 0.017820835113525 0.016417026519775 0.021078109741211 0.016114950180054 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.4.32
0.034368991851807 0.022036075592041 0.017280101776123 0.021742820739746 0.016247987747192 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.4.31
0.031744956970215 0.02361011505127 0.020611047744751 0.025157928466797 0.018145084381104 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.4.30
0.021806001663208 0.018589019775391 0.016836166381836 0.020660161972046 0.015480995178223 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.4.29
0.031670808792114 0.020565986633301 0.016871929168701 0.021684885025024 0.016100168228149 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.4.28
0.033583879470825 0.025218963623047 0.021760940551758 0.026141881942749 0.016799926757812 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.4.27
0.034349918365479 0.025489807128906 0.021924018859863 0.026564836502075 0.01924991607666 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.4.26
0.026466846466064 0.02140998840332 0.01862096786499 0.022586822509766 0.017228841781616 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.4.25
0.026592969894409 0.020961999893188 0.018289089202881 0.021690130233765 0.016234874725342 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.4.24
0.030923128128052 0.021378040313721 0.018744945526123 0.021744966506958 0.016637086868286 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.4.23
0.031430959701538 0.023637056350708 0.020443916320801 0.024932146072388 0.018121004104614 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.4.22
0.033361911773682 0.02554178237915 0.021660804748535 0.026129007339478 0.018939971923828 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.4.21
0.033699989318848 0.027442932128906 0.023092985153198 0.024665832519531 0.016952037811279 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.4.20
0.03315806388855 0.024736881256104 0.021336078643799 0.031424999237061 0.018527030944824 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.4.19
0.031312942504883 0.023690938949585 0.020610094070435 0.025145053863525 0.018176078796387 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.4.18
0.034564018249512 0.025703191757202 0.021899938583374 0.026657819747925 0.018994092941284 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.4.17
0.032580137252808 0.024647951126099 0.020952939987183 0.025757074356079 0.018532991409302 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.4.16
0.026058912277222 0.018450975418091 0.01685619354248 0.021361827850342 0.016222953796387 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.4.15
0.029752969741821 0.019707918167114 0.017347812652588 0.022114992141724 0.016105175018311 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.4.14
0.030909776687622 0.021477937698364 0.01774787902832 0.022715091705322 0.016803979873657 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.4.13
0.022617101669312 0.019324064254761 0.017244100570679 0.022112131118774 0.016159057617188 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.4.12
0.033355951309204 0.025053024291992 0.021241903305054 0.025699853897095 0.018728971481323 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.4.11
0.03024697303772 0.018837928771973 0.016731023788452 0.0211341381073 0.01615309715271 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.4.10
0.024773120880127 0.02100396156311 0.018108129501343 0.02231502532959 0.016736030578613 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.4.9
0.031714916229248 0.024490118026733 0.017385005950928 0.021458864212036 0.016138076782227 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.4.8
0.023255825042725 0.021184921264648 0.018145084381104 0.025040864944458 0.016135931015015 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.4.7
0.032242059707642 0.020566940307617 0.017729997634888 0.022404909133911 0.01647686958313 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.4.6
0.028143882751465 0.0190749168396 0.016467809677124 0.021180868148804 0.016141891479492 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.4.5
0.022737979888916 0.017462968826294 0.015455007553101 0.019267082214355 0.015053033828735 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.4.4
0.027258157730103 0.023330211639404 0.018279075622559 0.021075963973999 0.016134977340698 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.4.3
0.033318996429443 0.022774934768677 0.017750978469849 0.02193284034729 0.01646614074707 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.4.2
0.026279926300049 0.019051074981689 0.017292976379395 0.021347045898438 0.016202926635742 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.4.1
0.033783912658691 0.024827003479004 0.021235942840576 0.025012016296387 0.016376972198486 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.4.0
0.035306215286255 0.026871204376221 0.021924018859863 0.026493072509766 0.019273042678833 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.3.29
0.034734964370728 0.025339126586914 0.021355152130127 0.026462078094482 0.021164894104004 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.3.28
0.037548065185547 0.025163888931274 0.022303819656372 0.026196956634521 0.020817995071411 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.3.27
0.036686182022095 0.028647184371948 0.023164033889771 0.025997877120972 0.020633935928345 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.3.26
0.04235315322876 0.032671928405762 0.026640892028809 0.031391143798828 0.022901058197021 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.3.25
0.033079862594604 0.027019023895264 0.021597146987915 0.026696920394897 0.020480155944824 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.3.24
0.037668943405151 0.030056953430176 0.023849010467529 0.028818130493164 0.021782159805298 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.3.23
0.034597873687744 0.026741981506348 0.022567987442017 0.026728868484497 0.020622968673706 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.3.22
0.037989854812622 0.027092933654785 0.022619962692261 0.027466058731079 0.0206618309021 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.3.21
0.043540000915527 0.035444021224976 0.025857925415039 0.031503200531006 0.022180795669556 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.3.20
0.025202989578247 0.023695945739746 0.019665956497192 0.026180028915405 0.018666982650757 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.3.19
0.042999982833862 0.033313989639282 0.026275157928467 0.032054901123047 0.022240161895752 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.3.18
0.045598030090332 0.033784151077271 0.026420116424561 0.033132076263428 0.023983001708984 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.3.17
0.034143924713135 0.024283170700073 0.020549058914185 0.029815912246704 0.020431041717529 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.3.16
0.03583812713623 0.024463891983032 0.020671129226685 0.029217958450317 0.020572900772095 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.3.15
0.041879892349243 0.032344818115234 0.025642156600952 0.031332015991211 0.021912097930908 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.3.14
0.033596992492676 0.026009798049927 0.021337032318115 0.027698993682861 0.020698070526123 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.3.13
0.033336877822876 0.025779008865356 0.020426034927368 0.027127981185913 0.020364046096802 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.3.12
0.040839910507202 0.02859902381897 0.022703170776367 0.028179883956909 0.020883083343506 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.3.11
0.030019998550415 0.024250030517578 0.020543098449707 0.027190923690796 0.020519971847534 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.3.10
0.041362047195435 0.02742600440979 0.025484085083008 0.055130958557129 0.025448799133301 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.3.9
0.04343581199646 0.03411602973938 0.026576042175293 0.028990983963013 0.021299839019775 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.3.8
0.042116165161133 0.027836084365845 0.022216081619263 0.027920007705688 0.020946025848389 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.3.7
0.036476135253906 0.027726888656616 0.022548913955688 0.030459880828857 0.022887945175171 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.3.6
0.044875144958496 0.029527902603149 0.023792028427124 0.028565168380737 0.021215915679932 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.3.5
0.042239904403687 0.032882928848267 0.025420904159546 0.031230211257935 0.022459983825684 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.3.4
0.044287919998169 0.034074068069458 0.031101942062378 0.031934976577759 0.022558927536011 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.3.3
0.038697004318237 0.033429861068726 0.024025201797485 0.029853105545044 0.021080017089844 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.3.2
0.04081916809082 0.032660961151123 0.025884866714478 0.032614946365356 0.023309946060181 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.3.1
0.044841051101685 0.031388998031616 0.022045850753784 0.02944016456604 0.020918846130371 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.3.0
0.032513856887817 0.027305126190186 0.02166485786438 0.027215957641602 0.021175146102905 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.2.17
0.050831079483032 0.041469097137451 0.030856132507324 0.04146409034729 0.027444124221802 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 71 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.2.16
0.045115947723389 0.036825180053711 0.028866052627563 0.036187887191772 0.027343988418579 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 71 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.2.15
0.051239013671875 0.037420034408569 0.028779983520508 0.035845994949341 0.027500867843628 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 71 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.2.14
0.060811996459961 0.038928031921387 0.029639959335327 0.037117004394531 0.027315855026245 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 71 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.2.13
0.036366939544678 0.033102989196777 0.02750301361084 0.037265062332153 0.027889013290405 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 71 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.2.12
0.050397872924805 0.040003061294556 0.030579090118408 0.036900043487549 0.027489900588989 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 71 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.2.11
0.060306072235107 0.040524959564209 0.030725955963135 0.039844989776611 0.027387142181396 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 71 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.2.10
0.04613208770752 0.033341884613037 0.027575969696045 0.036323070526123 0.028601884841919 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 71 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.2.9
0.053313970565796 0.037834167480469 0.028324127197266 0.035809993743896 0.027301073074341 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 71 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.2.8
0.039700031280518 0.035897016525269 0.027270078659058 0.03603196144104 0.027359008789062 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 71 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.2.7
0.039379835128784 0.032842874526978 0.027366876602173 0.036983966827393 0.027332067489624 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 71 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.2.6
0.059603929519653 0.045563936233521 0.03452205657959 0.040122985839844 0.028051137924194 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 71 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.2.5
0.055472135543823 0.042839050292969 0.03110408782959 0.039450883865356 0.027279853820801 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 24 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.2.4
0.056912899017334 0.038888931274414 0.028710126876831 0.036375045776367 0.027577877044678 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 24 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.2.3
0.053083181381226 0.041121959686279 0.030156135559082 0.036474943161011 0.027568817138672 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 24 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.2.2
0.04118013381958 0.034080982208252 0.028779983520508 0.036262989044189 0.027198076248169 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 24 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.2.1
0.042333126068115 0.032958030700684 0.027703046798706 0.033915042877197 0.026664972305298 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 24 bytes) in /in/WP6av on line 44
Process exited with code 255.
Output for 5.2.0
0.039134979248047 0.033068180084229 0.027944087982178 0.037065982818604 0.027885913848877 0.10538506507874
Output for 5.1.6
0.036828994750977 0.033195972442627 0.027390003204346 0.036818981170654 0.027420997619629 0.16309785842896
Output for 5.1.5
0.053663969039917 0.040724039077759 0.030327081680298 0.038320064544678 0.027372121810913 0.16754984855652
Output for 5.1.4
0.05290699005127 0.037766933441162 0.02838397026062 0.037090063095093 0.027270078659058 0.15542316436768
Output for 5.1.3
0.05167293548584 0.044420003890991 0.042711019515991 0.051793098449707 0.035496950149536 0.15113115310669
Output for 5.1.2
0.058047771453857 0.035274028778076 0.02803897857666 0.037335157394409 0.028291940689087 0.15459990501404
Output for 5.1.1
0.060235023498535 0.044728994369507 0.028279066085815 0.036779880523682 0.027072906494141 0.15451717376709
Output for 5.1.0
0.052550792694092 0.039634943008423 0.030570983886719 0.035959005355835 0.028908967971802 0.15313005447388
Output for 5.0.5
0.080294132232666 0.069812059402466 0.050519943237305 0.075341939926147 0.050547122955322 0.26981782913208
Output for 5.0.4
0.11870503425598 0.083024978637695 0.057957172393799 0.081787109375 0.058238983154297 0.27119493484497
Output for 5.0.3
0.069786071777344 0.06651782989502 0.046167135238647 0.072257995605469 0.049214124679565 0.27893209457397
Output for 5.0.2
0.093405961990356 0.073585033416748 0.053059101104736 0.076571941375732 0.052685022354126 0.27380704879761
Output for 5.0.1
0.073591947555542 0.064170122146606 0.041696071624756 0.061068058013916 0.041800022125244 0.23165988922119
Output for 5.0.0
0.062326908111572 0.061285018920898 0.044167995452881 0.062593936920166 0.044018983840942 0.23500800132751
Output for 4.4.9
0.120795 0.075587 0.054505 0.074053 0.054879 0.177878
Output for 4.4.8
0.086537 0.071186 0.053543 0.073884 0.053608 0.178559
Output for 4.4.7
0.083163 0.070673 0.054345 0.074191 0.053766 0.171016
Output for 4.4.6
0.119364 0.083018 0.053482 0.073498 0.05249 0.167983
Output for 4.4.5
0.103114 0.072117 0.053176 0.07342 0.053035 0.165981
Output for 4.4.4
0.117141 0.084807 0.055459 0.076953 0.055368 0.175404
Output for 4.4.3
0.097535 0.075527 0.07651 0.07453 0.055393 0.238687
Output for 4.4.2
0.119043 0.084085 0.05629 0.078279 0.057891 0.170877
Output for 4.4.1
0.081943 0.06765 0.04858 0.068947 0.048577 0.154909
Output for 4.4.0
0.109991 0.078461 0.055967 0.075135 0.055974 0.169444
Output for 4.3.11
0.107165 0.073251 0.05433 0.076031 0.05408 0.170288
Output for 4.3.10
0.120145 0.086147 0.057342 0.077381 0.05741 0.172155
Output for 4.3.9
0.066688 0.070406 0.052105 0.073448 0.059634 0.299846
Output for 4.3.8
0.077061 0.074079 0.055092 0.076844 0.054504 0.240791
Output for 4.3.7
0.088382 0.073006 0.054656 0.07487 0.053028 0.273988
Output for 4.3.6
0.076216 0.074702 0.055171 0.075673 0.055063 0.270042
Output for 4.3.5
0.075084 0.07202 0.04904 0.06295 0.047265 0.228828
Output for 4.3.4
0.070572 0.069545 0.051496 0.070608 0.049853 0.238055
Output for 4.3.3
0.101685 0.076434 0.053525 0.073929 0.061246 0.311897
Output for 4.3.2
0.069381 0.074684 0.056674 0.075412 0.054976 0.280985
Output for 4.3.1
0.109969 0.070764 0.053817 0.070791 0.054557 0.270355
Output for 4.3.0
0.112146 0.075912 0.053536 0.069942 0.053741 0.271912

preferences:
198.61 ms | 401 KiB | 266 Q