3v4l.org

run code in 300+ PHP versions simultaneously
<?php $aShitLoadOfSpaces = ' '; $headerName = 'CONTENT-LENGTH'; $start = microtime(true); for ($i = 0; $i < 500000; $i++) { if (strtolower($headerName) === 'content-length') {} } $duration = microtime(true) - $start; echo "strtolower: $duration\n"; $start = microtime(true); for ($i = 0; $i < 500000; $i++) { if ((($aShitLoadOfSpaces & $headerName) | $headerName) === 'content-length') {} } $duration = microtime(true) - $start; echo "Bitwise: $duration\n";
Output for 7.4.1
strtolower: 0.034344911575317 Bitwise: 0.054610013961792
Output for 7.4.0
strtolower: 0.055016040802002 Bitwise: 0.075325012207031
Output for 7.3.13
strtolower: 0.034793138504028 Bitwise: 0.039049863815308
Output for 7.3.12
strtolower: 0.062328815460205 Bitwise: 0.065787076950073
Output for 7.3.11
strtolower: 0.041738986968994 Bitwise: 0.045680999755859
Output for 7.3.10
strtolower: 0.034404039382935 Bitwise: 0.050710916519165
Output for 7.3.9
strtolower: 0.036084890365601 Bitwise: 0.039847850799561
Output for 7.3.8
strtolower: 0.057407140731812 Bitwise: 0.070774793624878
Output for 7.3.7
strtolower: 0.035876035690308 Bitwise: 0.039561033248901
Output for 7.3.6
strtolower: 0.035653829574585 Bitwise: 0.039974927902222
Output for 7.3.5
strtolower: 0.051986932754517 Bitwise: 0.057415962219238
Output for 7.3.4
strtolower: 0.036013126373291 Bitwise: 0.042722940444946
Output for 7.3.3
strtolower: 0.033784151077271 Bitwise: 0.040508985519409
Output for 7.3.2
strtolower: 0.035960912704468 Bitwise: 0.049483060836792
Output for 7.3.1
strtolower: 0.038415908813477 Bitwise: 0.040344953536987
Output for 7.3.0
strtolower: 0.03925609588623 Bitwise: 0.045437097549438
Output for 7.2.26
strtolower: 0.075644016265869 Bitwise: 0.078409910202026
Output for 7.2.25
strtolower: 0.059043884277344 Bitwise: 0.055633068084717
Output for 7.2.24
strtolower: 0.052356958389282 Bitwise: 0.045771837234497
Output for 7.2.23
strtolower: 0.038797855377197 Bitwise: 0.047657012939453
Output for 7.2.22
strtolower: 0.04790997505188 Bitwise: 0.077136039733887
Output for 7.2.21
strtolower: 0.040018081665039 Bitwise: 0.047943830490112
Output for 7.2.20
strtolower: 0.043239116668701 Bitwise: 0.048691987991333
Output for 7.2.19
strtolower: 0.04012393951416 Bitwise: 0.047718048095703
Output for 7.2.18
strtolower: 0.056071996688843 Bitwise: 0.061399936676025
Output for 7.2.17
strtolower: 0.05417799949646 Bitwise: 0.079957962036133
Output for 7.2.16
strtolower: 0.040964841842651 Bitwise: 0.04737401008606
Output for 7.2.15
strtolower: 0.039013147354126 Bitwise: 0.048470020294189
Output for 7.2.14
strtolower: 0.039746999740601 Bitwise: 0.046432018280029
Output for 7.2.13
strtolower: 0.040535926818848 Bitwise: 0.048434019088745
Output for 7.2.12
strtolower: 0.046849966049194 Bitwise: 0.053667068481445
Output for 7.2.11
strtolower: 0.067996978759766 Bitwise: 0.04948878288269
Output for 7.2.10
strtolower: 0.044631004333496 Bitwise: 0.064617156982422
Output for 7.2.9
strtolower: 0.044759035110474 Bitwise: 0.052173137664795
Output for 7.2.8
strtolower: 0.043148994445801 Bitwise: 0.047269821166992
Output for 7.2.7
strtolower: 0.058259010314941 Bitwise: 0.047371864318848
Output for 7.2.6
strtolower: 0.064090013504028 Bitwise: 0.055799961090088
Output for 7.2.5
strtolower: 0.067660093307495 Bitwise: 0.057298898696899
Output for 7.2.4
strtolower: 0.039402008056641 Bitwise: 0.047605991363525
Output for 7.2.3
strtolower: 0.046114921569824 Bitwise: 0.055425882339478
Output for 7.2.2
strtolower: 0.040739059448242 Bitwise: 0.049928903579712
Output for 7.2.1
strtolower: 0.067580938339233 Bitwise: 0.058434963226318
Output for 7.2.0
strtolower: 0.039121150970459 Bitwise: 0.048056840896606
Output for 7.1.33
strtolower: 0.069759130477905 Bitwise: 0.073099851608276
Output for 7.1.32
strtolower: 0.095564126968384 Bitwise: 0.088670969009399
Output for 7.1.31
strtolower: 0.067654132843018 Bitwise: 0.071494102478027
Output for 7.1.30
strtolower: 0.091032981872559 Bitwise: 0.081089019775391
Output for 7.1.29
strtolower: 0.065989971160889 Bitwise: 0.080243825912476
Output for 7.1.28
strtolower: 0.092276811599731 Bitwise: 0.072348117828369
Output for 7.1.27
strtolower: 0.072565078735352 Bitwise: 0.079769849777222
Output for 7.1.26
strtolower: 0.073087930679321 Bitwise: 0.074185848236084
Output for 7.1.25
strtolower: 0.067605972290039 Bitwise: 0.093150854110718
Output for 7.1.24
strtolower: 0.086693048477173 Bitwise: 0.072896957397461
Output for 7.1.23
strtolower: 0.070804119110107 Bitwise: 0.10141110420227
Output for 7.1.22
strtolower: 0.068163156509399 Bitwise: 0.071180105209351
Output for 7.1.21
strtolower: 0.064409971237183 Bitwise: 0.069797992706299
Output for 7.1.20
strtolower: 0.067892789840698 Bitwise: 0.066905975341797
Output for 7.1.19
strtolower: 0.067592144012451 Bitwise: 0.071444034576416
Output for 7.1.18
strtolower: 0.091132879257202 Bitwise: 0.077071905136108
Output for 7.1.17
strtolower: 0.075175046920776 Bitwise: 0.08592700958252
Output for 7.1.16
strtolower: 0.067862987518311 Bitwise: 0.072646141052246
Output for 7.1.15
strtolower: 0.064662933349609 Bitwise: 0.074698925018311
Output for 7.1.14
strtolower: 0.072831869125366 Bitwise: 0.078356981277466
Output for 7.1.13
strtolower: 0.072244167327881 Bitwise: 0.07265305519104
Output for 7.1.12
strtolower: 0.065668821334839 Bitwise: 0.078253030776978
Output for 7.1.11
strtolower: 0.065914869308472 Bitwise: 0.068182945251465
Output for 7.1.10
strtolower: 0.088038921356201 Bitwise: 0.078289031982422
Output for 7.1.9
strtolower: 0.072326898574829 Bitwise: 0.075071096420288
Output for 7.1.8
strtolower: 0.064857006072998 Bitwise: 0.068217992782593
Output for 7.1.7
strtolower: 0.065582036972046 Bitwise: 0.067339897155762
Output for 7.1.6
strtolower: 0.062802791595459 Bitwise: 0.064975023269653
Output for 7.1.5
strtolower: 0.099257946014404 Bitwise: 0.10230779647827
Output for 7.1.4
strtolower: 0.093511819839478 Bitwise: 0.083534002304077
Output for 7.1.3
strtolower: 0.095518112182617 Bitwise: 0.072173833847046
Output for 7.1.2
strtolower: 0.063769102096558 Bitwise: 0.071696996688843
Output for 7.1.1
strtolower: 0.076758146286011 Bitwise: 0.10299110412598
Output for 7.1.0
strtolower: 0.072810888290405 Bitwise: 0.072609186172485
Output for 7.0.33
strtolower: 0.067436933517456 Bitwise: 0.065504789352417
Output for 7.0.32
strtolower: 0.080359935760498 Bitwise: 0.064051151275635
Output for 7.0.31
strtolower: 0.078868865966797 Bitwise: 0.06493091583252
Output for 7.0.30
strtolower: 0.07334303855896 Bitwise: 0.072656869888306
Output for 7.0.29
strtolower: 0.067950963973999 Bitwise: 0.067286014556885
Output for 7.0.28
strtolower: 0.067410945892334 Bitwise: 0.089493989944458
Output for 7.0.27
strtolower: 0.063729047775269 Bitwise: 0.064541101455688
Output for 7.0.26
strtolower: 0.088614940643311 Bitwise: 0.09154200553894
Output for 7.0.25
strtolower: 0.08928108215332 Bitwise: 0.087021112442017
Output for 7.0.24
strtolower: 0.080696821212769 Bitwise: 0.066403865814209
Output for 7.0.23
strtolower: 0.067997932434082 Bitwise: 0.061812162399292
Output for 7.0.22
strtolower: 0.065531969070435 Bitwise: 0.066592931747437
Output for 7.0.21
strtolower: 0.064645051956177 Bitwise: 0.064704895019531
Output for 7.0.20
strtolower: 0.067408084869385 Bitwise: 0.06629490852356
Output for 7.0.19
strtolower: 0.092283010482788 Bitwise: 0.093241214752197
Output for 7.0.18
strtolower: 0.093646764755249 Bitwise: 0.08643102645874
Output for 7.0.17
strtolower: 0.090010166168213 Bitwise: 0.087099075317383
Output for 7.0.16
strtolower: 0.06305193901062 Bitwise: 0.069572925567627
Output for 7.0.15
strtolower: 0.083109140396118 Bitwise: 0.094048976898193
Output for 7.0.14
strtolower: 0.092422008514404 Bitwise: 0.087686061859131
Output for 7.0.13
strtolower: 0.068955898284912 Bitwise: 0.067841053009033
Output for 7.0.12
strtolower: 0.069143056869507 Bitwise: 0.099577903747559
Output for 7.0.11
strtolower: 0.071985960006714 Bitwise: 0.072246074676514
Output for 7.0.10
strtolower: 0.088450908660889 Bitwise: 0.092931985855103
Output for 7.0.9
strtolower: 0.066389799118042 Bitwise: 0.068563938140869
Output for 7.0.8
strtolower: 0.066032886505127 Bitwise: 0.065375804901123
Output for 7.0.7
strtolower: 0.069098949432373 Bitwise: 0.073648929595947
Output for 7.0.6
strtolower: 0.077304124832153 Bitwise: 0.079451084136963
Output for 7.0.5
strtolower: 0.070343017578125 Bitwise: 0.097869873046875
Output for 7.0.4
strtolower: 0.064519166946411 Bitwise: 0.063359022140503
Output for 7.0.3
strtolower: 0.066033840179443 Bitwise: 0.066086053848267
Output for 7.0.2
strtolower: 0.064182043075562 Bitwise: 0.066839933395386
Output for 7.0.1
strtolower: 0.096622943878174 Bitwise: 0.070342063903809
Output for 7.0.0
strtolower: 0.069271802902222 Bitwise: 0.083507061004639
Output for 5.6.40
strtolower: 0.13628506660461 Bitwise: 0.13698506355286
Output for 5.6.39
strtolower: 0.18654203414917 Bitwise: 0.12232398986816
Output for 5.6.38
strtolower: 0.15653014183044 Bitwise: 0.14292097091675
Output for 5.6.37
strtolower: 0.16352486610413 Bitwise: 0.14607501029968
Output for 5.6.36
strtolower: 0.13216996192932 Bitwise: 0.11246490478516
Output for 5.6.35
strtolower: 0.14292812347412 Bitwise: 0.12791991233826
Output for 5.6.34
strtolower: 0.13280510902405 Bitwise: 0.11145806312561
Output for 5.6.33
strtolower: 0.14539098739624 Bitwise: 0.12357711791992
Output for 5.6.32
strtolower: 0.13253998756409 Bitwise: 0.10946321487427
Output for 5.6.31
strtolower: 0.14155793190002 Bitwise: 0.11742687225342
Output for 5.6.30
strtolower: 0.13143014907837 Bitwise: 0.10766696929932
Output for 5.6.29
strtolower: 0.17230701446533 Bitwise: 0.13008213043213
Output for 5.6.28
strtolower: 0.14247703552246 Bitwise: 0.12148308753967
Output for 5.6.27
strtolower: 0.12782287597656 Bitwise: 0.12399101257324
Output for 5.6.26
strtolower: 0.16143703460693 Bitwise: 0.1153929233551
Output for 5.6.25
strtolower: 0.17761898040771 Bitwise: 0.11437392234802
Output for 5.6.24
strtolower: 0.13064908981323 Bitwise: 0.10552501678467
Output for 5.6.23
strtolower: 0.1381151676178 Bitwise: 0.1264169216156
Output for 5.6.22
strtolower: 0.13044786453247 Bitwise: 0.10994577407837
Output for 5.6.21
strtolower: 0.1343469619751 Bitwise: 0.10990715026855
Output for 5.6.20
strtolower: 0.12745404243469 Bitwise: 0.10753011703491
Output for 5.6.19
strtolower: 0.13163900375366 Bitwise: 0.11535596847534
Output for 5.6.18
strtolower: 0.12716889381409 Bitwise: 0.14515399932861
Output for 5.6.17
strtolower: 0.12850594520569 Bitwise: 0.10853004455566
Output for 5.6.16
strtolower: 0.13726711273193 Bitwise: 0.11375689506531
Output for 5.6.15
strtolower: 0.12672591209412 Bitwise: 0.14340400695801
Output for 5.6.14
strtolower: 0.13023495674133 Bitwise: 0.11960315704346
Output for 5.6.13
strtolower: 0.14311695098877 Bitwise: 0.11403298377991
Output for 5.6.12
strtolower: 0.17442417144775 Bitwise: 0.13143706321716
Output for 5.6.11
strtolower: 0.15049600601196 Bitwise: 0.10604596138
Output for 5.6.10
strtolower: 0.14081287384033 Bitwise: 0.1069450378418
Output for 5.6.9
strtolower: 0.1562659740448 Bitwise: 0.11789703369141
Output for 5.6.8
strtolower: 0.13362503051758 Bitwise: 0.13925313949585
Output for 5.6.7
strtolower: 0.16261601448059 Bitwise: 0.15287399291992
Output for 5.6.6
strtolower: 0.12700510025024 Bitwise: 0.10401916503906
Output for 5.6.5
strtolower: 0.16989803314209 Bitwise: 0.10567688941956
Output for 5.6.4
strtolower: 0.14067888259888 Bitwise: 0.11478900909424
Output for 5.6.3
strtolower: 0.12837910652161 Bitwise: 0.10229206085205
Output for 5.6.2
strtolower: 0.14844799041748 Bitwise: 0.11494493484497
Output for 5.6.1
strtolower: 0.15058708190918 Bitwise: 0.13371396064758
Output for 5.6.0
strtolower: 0.16388201713562 Bitwise: 0.12556886672974
Output for 5.5.38
strtolower: 0.16034984588623 Bitwise: 0.10635304450989
Output for 5.5.37
strtolower: 0.13386583328247 Bitwise: 0.10871887207031
Output for 5.5.36
strtolower: 0.13211488723755 Bitwise: 0.1085147857666
Output for 5.5.35
strtolower: 0.16959285736084 Bitwise: 0.11623692512512
Output for 5.5.34
strtolower: 0.13373708724976 Bitwise: 0.11155796051025
Output for 5.5.33
strtolower: 0.14447808265686 Bitwise: 0.11953496932983
Output for 5.5.32
strtolower: 0.16483020782471 Bitwise: 0.14340901374817
Output for 5.5.31
strtolower: 0.13460898399353 Bitwise: 0.12938714027405
Output for 5.5.30
strtolower: 0.13302993774414 Bitwise: 0.15224599838257
Output for 5.5.29
strtolower: 0.1467490196228 Bitwise: 0.12513303756714
Output for 5.5.28
strtolower: 0.13392210006714 Bitwise: 0.11386108398438
Output for 5.5.27
strtolower: 0.13259291648865 Bitwise: 0.10571908950806
Output for 5.5.26
strtolower: 0.14174604415894 Bitwise: 0.11654996871948
Output for 5.5.25
strtolower: 0.15783286094666 Bitwise: 0.13378500938416
Output for 5.5.24
strtolower: 0.14847803115845 Bitwise: 0.15459704399109
Output for 5.5.23
strtolower: 0.13181090354919 Bitwise: 0.11248421669006
Output for 5.5.22
strtolower: 0.17542600631714 Bitwise: 0.10767698287964
Output for 5.5.21
strtolower: 0.13887596130371 Bitwise: 0.10643315315247
Output for 5.5.20
strtolower: 0.13013100624084 Bitwise: 0.12421894073486
Output for 5.5.19
strtolower: 0.19295406341553 Bitwise: 0.10647797584534
Output for 5.5.18
strtolower: 0.13094687461853 Bitwise: 0.10948896408081
Output for 5.5.17
strtolower: 0.1742639541626 Bitwise: 0.13126087188721
Output for 5.5.16
strtolower: 0.1434600353241 Bitwise: 0.11487698554993
Output for 5.5.15
strtolower: 0.14991307258606 Bitwise: 0.11138200759888
Output for 5.5.14
strtolower: 0.12982296943665 Bitwise: 0.10882806777954
Output for 5.5.13
strtolower: 0.12930107116699 Bitwise: 0.14593195915222
Output for 5.5.12
strtolower: 0.12641382217407 Bitwise: 0.10355520248413
Output for 5.5.11
strtolower: 0.15667605400085 Bitwise: 0.1453230381012
Output for 5.5.10
strtolower: 0.1395959854126 Bitwise: 0.11326599121094
Output for 5.5.9
strtolower: 0.14143705368042 Bitwise: 0.10150599479675
Output for 5.5.8
strtolower: 0.13946914672852 Bitwise: 0.11454701423645
Output for 5.5.7
strtolower: 0.13269305229187 Bitwise: 0.10905790328979
Output for 5.5.6
strtolower: 0.19190192222595 Bitwise: 0.15243697166443
Output for 5.5.5
strtolower: 0.18662714958191 Bitwise: 0.10337281227112
Output for 5.5.4
strtolower: 0.16963005065918 Bitwise: 0.12063407897949
Output for 5.5.3
strtolower: 0.12517905235291 Bitwise: 0.13573884963989
Output for 5.5.2
strtolower: 0.15345597267151 Bitwise: 0.12500905990601
Output for 5.5.1
strtolower: 0.14130997657776 Bitwise: 0.11357808113098
Output for 5.5.0
strtolower: 0.12701010704041 Bitwise: 0.10684180259705
Output for 5.4.45
strtolower: 0.18239998817444 Bitwise: 0.1342511177063
Output for 5.4.44
strtolower: 0.13203501701355 Bitwise: 0.12826180458069
Output for 5.4.43
strtolower: 0.13531303405762 Bitwise: 0.12734699249268
Output for 5.4.42
strtolower: 0.13440203666687 Bitwise: 0.10742592811584
Output for 5.4.41
strtolower: 0.13620400428772 Bitwise: 0.10807514190674
Output for 5.4.40
strtolower: 0.13957905769348 Bitwise: 0.1269838809967
Output for 5.4.39
strtolower: 0.17890095710754 Bitwise: 0.11755514144897
Output for 5.4.38
strtolower: 0.18394303321838 Bitwise: 0.12632608413696
Output for 5.4.37
strtolower: 0.129714012146 Bitwise: 0.10734987258911
Output for 5.4.36
strtolower: 0.13489818572998 Bitwise: 0.10881781578064
Output for 5.4.35
strtolower: 0.1878969669342 Bitwise: 0.10612297058105
Output for 5.4.34
strtolower: 0.14364409446716 Bitwise: 0.11786293983459
Output for 5.4.33
strtolower: 0.15459704399109 Bitwise: 0.10801887512207
Output for 5.4.32
strtolower: 0.1350109577179 Bitwise: 0.1398549079895
Output for 5.4.31
strtolower: 0.12827610969543 Bitwise: 0.10669589042664
Output for 5.4.30
strtolower: 0.14677095413208 Bitwise: 0.11840105056763
Output for 5.4.29
strtolower: 0.13779401779175 Bitwise: 0.11136102676392
Output for 5.4.28
strtolower: 0.13411998748779 Bitwise: 0.15434098243713
Output for 5.4.27
strtolower: 0.18209195137024 Bitwise: 0.10494995117188
Output for 5.4.26
strtolower: 0.17784190177917 Bitwise: 0.11027383804321
Output for 5.4.25
strtolower: 0.15163588523865 Bitwise: 0.10788297653198
Output for 5.4.24
strtolower: 0.13997292518616 Bitwise: 0.12585616111755
Output for 5.4.23
strtolower: 0.15186500549316 Bitwise: 0.13457107543945
Output for 5.4.22
strtolower: 0.19947910308838 Bitwise: 0.15446496009827
Output for 5.4.21
strtolower: 0.14822316169739 Bitwise: 0.11737585067749
Output for 5.4.20
strtolower: 0.15323901176453 Bitwise: 0.11761283874512
Output for 5.4.19
strtolower: 0.1638388633728 Bitwise: 0.11164212226868
Output for 5.4.18
strtolower: 0.14992690086365 Bitwise: 0.12657117843628
Output for 5.4.17
strtolower: 0.13130903244019 Bitwise: 0.10603499412537
Output for 5.4.16
strtolower: 0.14706587791443 Bitwise: 0.11620116233826
Output for 5.4.15
strtolower: 0.1520299911499 Bitwise: 0.10531711578369
Output for 5.4.14
strtolower: 0.13141202926636 Bitwise: 0.11342716217041
Output for 5.4.13
strtolower: 0.15841197967529 Bitwise: 0.11214900016785
Output for 5.4.12
strtolower: 0.16023206710815 Bitwise: 0.12545800209045
Output for 5.4.11
strtolower: 0.13540506362915 Bitwise: 0.10704398155212
Output for 5.4.10
strtolower: 0.17467594146729 Bitwise: 0.12787413597107
Output for 5.4.9
strtolower: 0.13732218742371 Bitwise: 0.12970209121704
Output for 5.4.8
strtolower: 0.14722585678101 Bitwise: 0.11283087730408
Output for 5.4.7
strtolower: 0.13950610160828 Bitwise: 0.11275792121887
Output for 5.4.6
strtolower: 0.13509011268616 Bitwise: 0.15068483352661
Output for 5.4.5
strtolower: 0.18592286109924 Bitwise: 0.13335108757019
Output for 5.4.4
strtolower: 0.14025497436523 Bitwise: 0.10651206970215
Output for 5.4.3
strtolower: 0.19380307197571 Bitwise: 0.11980390548706
Output for 5.4.2
strtolower: 0.16572999954224 Bitwise: 0.12770318984985
Output for 5.4.1
strtolower: 0.13455700874329 Bitwise: 0.10485196113586
Output for 5.4.0
strtolower: 0.13262391090393 Bitwise: 0.10742902755737
Output for 5.3.29
strtolower: 0.17110800743103 Bitwise: 0.10692596435547
Output for 5.3.28
strtolower: 0.172030210495 Bitwise: 0.14570784568787
Output for 5.3.27
strtolower: 0.15331101417542 Bitwise: 0.15467405319214
Output for 5.3.26
strtolower: 0.19612908363342 Bitwise: 0.11256694793701
Output for 5.3.25
strtolower: 0.1739821434021 Bitwise: 0.11990284919739
Output for 5.3.24
strtolower: 0.16327714920044 Bitwise: 0.15728902816772
Output for 5.3.23
strtolower: 0.15377616882324 Bitwise: 0.13539505004883
Output for 5.3.22
strtolower: 0.21473598480225 Bitwise: 0.1122031211853
Output for 5.3.21
strtolower: 0.17051005363464 Bitwise: 0.12163901329041
Output for 5.3.20
strtolower: 0.15814113616943 Bitwise: 0.11608600616455
Output for 5.3.19
strtolower: 0.19740104675293 Bitwise: 0.16768598556519
Output for 5.3.18
strtolower: 0.22321510314941 Bitwise: 0.12769794464111
Output for 5.3.17
strtolower: 0.18404412269592 Bitwise: 0.15682291984558
Output for 5.3.16
strtolower: 0.20585918426514 Bitwise: 0.11807513237
Output for 5.3.15
strtolower: 0.17090511322021 Bitwise: 0.12681293487549
Output for 5.3.14
strtolower: 0.221360206604 Bitwise: 0.14334201812744
Output for 5.3.13
strtolower: 0.17122006416321 Bitwise: 0.12406611442566
Output for 5.3.12
strtolower: 0.15224814414978 Bitwise: 0.10934710502625
Output for 5.3.11
strtolower: 0.16081404685974 Bitwise: 0.11296486854553
Output for 5.3.10
strtolower: 0.15884804725647 Bitwise: 0.1726770401001
Output for 5.3.9
strtolower: 0.19872498512268 Bitwise: 0.16357207298279
Output for 5.3.8
strtolower: 0.16391801834106 Bitwise: 0.14768314361572
Output for 5.3.7
strtolower: 0.22072720527649 Bitwise: 0.13521599769592
Output for 5.3.6
strtolower: 0.17690205574036 Bitwise: 0.12613892555237
Output for 5.3.5
strtolower: 0.21234607696533 Bitwise: 0.14318990707397
Output for 5.3.4
strtolower: 0.16929721832275 Bitwise: 0.1239709854126
Output for 5.3.3
strtolower: 0.18926310539246 Bitwise: 0.11895608901978
Output for 5.3.2
strtolower: 0.19692420959473 Bitwise: 0.12042498588562
Output for 5.3.1
strtolower: 0.1636381149292 Bitwise: 0.11305999755859
Output for 5.3.0
strtolower: 0.15314507484436 Bitwise: 0.10854697227478
Output for 5.2.17
strtolower: 0.073298931121826 Bitwise: 0.060340881347656
Output for 5.2.16
strtolower: 0.10479688644409 Bitwise: 0.083273887634277
Output for 5.2.15
strtolower: 0.095511913299561 Bitwise: 0.058886051177979
Output for 5.2.14
strtolower: 0.076778173446655 Bitwise: 0.06149697303772
Output for 5.2.13
strtolower: 0.11795496940613 Bitwise: 0.05864405632019
Output for 5.2.12
strtolower: 0.10349297523499 Bitwise: 0.061537027359009
Output for 5.2.11
strtolower: 0.10280799865723 Bitwise: 0.062186002731323
Output for 5.2.10
strtolower: 0.10192799568176 Bitwise: 0.060716867446899
Output for 5.2.9
strtolower: 0.10793209075928 Bitwise: 0.06181001663208
Output for 5.2.8
strtolower: 0.080071926116943 Bitwise: 0.058173179626465
Output for 5.2.7
strtolower: 0.094212055206299 Bitwise: 0.058322906494141
Output for 5.2.6
strtolower: 0.10141611099243 Bitwise: 0.060463905334473
Output for 5.2.5
strtolower: 0.13350892066956 Bitwise: 0.069143056869507
Output for 5.2.4
strtolower: 0.072299957275391 Bitwise: 0.058649063110352
Output for 5.2.3
strtolower: 0.097454071044922 Bitwise: 0.060296058654785
Output for 5.2.2
strtolower: 0.096543073654175 Bitwise: 0.071285009384155
Output for 5.2.1
strtolower: 0.098598957061768 Bitwise: 0.055933952331543
Output for 5.2.0
strtolower: 0.091551065444946 Bitwise: 0.058127880096436
Output for 5.1.6
strtolower: 0.10971617698669 Bitwise: 0.066910028457642
Output for 5.1.5
strtolower: 0.11780190467834 Bitwise: 0.068881034851074
Output for 5.1.4
strtolower: 0.10313105583191 Bitwise: 0.062351942062378
Output for 5.1.3
strtolower: 0.10409092903137 Bitwise: 0.06479287147522
Output for 5.1.2
strtolower: 0.098528861999512 Bitwise: 0.062851905822754
Output for 5.1.1
strtolower: 0.09662914276123 Bitwise: 0.063845157623291
Output for 5.1.0
strtolower: 0.099427938461304 Bitwise: 0.063684940338135
Output for 5.0.5
strtolower: 0.16407012939453 Bitwise: 0.13143396377563
Output for 5.0.4
strtolower: 0.16334795951843 Bitwise: 0.13047504425049
Output for 5.0.3
strtolower: 0.14605784416199 Bitwise: 0.12171006202698
Output for 5.0.2
strtolower: 0.12588906288147 Bitwise: 0.12407302856445
Output for 5.0.1
strtolower: 0.15328001976013 Bitwise: 0.12163305282593
Output for 5.0.0
strtolower: 0.12033486366272 Bitwise: 0.12218499183655
Output for 4.4.9
strtolower: -0.878355 Bitwise: 0.136546
Output for 4.4.8
strtolower: 0.120175 Bitwise: 0.137413
Output for 4.4.7
strtolower: 0.116012 Bitwise: 0.134726
Output for 4.4.6
strtolower: 0.157351 Bitwise: -0.863579
Output for 4.4.5
strtolower: 0.166976 Bitwise: 0.135891
Output for 4.4.4
strtolower: 0.145892 Bitwise: 0.135535
Output for 4.4.3
strtolower: 0.144454 Bitwise: 0.141723
Output for 4.4.2
strtolower: -0.870877 Bitwise: 0.137948
Output for 4.4.1
strtolower: -0.829941 Bitwise: 0.13654
Output for 4.4.0
strtolower: -0.850267 Bitwise: 0.136448
Output for 4.3.11
strtolower: 0.161904 Bitwise: -0.859856
Output for 4.3.10
strtolower: 0.169771 Bitwise: 0.138954
Output for 4.3.9
strtolower: 0.160311 Bitwise: 0.133504
Output for 4.3.8
strtolower: 0.143781 Bitwise: -0.859515
Output for 4.3.7
strtolower: 0.117437 Bitwise: 0.14167
Output for 4.3.6
strtolower: 0.117644 Bitwise: 0.136294
Output for 4.3.5
strtolower: -0.877619 Bitwise: 0.136492
Output for 4.3.4
strtolower: 0.149912 Bitwise: 0.135725
Output for 4.3.3
strtolower: 0.11557 Bitwise: -0.867179
Output for 4.3.2
strtolower: 0.160875 Bitwise: 0.13352
Output for 4.3.1
strtolower: 0.141205 Bitwise: 0.136608
Output for 4.3.0
strtolower: 0.113618 Bitwise: 0.136884

preferences:
270.52 ms | 401 KiB | 325 Q