3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Foo {} $foo = new Foo; $rounds = 1000000; $start = microtime(true); for($i=0; $i<$rounds; $i++) { get_class($foo); } echo (microtime(true) - $start); echo "\n"; $reflectionClass = new ReflectionClass($foo); $start = microtime(true); for($i=0; $i<$rounds; $i++) { $reflectionClass->getName(); } echo (microtime(true) - $start); echo "\n"; if (class_exists('ReflectionClass')) { $start = microtime(true); for($i=0; $i<$rounds; $i++) { $reflectionClass = new ReflectionClass($foo); $reflectionClass->getName(); } echo (microtime(true) - $start); }
Output for 7.4.1
0.029654026031494 0.04497218132019 0.30218815803528
Output for 7.4.0
0.028028011322021 0.044080018997192 0.30659890174866
Output for 7.3.13
0.023654937744141 0.037137031555176 0.26392507553101
Output for 7.3.12
0.036527872085571 0.049344062805176 0.35670208930969
Output for 7.3.11
0.030847072601318 0.046610832214355 0.39565110206604
Output for 7.3.10
0.030281782150269 0.030011892318726 0.32866287231445
Output for 7.3.9
0.031713962554932 0.032925844192505 0.28887510299683
Output for 7.3.8
0.030068874359131 0.04430103302002 0.29600977897644
Output for 7.3.7
0.023717880249023 0.029592037200928 0.27133798599243
Output for 7.3.6
0.031476974487305 0.043761014938354 0.30797600746155
Output for 7.3.5
0.029546976089478 0.036789894104004 0.303631067276
Output for 7.3.4
0.024488925933838 0.028974056243896 0.25099420547485
Output for 7.3.3
0.034314155578613 0.044329166412354 0.38222002983093
Output for 7.3.2
0.032449007034302 0.047811031341553 0.33132600784302
Output for 7.3.1
0.030319929122925 0.034347057342529 0.29890203475952
Output for 7.3.0
0.024405956268311 0.032629013061523 0.2511579990387
Output for 7.2.26
0.03084397315979 0.069861888885498 0.42917490005493
Output for 7.2.25
0.034533977508545 0.072581052780151 0.46438789367676
Output for 7.2.24
0.03668999671936 0.075839996337891 0.42581415176392
Output for 7.2.23
0.025086879730225 0.040515899658203 0.46074295043945
Output for 7.2.22
0.026324987411499 0.046816825866699 0.36948704719543
Output for 7.2.21
0.034991025924683 0.059137105941772 0.35671210289001
Output for 7.2.20
0.026196956634521 0.054905891418457 0.4057891368866
Output for 7.2.19
0.030048847198486 0.056135177612305 0.37969708442688
Output for 7.2.18
0.03436803817749 0.07421612739563 0.3213939666748
Output for 7.2.17
0.031800985336304 0.070034980773926 0.50170588493347
Output for 7.2.16
0.023991107940674 0.041888952255249 0.333163022995
Output for 7.2.15
0.025141954421997 0.047285079956055 0.35685992240906
Output for 7.2.14
0.022772073745728 0.04156494140625 0.32816886901855
Output for 7.2.13
0.030568838119507 0.076235055923462 0.53061890602112
Output for 7.2.12
0.025053977966309 0.04707407951355 0.35770297050476
Output for 7.2.11
0.031363964080811 0.047123908996582 0.3813328742981
Output for 7.2.10
0.02578592300415 0.048573970794678 0.36792993545532
Output for 7.2.9
0.042237997055054 0.088125944137573 0.4355628490448
Output for 7.2.8
0.033103942871094 0.074451208114624 0.44247508049011
Output for 7.2.7
0.030900955200195 0.064294099807739 0.47519111633301
Output for 7.2.6
0.033133029937744 0.067087888717651 0.43605494499207
Output for 7.2.5
0.02741003036499 0.053344011306763 0.33960914611816
Output for 7.2.4
0.025581836700439 0.051733016967773 0.34757995605469
Output for 7.2.3
0.030641078948975 0.07771897315979 0.50969696044922
Output for 7.2.2
0.02246618270874 0.041055917739868 0.41384506225586
Output for 7.2.1
0.023175954818726 0.042768955230713 0.3299880027771
Output for 7.2.0
0.032258987426758 0.075116157531738 0.506098985672
Output for 7.1.33
0.12367510795593 0.1495840549469 0.59840893745422
Output for 7.1.32
0.14822697639465 0.14158296585083 0.54749584197998
Output for 7.1.31
0.10915803909302 0.072715044021606 0.41432499885559
Output for 7.1.30
0.13113284111023 0.072720050811768 0.48024606704712
Output for 7.1.29
0.12719798088074 0.086282968521118 0.46663093566895
Output for 7.1.28
0.14680409431458 0.095196962356567 0.44198989868164
Output for 7.1.27
0.13987898826599 0.11799907684326 0.5239679813385
Output for 7.1.26
0.11936807632446 0.071297168731689 0.60681700706482
Output for 7.1.25
0.15040898323059 0.11614418029785 0.56243801116943
Output for 7.1.24
0.14929103851318 0.1098039150238 0.50475096702576
Output for 7.1.23
0.14327216148376 0.07202410697937 0.54508399963379
Output for 7.1.22
0.10087490081787 0.11325693130493 0.5110650062561
Output for 7.1.21
0.10180497169495 0.076038122177124 0.41075897216797
Output for 7.1.20
0.14771199226379 0.11799907684326 0.61484217643738
Output for 7.1.19
0.10010194778442 0.074007987976074 0.43257713317871
Output for 7.1.18
0.14412307739258 0.1133451461792 0.60031700134277
Output for 7.1.17
0.14776706695557 0.11092805862427 0.58334684371948
Output for 7.1.16
0.14469194412231 0.10652995109558 0.57745981216431
Output for 7.1.15
0.10440707206726 0.078001976013184 0.51881504058838
Output for 7.1.14
0.14711308479309 0.11273407936096 0.44529294967651
Output for 7.1.13
0.14068698883057 0.11160898208618 0.41774892807007
Output for 7.1.12
0.1435649394989 0.11182379722595 0.62241411209106
Output for 7.1.11
0.11772584915161 0.075624942779541 0.44824290275574
Output for 7.1.10
0.10169696807861 0.073919057846069 0.51246500015259
Output for 7.1.9
0.10989904403687 0.08330512046814 0.45346903800964
Output for 7.1.8
0.1465048789978 0.11699390411377 0.60457110404968
Output for 7.1.7
0.15461492538452 0.087728023529053 0.49358892440796
Output for 7.1.6
0.12559700012207 0.075360059738159 0.48308706283569
Output for 7.1.5
0.11723899841309 0.079109191894531 0.44641399383545
Output for 7.1.4
0.14404606819153 0.11300301551819 0.52470111846924
Output for 7.1.3
0.15522599220276 0.11939191818237 0.4854040145874
Output for 7.1.2
0.11900401115417 0.090772867202759 0.44609212875366
Output for 7.1.1
0.10580897331238 0.10389518737793 0.55588006973267
Output for 7.1.0
0.11819887161255 0.081297874450684 0.45936012268066
Output for 7.0.33
0.10279822349548 0.077402830123901 0.59089112281799
Output for 7.0.32
0.14221596717834 0.12217998504639 0.48035502433777
Output for 7.0.31
0.13864016532898 0.12739086151123 0.54937386512756
Output for 7.0.30
0.10211896896362 0.11684012413025 0.65002393722534
Output for 7.0.29
0.13802909851074 0.084196090698242 0.44525194168091
Output for 7.0.28
0.10879397392273 0.10770893096924 0.45539593696594
Output for 7.0.27
0.10804986953735 0.10852289199829 0.63517880439758
Output for 7.0.26
0.12533688545227 0.081818103790283 0.54271006584167
Output for 7.0.25
0.14478492736816 0.089241981506348 0.43564701080322
Output for 7.0.24
0.14374208450317 0.12217307090759 0.62189912796021
Output for 7.0.23
0.10094714164734 0.11035704612732 0.44422006607056
Output for 7.0.22
0.14361500740051 0.12056994438171 0.5588710308075
Output for 7.0.21
0.1492931842804 0.11626291275024 0.57842612266541
Output for 7.0.20
0.11330199241638 0.078148126602173 0.61238598823547
Output for 7.0.19
0.14362502098083 0.11781907081604 0.45918393135071
Output for 7.0.18
0.14873003959656 0.086906909942627 0.56357502937317
Output for 7.0.17
0.11466193199158 0.093361854553223 0.47870588302612
Output for 7.0.16
0.12291789054871 0.10981011390686 0.63592410087585
Output for 7.0.15
0.11790800094604 0.12132382392883 0.66763186454773
Output for 7.0.14
0.14485287666321 0.1170928478241 0.61470413208008
Output for 7.0.13
0.14040684700012 0.1150529384613 0.54319715499878
Output for 7.0.12
0.14757800102234 0.1143798828125 0.62792897224426
Output for 7.0.11
0.1100480556488 0.096568822860718 0.51621890068054
Output for 7.0.10
0.14545893669128 0.1154408454895 0.50672602653503
Output for 7.0.9
0.14375519752502 0.11869812011719 0.53794097900391
Output for 7.0.8
0.11125493049622 0.082721948623657 0.46119689941406
Output for 7.0.7
0.15246200561523 0.11819791793823 0.60118985176086
Output for 7.0.6
0.12912511825562 0.11644983291626 0.51696991920471
Output for 7.0.5
0.11211800575256 0.085767984390259 0.45783114433289
Output for 7.0.4
0.11528205871582 0.10890412330627 0.46074104309082
Output for 7.0.3
0.1460599899292 0.078390121459961 0.57223510742188
Output for 7.0.2
0.14122796058655 0.074773073196411 0.63739514350891
Output for 7.0.1
0.14908599853516 0.12157511711121 0.63572597503662
Output for 7.0.0
0.15272212028503 0.12057423591614 0.58838200569153
Output for 5.6.40
0.22631192207336 0.1971378326416 0.82584404945374
Output for 5.6.39
0.33360505104065 0.23383188247681 0.98467803001404
Output for 5.6.38
0.33694100379944 0.30964279174805 1.1591348648071
Output for 5.6.37
0.24573493003845 0.21770000457764 0.89908909797668
Output for 5.6.36
0.24492001533508 0.26192617416382 1.1020159721375
Output for 5.6.35
0.33853697776794 0.2770049571991 1.2110109329224
Output for 5.6.34
0.33425188064575 0.31427597999573 1.0157089233398
Output for 5.6.33
0.26022005081177 0.31760907173157 1.1666598320007
Output for 5.6.32
0.33663511276245 0.32045388221741 1.0396959781647
Output for 5.6.31
0.3001561164856 0.19635200500488 0.83660006523132
Output for 5.6.30
0.30239105224609 0.20721197128296 1.2801878452301
Output for 5.6.29
0.24022006988525 0.23160886764526 1.1620728969574
Output for 5.6.28
0.2594199180603 0.23666214942932 0.87740397453308
Output for 5.6.27
0.23571491241455 0.21893405914307 1.0237729549408
Output for 5.6.26
0.33746099472046 0.31697511672974 1.2028019428253
Output for 5.6.25
0.33415985107422 0.31708812713623 1.1498839855194
Output for 5.6.24
0.23370909690857 0.24851202964783 1.1302671432495
Output for 5.6.23
0.3353898525238 0.23759293556213 0.92185306549072
Output for 5.6.22
0.27504801750183 0.32224822044373 1.277508020401
Output for 5.6.21
0.33504796028137 0.22342991828918 0.93654012680054
Output for 5.6.20
0.29213500022888 0.32421207427979 1.2434659004211
Output for 5.6.19
0.27560615539551 0.28847002983093 0.89375495910645
Output for 5.6.18
0.34624290466309 0.32243204116821 1.1866478919983
Output for 5.6.17
0.34718585014343 0.2677059173584 1.1456880569458
Output for 5.6.16
0.24360394477844 0.21935701370239 0.90349984169006
Output for 5.6.15
0.33719110488892 0.31948900222778 1.129802942276
Output for 5.6.14
0.24746704101562 0.21543908119202 1.0846130847931
Output for 5.6.13
0.3091721534729 0.3175950050354 1.215430021286
Output for 5.6.12
0.34236907958984 0.32264399528503 1.1779789924622
Output for 5.6.11
0.3372950553894 0.32317090034485 1.0361740589142
Output for 5.6.10
0.26266098022461 0.23773717880249 1.2433800697327
Output for 5.6.9
0.33613395690918 0.3172390460968 1.0911710262299
Output for 5.6.8
0.28271985054016 0.23148798942566 1.1751089096069
Output for 5.6.7
0.33673596382141 0.24730396270752 0.88450384140015
Output for 5.6.6
0.33974480628967 0.31893491744995 1.2329740524292
Output for 5.6.5
0.33908295631409 0.32286286354065 1.1453709602356
Output for 5.6.4
0.34053516387939 0.30851197242737 1.1720490455627
Output for 5.6.3
0.25163292884827 0.21854686737061 0.902676820755
Output for 5.6.2
0.26220297813416 0.22179913520813 0.91771507263184
Output for 5.6.1
0.33779215812683 0.26424479484558 1.2492051124573
Output for 5.6.0
0.33339905738831 0.31492900848389 1.1748878955841
Output for 5.5.38
0.34105610847473 0.31962895393372 1.0947730541229
Output for 5.5.37
0.34824299812317 0.32499504089355 0.92428016662598
Output for 5.5.36
0.34127902984619 0.31406283378601 1.1715199947357
Output for 5.5.35
0.34469509124756 0.29527497291565 1.2530641555786
Output for 5.5.34
0.35522389411926 0.32368302345276 1.0058069229126
Output for 5.5.33
0.3439462184906 0.3206090927124 1.1117868423462
Output for 5.5.32
0.23558712005615 0.22386884689331 1.1048178672791
Output for 5.5.31
0.24465394020081 0.19978404045105 0.87414193153381
Output for 5.5.30
0.26545095443726 0.20972514152527 0.9823169708252
Output for 5.5.29
0.22478604316711 0.22738194465637 1.2053849697113
Output for 5.5.28
0.34945392608643 0.22963500022888 0.90587496757507
Output for 5.5.27
0.3397970199585 0.2906699180603 1.2565760612488
Output for 5.5.26
0.24497890472412 0.20416402816772 0.85104584693909
Output for 5.5.25
0.34061098098755 0.32088398933411 1.13516497612
Output for 5.5.24
0.33921003341675 0.30759716033936 1.1292719841003
Output for 5.5.23
0.25309991836548 0.22478914260864 0.97463798522949
Output for 5.5.22
0.24100208282471 0.2177939414978 0.92516994476318
Output for 5.5.21
0.34163379669189 0.32107019424438 1.2285039424896
Output for 5.5.20
0.33654117584229 0.3128981590271 1.1875369548798
Output for 5.5.19
0.33538794517517 0.30694890022278 1.0108439922333
Output for 5.5.18
0.33567905426025 0.21372699737549 0.97401809692383
Output for 5.5.17
0.25671887397766 0.31045794487 1.1365129947662
Output for 5.5.16
0.24213004112244 0.21261310577393 0.92394304275513
Output for 5.5.15
0.34091091156006 0.31578993797302 1.2708468437195
Output for 5.5.14
0.30904221534729 0.25648999214172 1.0548059940338
Output for 5.5.13
0.34148979187012 0.3168420791626 1.19553399086
Output for 5.5.12
0.34324502944946 0.25467109680176 1.0153050422668
Output for 5.5.11
0.33779215812683 0.31190514564514 1.2668299674988
Output for 5.5.10
0.26204204559326 0.23932600021362 0.89318203926086
Output for 5.5.9
0.31935214996338 0.22423005104065 1.3097989559174
Output for 5.5.8
0.33915996551514 0.31698393821716 0.93481016159058
Output for 5.5.7
0.3369128704071 0.31014513969421 1.222284078598
Output for 5.5.6
0.25599503517151 0.19993901252747 0.78759694099426
Output for 5.5.5
0.33528184890747 0.22338485717773 0.82777714729309
Output for 5.5.4
0.34103584289551 0.31882309913635 1.2004709243774
Output for 5.5.3
0.24655890464783 0.30921292304993 1.2895939350128
Output for 5.5.2
0.33203792572021 0.27865195274353 0.94563388824463
Output for 5.5.1
0.25019001960754 0.21512889862061 0.89554810523987
Output for 5.5.0
0.33330297470093 0.31435990333557 1.2394270896912
Output for 5.4.45
0.35188603401184 0.23566889762878 0.95864582061768
Output for 5.4.44
0.34834098815918 0.33036184310913 1.0584940910339
Output for 5.4.43
0.2552809715271 0.22474384307861 1.2505691051483
Output for 5.4.42
0.34779214859009 0.32569694519043 1.2835609912872
Output for 5.4.41
0.29382491111755 0.23555707931519 0.99306201934814
Output for 5.4.40
0.26101517677307 0.23274207115173 1.1022748947144
Output for 5.4.39
0.34877586364746 0.32861280441284 1.2459080219269
Output for 5.4.38
0.35100507736206 0.32606601715088 0.94018793106079
Output for 5.4.37
0.27310800552368 0.23544597625732 1.3291308879852
Output for 5.4.36
0.34818506240845 0.32485198974609 1.0437710285187
Output for 5.4.35
0.35108208656311 0.32868218421936 1.0412421226501
Output for 5.4.34
0.31524991989136 0.24154710769653 0.97784495353699
Output for 5.4.33
0.34844589233398 0.32773089408875 1.0747330188751
Output for 5.4.32
0.35090517997742 0.27965807914734 1.2889881134033
Output for 5.4.31
0.35117197036743 0.31569409370422 0.95728802680969
Output for 5.4.30
0.23913884162903 0.32584404945374 1.3421671390533
Output for 5.4.29
0.35071611404419 0.25189208984375 1.3484389781952
Output for 5.4.28
0.35657596588135 0.32241106033325 0.94218301773071
Output for 5.4.27
0.33212089538574 0.32718992233276 1.0558700561523
Output for 5.4.26
0.35039305686951 0.32617211341858 1.2284269332886
Output for 5.4.25
0.23309898376465 0.27309012413025 1.1580579280853
Output for 5.4.24
0.37084603309631 0.25194597244263 0.95772695541382
Output for 5.4.23
0.26766586303711 0.32718992233276 1.2311370372772
Output for 5.4.22
0.35462498664856 0.2608540058136 1.2218940258026
Output for 5.4.21
0.24652099609375 0.22538495063782 0.95898103713989
Output for 5.4.20
0.34878993034363 0.27831482887268 1.0555682182312
Output for 5.4.19
0.34741806983948 0.32381820678711 1.2163350582123
Output for 5.4.18
0.34936594963074 0.31675696372986 0.94481801986694
Output for 5.4.17
0.27654814720154 0.32225394248962 1.3450348377228
Output for 5.4.16
0.30022192001343 0.30141401290894 1.0491211414337
Output for 5.4.15
0.23866391181946 0.20730805397034 1.2540199756622
Output for 5.4.14
0.34608721733093 0.32386684417725 1.0642971992493
Output for 5.4.13
0.27135109901428 0.24342703819275 1.0126249790192
Output for 5.4.12
0.27657008171082 0.3330340385437 1.2448291778564
Output for 5.4.11
0.34639310836792 0.32421088218689 1.1915149688721
Output for 5.4.10
0.34414386749268 0.32411217689514 1.2977030277252
Output for 5.4.9
0.32680797576904 0.28912901878357 1.2854859828949
Output for 5.4.8
0.35860991477966 0.32994914054871 1.205146074295
Output for 5.4.7
0.34607315063477 0.32869005203247 1.2881710529327
Output for 5.4.6
0.28697800636292 0.21490383148193 1.1954729557037
Output for 5.4.5
0.34105920791626 0.32104396820068 1.0928618907928
Output for 5.4.4
0.34780097007751 0.27658295631409 1.1443800926208
Output for 5.4.3
0.25109195709229 0.22676396369934 0.93925309181213
Output for 5.4.2
0.35781192779541 0.32705211639404 1.2662529945374
Output for 5.4.1
0.33460998535156 0.23986506462097 1.0550210475922
Output for 5.4.0
0.25550198554993 0.20877194404602 0.89983892440796
Output for 5.3.29
0.29093408584595 0.29566216468811 1.3423538208008
Output for 5.3.28
0.39071822166443 0.44757795333862 1.5091359615326
Output for 5.3.27
0.3673050403595 0.31957197189331 1.15665102005
Output for 5.3.26
0.38802313804626 0.40404200553894 1.5523982048035
Output for 5.3.25
0.37440514564514 0.3663170337677 1.1338841915131
Output for 5.3.24
0.38849401473999 0.45684313774109 1.4662039279938
Output for 5.3.23
0.30270099639893 0.29579901695251 1.5482969284058
Output for 5.3.22
0.38847804069519 0.45624804496765 1.4079852104187
Output for 5.3.21
0.28329110145569 0.32467985153198 1.1340498924255
Output for 5.3.20
0.39070200920105 0.42363715171814 1.1243281364441
Output for 5.3.19
0.39114499092102 0.45797085762024 1.5169229507446
Output for 5.3.18
0.33851599693298 0.45033001899719 1.5066609382629
Output for 5.3.17
0.36443018913269 0.3225109577179 1.1406090259552
Output for 5.3.16
0.39482522010803 0.39885091781616 1.4580318927765
Output for 5.3.15
0.39361619949341 0.45108985900879 1.2394440174103
Output for 5.3.14
0.39546799659729 0.45244002342224 1.3850507736206
Output for 5.3.13
0.3872971534729 0.44781184196472 1.463634967804
Output for 5.3.12
0.38737821578979 0.44131898880005 1.3350229263306
Output for 5.3.11
0.38304018974304 0.45118403434753 1.1634149551392
Output for 5.3.10
0.38750720024109 0.44357180595398 1.1451721191406
Output for 5.3.9
0.39000010490417 0.41911697387695 1.4422490596771
Output for 5.3.8
0.34500813484192 0.46124601364136 1.4817259311676
Output for 5.3.7
0.25053715705872 0.33498406410217 1.4870159626007
Output for 5.3.6
0.38127899169922 0.45124197006226 1.381110906601
Output for 5.3.5
0.38774013519287 0.46248888969421 1.3523020744324
Output for 5.3.4
0.33226919174194 0.35202217102051 1.4762351512909
Output for 5.3.3
0.38162302970886 0.45208716392517 1.2329769134521
Output for 5.3.2
0.38909220695496 0.45615601539612 1.1464378833771
Output for 5.3.1
0.29313707351685 0.32560682296753 0.99256205558777
Output for 5.3.0
0.36309814453125 0.32483792304993 0.90370798110962
Output for 5.2.17
0.13762998580933 0.15281391143799 0.47683000564575
Output for 5.2.16
0.14130401611328 0.14718389511108 0.49571490287781
Output for 5.2.15
0.13571810722351 0.1679801940918 0.57455992698669
Output for 5.2.14
0.11884617805481 0.14475798606873 0.44741201400757
Output for 5.2.13
0.11981296539307 0.14384913444519 0.45126605033875
Output for 5.2.12
0.12123918533325 0.15206599235535 0.45137310028076
Output for 5.2.11
0.15743803977966 0.14998412132263 0.46547389030457
Output for 5.2.10
0.15435099601746 0.15063309669495 0.47572183609009
Output for 5.2.9
0.14381003379822 0.15899586677551 0.47525000572205
Output for 5.2.8
0.14942288398743 0.15225982666016 0.48260879516602
Output for 5.2.7
0.13405299186707 0.1515691280365 0.47180795669556
Output for 5.2.6
0.14658498764038 0.17660307884216 0.54023909568787
Output for 5.2.5
0.16904807090759 0.14984512329102 0.46345210075378
Output for 5.2.4
0.15068793296814 0.15000700950623 0.47336316108704
Output for 5.2.3
0.14949297904968 0.14999198913574 0.47767114639282
Output for 5.2.2
0.16299295425415 0.14637184143066 0.46119904518127
Output for 5.2.1
0.13569498062134 0.14367198944092 0.46430587768555
Output for 5.2.0
0.15473794937134 0.15352988243103 0.47576713562012
Output for 5.1.6
0.14750003814697 0.14836406707764 0.46126198768616
Output for 5.1.5
0.13040399551392 0.15963506698608 0.52076506614685
Output for 5.1.4
0.14811587333679 0.14774799346924 0.45094895362854
Output for 5.1.3
0.15309810638428 0.14565682411194 0.48374104499817
Output for 5.1.2
0.15098285675049 0.1421971321106 0.42805004119873
Output for 5.1.1
0.12684893608093 0.14890885353088 0.4286470413208
Output for 5.1.0
0.16330003738403 0.14671301841736 0.44666290283203
Output for 5.0.5
0.25721597671509 0.2528088092804 0.59141397476196
Output for 5.0.4
0.27000403404236 0.25568604469299 0.58180284500122
Output for 5.0.3
0.23252010345459 0.24167108535767 0.55607008934021
Output for 5.0.2
0.31668496131897 0.32669115066528 0.65057301521301
Output for 5.0.1
0.27760982513428 0.24223518371582 0.5843448638916
Output for 5.0.0
0.3099148273468 0.24540305137634 0.58681201934814
Output for 4.4.9
0.26878 Fatal error: Cannot instantiate non-existent class: reflectionclass in /in/QSKqI on line 17
Process exited with code 255.
Output for 4.4.8
0.233831 Fatal error: Cannot instantiate non-existent class: reflectionclass in /in/QSKqI on line 17
Process exited with code 255.
Output for 4.4.7
0.222588 Fatal error: Cannot instantiate non-existent class: reflectionclass in /in/QSKqI on line 17
Process exited with code 255.
Output for 4.4.6
0.247651 Fatal error: Cannot instantiate non-existent class: reflectionclass in /in/QSKqI on line 17
Process exited with code 255.
Output for 4.4.5
0.232634 Fatal error: Cannot instantiate non-existent class: reflectionclass in /in/QSKqI on line 17
Process exited with code 255.
Output for 4.4.4
0.26687 Fatal error: Cannot instantiate non-existent class: reflectionclass in /in/QSKqI on line 17
Process exited with code 255.
Output for 4.4.3
0.248454 Fatal error: Cannot instantiate non-existent class: reflectionclass in /in/QSKqI on line 17
Process exited with code 255.
Output for 4.4.2
0.269163 Fatal error: Cannot instantiate non-existent class: reflectionclass in /in/QSKqI on line 17
Process exited with code 255.
Output for 4.4.1
0.245892 Fatal error: Cannot instantiate non-existent class: reflectionclass in /in/QSKqI on line 17
Process exited with code 255.
Output for 4.4.0
0.235048 Fatal error: Cannot instantiate non-existent class: reflectionclass in /in/QSKqI on line 17
Process exited with code 255.
Output for 4.3.11
0.247871 Fatal error: Cannot instantiate non-existent class: reflectionclass in /in/QSKqI on line 17
Process exited with code 255.
Output for 4.3.10
0.271169 Fatal error: Cannot instantiate non-existent class: reflectionclass in /in/QSKqI on line 17
Process exited with code 255.
Output for 4.3.9
0.255708 Fatal error: Cannot instantiate non-existent class: reflectionclass in /in/QSKqI on line 17
Process exited with code 255.
Output for 4.3.8
0.225116 Fatal error: Cannot instantiate non-existent class: reflectionclass in /in/QSKqI on line 17
Process exited with code 255.
Output for 4.3.7
0.246014 Fatal error: Cannot instantiate non-existent class: reflectionclass in /in/QSKqI on line 17
Process exited with code 255.
Output for 4.3.6
0.25377 Fatal error: Cannot instantiate non-existent class: reflectionclass in /in/QSKqI on line 17
Process exited with code 255.
Output for 4.3.5
0.257713 Fatal error: Cannot instantiate non-existent class: reflectionclass in /in/QSKqI on line 17
Process exited with code 255.
Output for 4.3.4
0.23603 Fatal error: Cannot instantiate non-existent class: reflectionclass in /in/QSKqI on line 17
Process exited with code 255.
Output for 4.3.3
0.231782 Fatal error: Cannot instantiate non-existent class: reflectionclass in /in/QSKqI on line 17
Process exited with code 255.
Output for 4.3.2
0.236652 Fatal error: Cannot instantiate non-existent class: reflectionclass in /in/QSKqI on line 17
Process exited with code 255.
Output for 4.3.1
0.258485 Fatal error: Cannot instantiate non-existent class: reflectionclass in /in/QSKqI on line 17
Output for 4.3.0
0.254342 Fatal error: Cannot instantiate non-existent class: reflectionclass in /in/QSKqI on line 17

preferences:
256.41 ms | 401 KiB | 325 Q