3v4l.org

run code in 300+ PHP versions simultaneously
<?php $prefixes = array( 'aaa' => true, 'bbb' => true, 'ccc' => true, 'ddd' => true, ); $array = array(); for ($i = 0; $i < 50; $i++) { $values = array(); for ($j = 0; $j < 5000; $j++) { $values[array_rand($prefixes).$j] = mt_rand(0, 1000); } $array[$i] = $values; } $t = microtime(1); $result1 = array(); foreach ($array as $v) { $result1 = array_merge($result1, $v); } echo 'multiple: '.(microtime(1) - $t)."\n"; $t = microtime(1); $result2 = call_user_func_array('array_merge', $array); echo 'single: '.(microtime(1) - $t)."\n";
Output for 7.3.1
multiple: 0.030623912811279 single: 0.012872934341431
Output for 7.3.0
multiple: 0.027189970016479 single: 0.0059020519256592
Output for 7.2.13
multiple: 0.035681009292603 single: 0.009127140045166
Output for 7.2.12
multiple: 0.044858932495117 single: 0.0056188106536865
Output for 7.2.11
multiple: 0.036759853363037 single: 0.0098638534545898
Output for 7.2.10
multiple: 0.045429944992065 single: 0.010222196578979
Output for 7.2.9
multiple: 0.054473161697388 single: 0.012192010879517
Output for 7.2.8
multiple: 0.0430588722229 single: 0.010399103164673
Output for 7.2.7
multiple: 0.042732000350952 single: 0.011215925216675
Output for 7.2.6
multiple: 0.052120208740234 single: 0.0099599361419678
Output for 7.2.5
multiple: 0.12055802345276 single: 0.010776042938232
Output for 7.2.4
multiple: 0.075121879577637 single: 0.013405799865723
Output for 7.2.3
multiple: 0.065558910369873 single: 0.013641119003296
Output for 7.2.2
multiple: 0.032917976379395 single: 0.010663032531738
Output for 7.2.1
multiple: 0.036269903182983 single: 0.0064809322357178
Output for 7.2.0
multiple: 0.057075023651123 single: 0.010751008987427
Output for 7.1.25
multiple: 0.043613910675049 single: 0.01213002204895
Output for 7.1.7
multiple: 0.022938013076782 single: 0.0077700614929199
Output for 7.1.6
multiple: 0.022382020950317 single: 0.0081300735473633
Output for 7.1.5
multiple: 0.025681972503662 single: 0.0088629722595215
Output for 7.1.0
multiple: 0.023663997650146 single: 0.0075581073760986
Output for 7.0.20
multiple: 0.33303499221802 single: 0.016895055770874
Output for 7.0.10
multiple: 0.02325701713562 single: 0.0077970027923584
Output for 7.0.9
multiple: 0.046543121337891 single: 0.0080218315124512
Output for 7.0.8
multiple: 0.064280033111572 single: 0.0078959465026855
Output for 7.0.7
multiple: 0.06388783454895 single: 0.0086569786071777
Output for 7.0.6
multiple: 0.074631929397583 single: 0.0073940753936768
Output for 7.0.5
multiple: 0.10765790939331 single: 0.0080940723419189
Output for 7.0.4
multiple: 0.021133899688721 single: 0.0074989795684814
Output for 7.0.3
multiple: 0.0225830078125 single: 0.0076301097869873
Output for 7.0.2
multiple: 0.021870851516724 single: 0.0077259540557861
Output for 7.0.1
multiple: 0.02185583114624 single: 0.0076668262481689
Output for 7.0.0
multiple: 0.025992155075073 single: 0.008436918258667
Output for 5.6.28
multiple: 0.095213174819946 single: 0.018465042114258
Output for 5.6.25
multiple: 0.13312005996704 single: 0.026654005050659
Output for 5.6.24
multiple: 0.12627911567688 single: 0.026932001113892
Output for 5.6.23
multiple: 0.11036682128906 single: 0.02505087852478
Output for 5.6.22
multiple: 0.25948691368103 single: 0.052948951721191
Output for 5.6.21
multiple: 0.13540410995483 single: 0.032687902450562
Output for 5.6.20
multiple: 0.17084288597107 single: 0.02543306350708
Output for 5.6.19
multiple: 0.13712787628174 single: 0.022411108016968
Output for 5.6.18
multiple: 0.12297701835632 single: 0.027601003646851
Output for 5.6.17
multiple: 0.10131502151489 single: 0.016963005065918
Output for 5.6.16
multiple: 0.13440895080566 single: 0.038674116134644
Output for 5.6.15
multiple: 0.13127994537354 single: 0.025264978408813
Output for 5.6.14
multiple: 0.1636848449707 single: 0.023240089416504
Output for 5.6.13
multiple: 0.1227068901062 single: 0.018264055252075
Output for 5.6.12
multiple: 0.1463611125946 single: 0.02130389213562
Output for 5.6.11
multiple: 0.13611078262329 single: 0.02820611000061
Output for 5.6.10
multiple: 0.14514994621277 single: 0.021236896514893
Output for 5.6.9
multiple: 0.13208603858948 single: 0.029356956481934
Output for 5.6.8
multiple: 0.13371801376343 single: 0.021539211273193
Output for 5.6.7
multiple: 0.12006282806396 single: 0.024350881576538
Output for 5.6.6
multiple: 0.10996294021606 single: 0.018905878067017
Output for 5.6.5
multiple: 0.13083982467651 single: 0.026640176773071
Output for 5.6.4
multiple: 0.14401507377625 single: 0.027508020401001
Output for 5.6.3
multiple: 0.11597490310669 single: 0.025058031082153
Output for 5.6.2
multiple: 0.17488408088684 single: 0.027708053588867
Output for 5.6.1
multiple: 0.15410590171814 single: 0.023782968521118
Output for 5.6.0
multiple: 0.13010382652283 single: 0.025175809860229
Output for 5.5.38
multiple: 0.12298798561096 single: 0.018184185028076
Output for 5.5.37
multiple: 0.11585307121277 single: 0.020843029022217
Output for 5.5.36
multiple: 0.11195707321167 single: 0.01807689666748
Output for 5.5.35
multiple: 0.11738896369934 single: 0.021715879440308
Output for 5.5.34
multiple: 0.14334392547607 single: 0.024741172790527
Output for 5.5.33
multiple: 0.15762901306152 single: 0.03225302696228
Output for 5.5.32
multiple: 0.10102987289429 single: 0.022127866744995
Output for 5.5.31
multiple: 0.12579011917114 single: 0.020102024078369
Output for 5.5.30
multiple: 0.14453601837158 single: 0.019268035888672
Output for 5.5.29
multiple: 0.12518119812012 single: 0.026404142379761
Output for 5.5.28
multiple: 0.14378786087036 single: 0.029239892959595
Output for 5.5.27
multiple: 0.14942407608032 single: 0.028906106948853
Output for 5.5.26
multiple: 0.15438485145569 single: 0.02868914604187
Output for 5.5.25
multiple: 0.1374728679657 single: 0.027167081832886
Output for 5.5.24
multiple: 0.13079500198364 single: 0.021233797073364
Output for 5.5.23
multiple: 0.11386680603027 single: 0.018281936645508
Output for 5.5.22
multiple: 0.13690590858459 single: 0.029550075531006
Output for 5.5.21
multiple: 0.10771584510803 single: 0.021047115325928
Output for 5.5.20
multiple: 0.11752891540527 single: 0.024444103240967
Output for 5.5.19
multiple: 0.11473107337952 single: 0.018862009048462
Output for 5.5.18
multiple: 0.12571811676025 single: 0.02147102355957
Output for 5.5.16
multiple: 0.12210893630981 single: 0.018172979354858
Output for 5.5.15
multiple: 0.13465213775635 single: 0.025119066238403
Output for 5.5.14
multiple: 0.11650419235229 single: 0.01908802986145
Output for 5.5.13
multiple: 0.1545889377594 single: 0.027390956878662
Output for 5.5.12
multiple: 0.11391305923462 single: 0.016736030578613
Output for 5.5.11
multiple: 0.11060905456543 single: 0.025341987609863
Output for 5.5.10
multiple: 0.1253490447998 single: 0.019487142562866
Output for 5.5.9
multiple: 0.11761498451233 single: 0.02180290222168
Output for 5.5.8
multiple: 0.1347291469574 single: 0.021129846572876
Output for 5.5.7
multiple: 0.14590311050415 single: 0.020294904708862
Output for 5.5.6
multiple: 0.13052105903625 single: 0.020728826522827
Output for 5.5.5
multiple: 0.21355795860291 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 80 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.5.4
multiple: 0.21093988418579 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 80 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.5.3
multiple: 0.21574282646179 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 80 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.5.2
multiple: 0.24081206321716 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 80 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.5.1
multiple: 0.21051287651062 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 80 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.5.0
multiple: 0.21483302116394 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 80 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.4.45
multiple: 0.23111891746521 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 80 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.4.44
multiple: 0.24236011505127 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 80 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.4.43
multiple: 0.25479388237 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 80 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.4.42
multiple: 0.24068307876587 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 80 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.4.41
multiple: 0.26295113563538 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 80 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.4.40
multiple: 0.22867393493652 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 80 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.4.39
multiple: 0.23145508766174 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 80 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.4.38
multiple: 0.20064091682434 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 80 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.4.37
multiple: 0.21715617179871 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 80 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.4.36
multiple: 0.21996593475342 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 80 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.4.35
multiple: 0.21051096916199 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 80 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.4.34
multiple: 0.20419502258301 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 80 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.4.32
multiple: 0.20310497283936 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 80 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.4.31
multiple: 0.2476601600647 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 80 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.4.30
multiple: 0.21510696411133 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 80 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.4.29
multiple: 0.23020601272583 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 80 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.4.28
multiple: 0.24056911468506 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 80 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.4.27
multiple: 0.21454310417175 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 80 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.4.26
multiple: 0.2134838104248 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 80 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.4.25
multiple: 0.19042801856995 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 80 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.4.24
multiple: 0.21246790885925 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 80 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.4.23
multiple: 0.21795296669006 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 80 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.4.22
multiple: 0.21345496177673 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 80 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.4.21
multiple: 0.21393299102783 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 80 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.4.20
multiple: 0.24428987503052 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 80 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.4.19
multiple: 0.21125102043152 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 80 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.4.18
multiple: 0.24150109291077 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 80 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.4.17
multiple: 0.23679184913635 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 80 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.4.16
multiple: 0.20422601699829 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 80 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.4.15
multiple: 0.21029591560364 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 80 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.4.14
multiple: 0.22553110122681 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 80 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.4.13
multiple: 0.21620202064514 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 80 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.4.12
multiple: 0.24242615699768 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 80 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.4.11
multiple: 0.21531987190247 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 80 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.4.10
multiple: 0.21093606948853 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 80 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.4.9
multiple: 0.20030617713928 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 80 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.4.8
multiple: 0.23453903198242 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 80 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.4.7
multiple: 0.19564008712769 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 80 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.4.6
multiple: 0.21025705337524 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 80 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.4.5
multiple: 0.25525689125061 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 80 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.4.4
multiple: 0.23859405517578 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 80 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.4.3
multiple: 0.20212602615356 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 80 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.4.2
multiple: 0.26395606994629 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 80 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.4.1
multiple: 0.27759695053101 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 80 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.4.0
multiple: 0.22578597068787 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 80 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.3.29
multiple: 0.21273493766785 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 79 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.3.28
multiple: 0.26009392738342 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 79 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.3.27
multiple: 0.21228218078613 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 79 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.3.26
multiple: 0.221431016922 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 79 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.3.25
multiple: 0.20933985710144 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 79 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.3.24
multiple: 0.21774101257324 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 79 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.3.23
multiple: 0.21375298500061 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 79 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.3.22
multiple: 0.25177311897278 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 79 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.3.21
multiple: 0.21418309211731 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 79 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.3.20
multiple: 0.22301816940308 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 79 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.3.19
multiple: 0.20667695999146 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 79 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.3.18
multiple: 0.20949697494507 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 79 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.3.17
multiple: 0.21284794807434 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 79 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.3.16
multiple: 0.20088005065918 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 79 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.3.15
multiple: 0.21178102493286 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 79 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.3.14
multiple: 0.23863196372986 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 79 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.3.13
multiple: 0.17952489852905 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 79 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.3.12
multiple: 0.22841501235962 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 79 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.3.11
multiple: 0.19831585884094 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 79 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.3.10
multiple: 0.24169301986694 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 79 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.3.9
multiple: 0.25793814659119 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 79 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.3.8
multiple: 0.25435400009155 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 79 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.3.7
multiple: 0.2337429523468 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 79 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.3.6
multiple: 0.22493410110474 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 79 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.3.5
multiple: 0.30234813690186 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 79 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.3.4
multiple: 0.20503187179565 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 79 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.3.3
multiple: 0.22813987731934 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 79 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.3.2
multiple: 0.23931288719177 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 79 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.3.1
multiple: 0.21663522720337 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 79 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.3.0
multiple: 0.13189196586609 single: 0.02131199836731
Output for 5.2.17
multiple: 0.2329728603363 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 79 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.2.16
multiple: 0.22588896751404 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 79 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.2.15
multiple: 0.22316479682922 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 79 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.2.14
multiple: 0.27944898605347 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 79 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.2.13
multiple: 0.35968804359436 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 79 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.2.12
multiple: 0.22311091423035 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 79 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.2.11
multiple: 0.34666585922241 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 79 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.2.10
multiple: 0.24595189094543 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 79 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.2.9
multiple: 0.2800350189209 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 79 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.2.8
multiple: 0.22607779502869 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 79 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.2.7
multiple: 0.25474095344543 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 79 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.2.6
multiple: 0.22935795783997 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 79 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.2.5
multiple: 0.32098412513733 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 79 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.2.4
multiple: 0.32017397880554 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 79 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.2.3
multiple: 0.43138885498047 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 79 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.2.2
multiple: 0.29368686676025 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 79 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.2.1
multiple: 0.251620054245 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 79 bytes) in /in/kJmVl on line 31
Process exited with code 255.
Output for 5.2.0
multiple: 0.21730709075928 single: 0.049168109893799
Output for 5.1.6
multiple: 0.34289908409119 single: 0.076014995574951
Output for 5.1.5
multiple: 0.32366991043091 single: 0.075664043426514
Output for 5.1.4
multiple: 0.34798717498779 single: 0.071226119995117
Output for 5.1.3
multiple: 0.33329701423645 single: 0.065561056137085
Output for 5.1.2
multiple: 0.29995584487915 single: 0.060824155807495
Output for 5.1.1
multiple: 0.425950050354 single: 0.08777904510498
Output for 5.1.0
multiple: 0.300705909729 single: 0.067615032196045
Output for 5.0.5
multiple: 0.28764891624451 single: 0.062163114547729
Output for 5.0.4
multiple: 0.32919096946716 single: 0.067198991775513
Output for 5.0.3
multiple: 0.33485889434814 single: 0.083247900009155
Output for 5.0.2
multiple: 0.32075905799866 single: 0.069188833236694
Output for 5.0.1
multiple: 0.37741804122925 single: 0.08213996887207
Output for 5.0.0
multiple: 0.40589499473572 single: 0.075629949569702
Output for 4.4.9
multiple: 0.335034 single: 0.066803
Output for 4.4.8
multiple: 0.291532 single: 0.058472
Output for 4.4.7
multiple: 0.32986 single: 0.06569
Output for 4.4.6
multiple: 0.322038 single: 0.064821
Output for 4.4.5
multiple: 0.382049 single: 0.077987
Output for 4.4.4
multiple: 0.392649 single: 0.072005
Output for 4.4.3
multiple: 0.377616 single: 0.074061
Output for 4.4.2
multiple: 0.301029 single: 0.057222
Output for 4.4.1
multiple: 0.336018 single: 0.059898
Output for 4.4.0
multiple: 0.389847 single: 0.071889
Output for 4.3.11
multiple: 0.408602 single: 0.077225
Output for 4.3.10
multiple: 0.366812 single: 0.072913
Output for 4.3.9
multiple: 0.331091 single: 0.075875
Output for 4.3.8
multiple: 0.313062 single: 0.066201
Output for 4.3.7
multiple: 0.348673 single: 0.076832
Output for 4.3.6
multiple: 0.317461 single: 0.066668
Output for 4.3.5
multiple: 0.313439 single: 0.065788
Output for 4.3.4
multiple: 0.360422 single: 0.066256
Output for 4.3.3
multiple: 0.292774 single: 0.074071
Output for 4.3.2
multiple: 0.291086 single: 0.059334
Output for 4.3.1
multiple: 0.276393 single: 0.058335
Output for 4.3.0
multiple: 0.282424 single: 0.063013

preferences:
67.31 ms | 733 KiB | 5 Q