3v4l.org

run code in 300+ PHP versions simultaneously
<?php $v1 = 5; $v2 = '5-4'; echo (strcmp($v1,$v2) === 0 ? 'they are the same' : 'they aren\'t the same'); $time = microtime(1); $i = 0; while($i++ < 50000) donull((strcmp($v1,$v2) === 0)); echo (microtime(1)-$time)." seconds for strcmp"; echo "\n"; $time = microtime(1); $i = 0; while($i++ < 50000) donull(((string) $v1 == (string) $v2)); echo (microtime(1)-$time)." seconds for typecasting"; function donull($v){};
Output for 7.4.6
they aren't the same0.0044949054718018 seconds for strcmp 0.0058319568634033 seconds for typecasting
Output for 7.4.5
they aren't the same0.0033161640167236 seconds for strcmp 0.0042080879211426 seconds for typecasting
Output for 7.4.4
they aren't the same0.003342866897583 seconds for strcmp 0.003849983215332 seconds for typecasting
Output for 7.4.3
they aren't the same0.0087099075317383 seconds for strcmp 0.0043151378631592 seconds for typecasting
Output for 7.4.2
they aren't the same0.0032808780670166 seconds for strcmp 0.0040121078491211 seconds for typecasting
Output for 7.4.1
they aren't the same0.0034852027893066 seconds for strcmp 0.0040149688720703 seconds for typecasting
Output for 7.4.0
they aren't the same0.0032029151916504 seconds for strcmp 0.0038180351257324 seconds for typecasting
Output for 7.3.18
they aren't the same0.0057799816131592 seconds for strcmp 0.0041720867156982 seconds for typecasting
Output for 7.3.17
they aren't the same0.0073220729827881 seconds for strcmp 0.0044410228729248 seconds for typecasting
Output for 7.3.16
they aren't the same0.0073349475860596 seconds for strcmp 0.0039718151092529 seconds for typecasting
Output for 7.3.15
they aren't the same0.0069239139556885 seconds for strcmp 0.0040581226348877 seconds for typecasting
Output for 7.3.14
they aren't the same0.0086419582366943 seconds for strcmp 0.004288911819458 seconds for typecasting
Output for 7.3.13
they aren't the same0.0089399814605713 seconds for strcmp 0.0040099620819092 seconds for typecasting
Output for 7.3.12
they aren't the same0.0058958530426025 seconds for strcmp 0.0041689872741699 seconds for typecasting
Output for 7.3.11
they aren't the same0.005000114440918 seconds for strcmp 0.0042440891265869 seconds for typecasting
Output for 7.3.10
they aren't the same0.0035040378570557 seconds for strcmp 0.0040891170501709 seconds for typecasting
Output for 7.3.9
they aren't the same0.0068619251251221 seconds for strcmp 0.0064098834991455 seconds for typecasting
Output for 7.3.8
they aren't the same0.0069479942321777 seconds for strcmp 0.0042839050292969 seconds for typecasting
Output for 7.3.7
they aren't the same0.0036201477050781 seconds for strcmp 0.0040550231933594 seconds for typecasting
Output for 7.3.6
they aren't the same0.0063819885253906 seconds for strcmp 0.0039410591125488 seconds for typecasting
Output for 7.3.5
they aren't the same0.0036630630493164 seconds for strcmp 0.0043230056762695 seconds for typecasting
Output for 7.3.4
they aren't the same0.0035781860351562 seconds for strcmp 0.0041899681091309 seconds for typecasting
Output for 7.3.3
they aren't the same0.0033659934997559 seconds for strcmp 0.011428117752075 seconds for typecasting
Output for 7.3.2
they aren't the same0.010370016098022 seconds for strcmp 0.010299205780029 seconds for typecasting
Output for 7.3.1
they aren't the same0.0090858936309814 seconds for strcmp 0.0041561126708984 seconds for typecasting
Output for 7.3.0
they aren't the same0.0092649459838867 seconds for strcmp 0.0041739940643311 seconds for typecasting
Output for 7.2.31
they aren't the same0.01098108291626 seconds for strcmp 0.0045740604400635 seconds for typecasting
Output for 7.2.30
they aren't the same0.0039129257202148 seconds for strcmp 0.0044188499450684 seconds for typecasting
Output for 7.2.29
they aren't the same0.0036411285400391 seconds for strcmp 0.0043759346008301 seconds for typecasting
Output for 7.2.28
they aren't the same0.0038819313049316 seconds for strcmp 0.0046958923339844 seconds for typecasting
Output for 7.2.27
they aren't the same0.0099501609802246 seconds for strcmp 0.0046861171722412 seconds for typecasting
Output for 7.2.26
they aren't the same0.010161876678467 seconds for strcmp 0.0048220157623291 seconds for typecasting
Output for 7.2.25
they aren't the same0.0068449974060059 seconds for strcmp 0.0047850608825684 seconds for typecasting
Output for 7.2.24
they aren't the same0.0038361549377441 seconds for strcmp 0.0043530464172363 seconds for typecasting
Output for 7.2.23
they aren't the same0.0053279399871826 seconds for strcmp 0.0058779716491699 seconds for typecasting
Output for 7.2.22
they aren't the same0.0072228908538818 seconds for strcmp 0.0076589584350586 seconds for typecasting
Output for 7.2.21
they aren't the same0.013022184371948 seconds for strcmp 0.0055820941925049 seconds for typecasting
Output for 7.2.20
they aren't the same0.010958909988403 seconds for strcmp 0.0052280426025391 seconds for typecasting
Output for 7.2.19
they aren't the same0.011729955673218 seconds for strcmp 0.0094430446624756 seconds for typecasting
Output for 7.2.18
they aren't the same0.0082738399505615 seconds for strcmp 0.0052139759063721 seconds for typecasting
Output for 7.2.17
they aren't the same0.0036311149597168 seconds for strcmp 0.0047671794891357 seconds for typecasting
Output for 7.2.16
they aren't the same0.0071408748626709 seconds for strcmp 0.0046660900115967 seconds for typecasting
Output for 7.2.15
they aren't the same0.0035228729248047 seconds for strcmp 0.0049481391906738 seconds for typecasting
Output for 7.2.14
they aren't the same0.0078709125518799 seconds for strcmp 0.0047600269317627 seconds for typecasting
Output for 7.2.13
they aren't the same0.0058879852294922 seconds for strcmp 0.0048348903656006 seconds for typecasting
Output for 7.2.12
they aren't the same0.0083639621734619 seconds for strcmp 0.0052950382232666 seconds for typecasting
Output for 7.2.11
they aren't the same0.0094349384307861 seconds for strcmp 0.0060701370239258 seconds for typecasting
Output for 7.2.10
they aren't the same0.0086839199066162 seconds for strcmp 0.004612922668457 seconds for typecasting
Output for 7.2.9
they aren't the same0.0056488513946533 seconds for strcmp 0.0044457912445068 seconds for typecasting
Output for 7.2.8
they aren't the same0.0058209896087646 seconds for strcmp 0.0046310424804688 seconds for typecasting
Output for 7.2.7
they aren't the same0.0094680786132812 seconds for strcmp 0.0043590068817139 seconds for typecasting
Output for 7.2.6
they aren't the same0.022543907165527 seconds for strcmp 0.011646032333374 seconds for typecasting
Output for 7.2.5
they aren't the same0.0051090717315674 seconds for strcmp 0.0050511360168457 seconds for typecasting
Output for 7.2.4
they aren't the same0.0081710815429688 seconds for strcmp 0.0047111511230469 seconds for typecasting
Output for 7.2.3
they aren't the same0.0071361064910889 seconds for strcmp 0.0048370361328125 seconds for typecasting
Output for 7.2.2
they aren't the same0.0040450096130371 seconds for strcmp 0.0065610408782959 seconds for typecasting
Output for 7.2.1
they aren't the same0.0054378509521484 seconds for strcmp 0.0061779022216797 seconds for typecasting
Output for 7.2.0
they aren't the same0.0040318965911865 seconds for strcmp 0.0048480033874512 seconds for typecasting
Output for 7.1.33
they aren't the same0.019052028656006 seconds for strcmp 0.0060811042785645 seconds for typecasting
Output for 7.1.32
they aren't the same0.017737150192261 seconds for strcmp 0.0070509910583496 seconds for typecasting
Output for 7.1.31
they aren't the same0.015437126159668 seconds for strcmp 0.0063629150390625 seconds for typecasting
Output for 7.1.30
they aren't the same0.016700983047485 seconds for strcmp 0.0075809955596924 seconds for typecasting
Output for 7.1.29
they aren't the same0.012837886810303 seconds for strcmp 0.005885124206543 seconds for typecasting
Output for 7.1.28
they aren't the same0.01148796081543 seconds for strcmp 0.006260871887207 seconds for typecasting
Output for 7.1.27
they aren't the same0.012638807296753 seconds for strcmp 0.0065250396728516 seconds for typecasting
Output for 7.1.26
they aren't the same0.015707969665527 seconds for strcmp 0.0064311027526855 seconds for typecasting
Output for 7.1.25
they aren't the same0.014421939849854 seconds for strcmp 0.0081779956817627 seconds for typecasting
Output for 7.1.24
they aren't the same0.015974998474121 seconds for strcmp 0.0068221092224121 seconds for typecasting
Output for 7.1.23
they aren't the same0.0096468925476074 seconds for strcmp 0.0060520172119141 seconds for typecasting
Output for 7.1.22
they aren't the same0.0091729164123535 seconds for strcmp 0.0061550140380859 seconds for typecasting
Output for 7.1.21
they aren't the same0.023339986801147 seconds for strcmp 0.011009931564331 seconds for typecasting
Output for 7.1.20
they aren't the same0.015168190002441 seconds for strcmp 0.0058860778808594 seconds for typecasting
Output for 7.1.19
they aren't the same0.013422012329102 seconds for strcmp 0.0060329437255859 seconds for typecasting
Output for 7.1.18
they aren't the same0.013688087463379 seconds for strcmp 0.0059709548950195 seconds for typecasting
Output for 7.1.17
they aren't the same0.014770984649658 seconds for strcmp 0.0063939094543457 seconds for typecasting
Output for 7.1.16
they aren't the same0.020333051681519 seconds for strcmp 0.015064001083374 seconds for typecasting
Output for 7.1.15
they aren't the same0.011599063873291 seconds for strcmp 0.0065209865570068 seconds for typecasting
Output for 7.1.14
they aren't the same0.014302015304565 seconds for strcmp 0.0070438385009766 seconds for typecasting
Output for 7.1.13
they aren't the same0.013025999069214 seconds for strcmp 0.0059430599212646 seconds for typecasting
Output for 7.1.12
they aren't the same0.018097877502441 seconds for strcmp 0.0070619583129883 seconds for typecasting
Output for 7.1.11
they aren't the same0.015130996704102 seconds for strcmp 0.0061240196228027 seconds for typecasting
Output for 7.1.10
they aren't the same0.013855934143066 seconds for strcmp 0.0060529708862305 seconds for typecasting
Output for 7.1.9
they aren't the same0.013051986694336 seconds for strcmp 0.0060930252075195 seconds for typecasting
Output for 7.1.8
they aren't the same0.01691198348999 seconds for strcmp 0.0061299800872803 seconds for typecasting
Output for 7.1.7
they aren't the same0.010136842727661 seconds for strcmp 0.0062580108642578 seconds for typecasting
Output for 7.1.6
they aren't the same0.013473033905029 seconds for strcmp 0.0060279369354248 seconds for typecasting
Output for 7.1.5
they aren't the same0.012516975402832 seconds for strcmp 0.0059521198272705 seconds for typecasting
Output for 7.1.4
they aren't the same0.011738061904907 seconds for strcmp 0.0059518814086914 seconds for typecasting
Output for 7.1.3
they aren't the same0.018022060394287 seconds for strcmp 0.006375789642334 seconds for typecasting
Output for 7.1.2
they aren't the same0.01434588432312 seconds for strcmp 0.0066540241241455 seconds for typecasting
Output for 7.1.1
they aren't the same0.013927936553955 seconds for strcmp 0.0060241222381592 seconds for typecasting
Output for 7.1.0
they aren't the same0.016335964202881 seconds for strcmp 0.0063080787658691 seconds for typecasting
Output for 7.0.33
they aren't the same0.011738061904907 seconds for strcmp 0.0067570209503174 seconds for typecasting
Output for 7.0.32
they aren't the same0.01298999786377 seconds for strcmp 0.0063760280609131 seconds for typecasting
Output for 7.0.31
they aren't the same0.0073871612548828 seconds for strcmp 0.0063908100128174 seconds for typecasting
Output for 7.0.30
they aren't the same0.011820077896118 seconds for strcmp 0.0065889358520508 seconds for typecasting
Output for 7.0.29
they aren't the same0.010388135910034 seconds for strcmp 0.0062110424041748 seconds for typecasting
Output for 7.0.28
they aren't the same0.01305079460144 seconds for strcmp 0.009397029876709 seconds for typecasting
Output for 7.0.27
they aren't the same0.010349988937378 seconds for strcmp 0.0060951709747314 seconds for typecasting
Output for 7.0.26
they aren't the same0.012876033782959 seconds for strcmp 0.0071201324462891 seconds for typecasting
Output for 7.0.25
they aren't the same0.013386011123657 seconds for strcmp 0.006126880645752 seconds for typecasting
Output for 7.0.24
they aren't the same0.010952949523926 seconds for strcmp 0.0058348178863525 seconds for typecasting
Output for 7.0.23
they aren't the same0.010629892349243 seconds for strcmp 0.006699800491333 seconds for typecasting
Output for 7.0.22
they aren't the same0.012712955474854 seconds for strcmp 0.0080680847167969 seconds for typecasting
Output for 7.0.21
they aren't the same0.011994123458862 seconds for strcmp 0.006356954574585 seconds for typecasting
Output for 7.0.20
they aren't the same0.011041879653931 seconds for strcmp 0.0060548782348633 seconds for typecasting
Output for 7.0.19
they aren't the same0.011011123657227 seconds for strcmp 0.006742000579834 seconds for typecasting
Output for 7.0.18
they aren't the same0.01448392868042 seconds for strcmp 0.0076010227203369 seconds for typecasting
Output for 7.0.17
they aren't the same0.011956214904785 seconds for strcmp 0.0061628818511963 seconds for typecasting
Output for 7.0.16
they aren't the same0.0094020366668701 seconds for strcmp 0.0065960884094238 seconds for typecasting
Output for 7.0.15
they aren't the same0.012831926345825 seconds for strcmp 0.0063021183013916 seconds for typecasting
Output for 7.0.14
they aren't the same0.0099680423736572 seconds for strcmp 0.0063579082489014 seconds for typecasting
Output for 7.0.13
they aren't the same0.0095820426940918 seconds for strcmp 0.0067679882049561 seconds for typecasting
Output for 7.0.12
they aren't the same0.0099251270294189 seconds for strcmp 0.006356954574585 seconds for typecasting
Output for 7.0.11
they aren't the same0.0092039108276367 seconds for strcmp 0.0065991878509521 seconds for typecasting
Output for 7.0.10
they aren't the same0.012310981750488 seconds for strcmp 0.0070910453796387 seconds for typecasting
Output for 7.0.9
they aren't the same0.010654926300049 seconds for strcmp 0.0060892105102539 seconds for typecasting
Output for 7.0.8
they aren't the same0.011963844299316 seconds for strcmp 0.0064349174499512 seconds for typecasting
Output for 7.0.7
they aren't the same0.016510009765625 seconds for strcmp 0.0061509609222412 seconds for typecasting
Output for 7.0.6
they aren't the same0.0084919929504395 seconds for strcmp 0.0060701370239258 seconds for typecasting
Output for 7.0.5
they aren't the same0.011842966079712 seconds for strcmp 0.007321834564209 seconds for typecasting
Output for 7.0.4
they aren't the same0.019066095352173 seconds for strcmp 0.011492967605591 seconds for typecasting
Output for 7.0.3
they aren't the same0.017212867736816 seconds for strcmp 0.011066198348999 seconds for typecasting
Output for 7.0.2
they aren't the same0.014596939086914 seconds for strcmp 0.0062019824981689 seconds for typecasting
Output for 7.0.1
they aren't the same0.014183044433594 seconds for strcmp 0.0064079761505127 seconds for typecasting
Output for 7.0.0
they aren't the same0.0077900886535645 seconds for strcmp 0.0063109397888184 seconds for typecasting
Output for 5.6.40
they aren't the same0.017652034759521 seconds for strcmp 0.014192819595337 seconds for typecasting
Output for 5.6.39
they aren't the same0.01641321182251 seconds for strcmp 0.013910055160522 seconds for typecasting
Output for 5.6.38
they aren't the same0.016518831253052 seconds for strcmp 0.014472961425781 seconds for typecasting
Output for 5.6.37
they aren't the same0.018012046813965 seconds for strcmp 0.017575979232788 seconds for typecasting
Output for 5.6.36
they aren't the same0.015732049942017 seconds for strcmp 0.014785051345825 seconds for typecasting
Output for 5.6.35
they aren't the same0.016409873962402 seconds for strcmp 0.013524055480957 seconds for typecasting
Output for 5.6.34
they aren't the same0.024157047271729 seconds for strcmp 0.021109104156494 seconds for typecasting
Output for 5.6.33
they aren't the same0.017349004745483 seconds for strcmp 0.01570987701416 seconds for typecasting
Output for 5.6.32
they aren't the same0.015433788299561 seconds for strcmp 0.016412019729614 seconds for typecasting
Output for 5.6.31
they aren't the same0.017277956008911 seconds for strcmp 0.015012979507446 seconds for typecasting
Output for 5.6.30
they aren't the same0.016147136688232 seconds for strcmp 0.016903877258301 seconds for typecasting
Output for 5.6.29
they aren't the same0.015743017196655 seconds for strcmp 0.014628171920776 seconds for typecasting
Output for 5.6.28
they aren't the same0.016317129135132 seconds for strcmp 0.015646934509277 seconds for typecasting
Output for 5.6.27
they aren't the same0.016382932662964 seconds for strcmp 0.015782833099365 seconds for typecasting
Output for 5.6.26
they aren't the same0.018841028213501 seconds for strcmp 0.014018058776855 seconds for typecasting
Output for 5.6.25
they aren't the same0.022783041000366 seconds for strcmp 0.013474941253662 seconds for typecasting
Output for 5.6.24
they aren't the same0.016115188598633 seconds for strcmp 0.014468193054199 seconds for typecasting
Output for 5.6.23
they aren't the same0.017194986343384 seconds for strcmp 0.013303995132446 seconds for typecasting
Output for 5.6.22
they aren't the same0.015787124633789 seconds for strcmp 0.013603925704956 seconds for typecasting
Output for 5.6.21
they aren't the same0.025039911270142 seconds for strcmp 0.013324022293091 seconds for typecasting
Output for 5.6.20
they aren't the same0.016401052474976 seconds for strcmp 0.014035940170288 seconds for typecasting
Output for 5.6.19
they aren't the same0.021604061126709 seconds for strcmp 0.0174880027771 seconds for typecasting
Output for 5.6.18
they aren't the same0.030195951461792 seconds for strcmp 0.027254104614258 seconds for typecasting
Output for 5.6.17
they aren't the same0.030824899673462 seconds for strcmp 0.024496078491211 seconds for typecasting
Output for 5.6.16
they aren't the same0.017644882202148 seconds for strcmp 0.015051126480103 seconds for typecasting
Output for 5.6.15
they aren't the same0.018875122070312 seconds for strcmp 0.013794898986816 seconds for typecasting
Output for 5.6.14
they aren't the same0.015851974487305 seconds for strcmp 0.015419960021973 seconds for typecasting
Output for 5.6.13
they aren't the same0.020431995391846 seconds for strcmp 0.01664400100708 seconds for typecasting
Output for 5.6.12
they aren't the same0.021520853042603 seconds for strcmp 0.014086008071899 seconds for typecasting
Output for 5.6.11
they aren't the same0.020171880722046 seconds for strcmp 0.014816999435425 seconds for typecasting
Output for 5.6.10
they aren't the same0.017468929290771 seconds for strcmp 0.013887882232666 seconds for typecasting
Output for 5.6.9
they aren't the same0.018723964691162 seconds for strcmp 0.01445198059082 seconds for typecasting
Output for 5.6.8
they aren't the same0.018959999084473 seconds for strcmp 0.013746023178101 seconds for typecasting
Output for 5.6.7
they aren't the same0.016968011856079 seconds for strcmp 0.013668060302734 seconds for typecasting
Output for 5.6.6
they aren't the same0.015491962432861 seconds for strcmp 0.014110088348389 seconds for typecasting
Output for 5.6.5
they aren't the same0.018141984939575 seconds for strcmp 0.013986110687256 seconds for typecasting
Output for 5.6.4
they aren't the same0.018969058990479 seconds for strcmp 0.013928890228271 seconds for typecasting
Output for 5.6.3
they aren't the same0.018661022186279 seconds for strcmp 0.014348030090332 seconds for typecasting
Output for 5.6.2
they aren't the same0.015938997268677 seconds for strcmp 0.014053106307983 seconds for typecasting
Output for 5.6.1
they aren't the same0.017413139343262 seconds for strcmp 0.018557071685791 seconds for typecasting
Output for 5.6.0
they aren't the same0.018714904785156 seconds for strcmp 0.017903804779053 seconds for typecasting
Output for 5.5.38
they aren't the same0.017090082168579 seconds for strcmp 0.013821125030518 seconds for typecasting
Output for 5.5.37
they aren't the same0.020997047424316 seconds for strcmp 0.013981103897095 seconds for typecasting
Output for 5.5.36
they aren't the same0.016148090362549 seconds for strcmp 0.013148069381714 seconds for typecasting
Output for 5.5.35
they aren't the same0.026116132736206 seconds for strcmp 0.031518936157227 seconds for typecasting
Output for 5.5.34
they aren't the same0.036175966262817 seconds for strcmp 0.02901816368103 seconds for typecasting
Output for 5.5.33
they aren't the same0.044302940368652 seconds for strcmp 0.025516986846924 seconds for typecasting
Output for 5.5.32
they aren't the same0.032141923904419 seconds for strcmp 0.025856018066406 seconds for typecasting
Output for 5.5.31
they aren't the same0.033468961715698 seconds for strcmp 0.028013944625854 seconds for typecasting
Output for 5.5.30
they aren't the same0.03516697883606 seconds for strcmp 0.014542102813721 seconds for typecasting
Output for 5.5.29
they aren't the same0.024667024612427 seconds for strcmp 0.015866994857788 seconds for typecasting
Output for 5.5.28
they aren't the same0.021701097488403 seconds for strcmp 0.026409864425659 seconds for typecasting
Output for 5.5.27
they aren't the same0.018800020217896 seconds for strcmp 0.015151977539062 seconds for typecasting
Output for 5.5.26
they aren't the same0.023420095443726 seconds for strcmp 0.01508092880249 seconds for typecasting
Output for 5.5.25
they aren't the same0.019947052001953 seconds for strcmp 0.019965887069702 seconds for typecasting
Output for 5.5.24
they aren't the same0.019577026367188 seconds for strcmp 0.019136905670166 seconds for typecasting
Output for 5.5.23
they aren't the same0.016215085983276 seconds for strcmp 0.013861894607544 seconds for typecasting
Output for 5.5.22
they aren't the same0.016510963439941 seconds for strcmp 0.014509916305542 seconds for typecasting
Output for 5.5.21
they aren't the same0.016752004623413 seconds for strcmp 0.013479948043823 seconds for typecasting
Output for 5.5.20
they aren't the same0.017511129379272 seconds for strcmp 0.013485908508301 seconds for typecasting
Output for 5.5.19
they aren't the same0.018815040588379 seconds for strcmp 0.013406038284302 seconds for typecasting
Output for 5.5.18
they aren't the same0.017632007598877 seconds for strcmp 0.014687061309814 seconds for typecasting
Output for 5.5.17
they aren't the same0.015649080276489 seconds for strcmp 0.013497114181519 seconds for typecasting
Output for 5.5.16
they aren't the same0.030097961425781 seconds for strcmp 0.013507843017578 seconds for typecasting
Output for 5.5.15
they aren't the same0.019098043441772 seconds for strcmp 0.01404595375061 seconds for typecasting
Output for 5.5.14
they aren't the same0.022411823272705 seconds for strcmp 0.013577938079834 seconds for typecasting
Output for 5.5.13
they aren't the same0.025274038314819 seconds for strcmp 0.014096021652222 seconds for typecasting
Output for 5.5.12
they aren't the same0.022867918014526 seconds for strcmp 0.014477968215942 seconds for typecasting
Output for 5.5.11
they aren't the same0.017407894134521 seconds for strcmp 0.014664888381958 seconds for typecasting
Output for 5.5.10
they aren't the same0.024227142333984 seconds for strcmp 0.014619112014771 seconds for typecasting
Output for 5.5.9
they aren't the same0.019775867462158 seconds for strcmp 0.01789402961731 seconds for typecasting
Output for 5.5.8
they aren't the same0.019860982894897 seconds for strcmp 0.013862133026123 seconds for typecasting
Output for 5.5.7
they aren't the same0.02327299118042 seconds for strcmp 0.014486074447632 seconds for typecasting
Output for 5.5.6
they aren't the same0.018999814987183 seconds for strcmp 0.013828039169312 seconds for typecasting
Output for 5.5.5
they aren't the same0.020164012908936 seconds for strcmp 0.014786958694458 seconds for typecasting
Output for 5.5.4
they aren't the same0.036072969436646 seconds for strcmp 0.016468048095703 seconds for typecasting
Output for 5.5.3
they aren't the same0.017648935317993 seconds for strcmp 0.015493154525757 seconds for typecasting
Output for 5.5.2
they aren't the same0.021028995513916 seconds for strcmp 0.014264822006226 seconds for typecasting
Output for 5.5.1
they aren't the same0.02174186706543 seconds for strcmp 0.015793085098267 seconds for typecasting
Output for 5.5.0
they aren't the same0.023020029067993 seconds for strcmp 0.018563985824585 seconds for typecasting
Output for 5.4.45
they aren't the same0.01848292350769 seconds for strcmp 0.015421152114868 seconds for typecasting
Output for 5.4.44
they aren't the same0.02364706993103 seconds for strcmp 0.020805835723877 seconds for typecasting
Output for 5.4.43
they aren't the same0.016968011856079 seconds for strcmp 0.013704061508179 seconds for typecasting
Output for 5.4.42
they aren't the same0.024281978607178 seconds for strcmp 0.014907836914062 seconds for typecasting
Output for 5.4.41
they aren't the same0.021475076675415 seconds for strcmp 0.013855934143066 seconds for typecasting
Output for 5.4.40
they aren't the same0.021699905395508 seconds for strcmp 0.015749931335449 seconds for typecasting
Output for 5.4.39
they aren't the same0.024624109268188 seconds for strcmp 0.016700983047485 seconds for typecasting
Output for 5.4.38
they aren't the same0.01646614074707 seconds for strcmp 0.013806104660034 seconds for typecasting
Output for 5.4.37
they aren't the same0.017055034637451 seconds for strcmp 0.014209985733032 seconds for typecasting
Output for 5.4.36
they aren't the same0.016567945480347 seconds for strcmp 0.014920949935913 seconds for typecasting
Output for 5.4.35
they aren't the same0.021257877349854 seconds for strcmp 0.015296936035156 seconds for typecasting
Output for 5.4.34
they aren't the same0.016949892044067 seconds for strcmp 0.016124963760376 seconds for typecasting
Output for 5.4.33
they aren't the same0.031965017318726 seconds for strcmp 0.030035972595215 seconds for typecasting
Output for 5.4.32
they aren't the same0.019136190414429 seconds for strcmp 0.014548063278198 seconds for typecasting
Output for 5.4.31
they aren't the same0.024081945419312 seconds for strcmp 0.01604700088501 seconds for typecasting
Output for 5.4.30
they aren't the same0.016515970230103 seconds for strcmp 0.015841007232666 seconds for typecasting
Output for 5.4.29
they aren't the same0.022664070129395 seconds for strcmp 0.013944149017334 seconds for typecasting
Output for 5.4.28
they aren't the same0.016600131988525 seconds for strcmp 0.0138099193573 seconds for typecasting
Output for 5.4.27
they aren't the same0.021420001983643 seconds for strcmp 0.013550996780396 seconds for typecasting
Output for 5.4.26
they aren't the same0.016563177108765 seconds for strcmp 0.013535976409912 seconds for typecasting
Output for 5.4.25
they aren't the same0.016336917877197 seconds for strcmp 0.014103174209595 seconds for typecasting
Output for 5.4.24
they aren't the same0.019551992416382 seconds for strcmp 0.017448902130127 seconds for typecasting
Output for 5.4.23
they aren't the same0.017784833908081 seconds for strcmp 0.014515161514282 seconds for typecasting
Output for 5.4.22
they aren't the same0.02289891242981 seconds for strcmp 0.014663219451904 seconds for typecasting
Output for 5.4.21
they aren't the same0.041788101196289 seconds for strcmp 0.025022983551025 seconds for typecasting
Output for 5.4.20
they aren't the same0.022133111953735 seconds for strcmp 0.016203880310059 seconds for typecasting
Output for 5.4.19
they aren't the same0.044486999511719 seconds for strcmp 0.01801609992981 seconds for typecasting
Output for 5.4.18
they aren't the same0.02647590637207 seconds for strcmp 0.017819881439209 seconds for typecasting
Output for 5.4.17
they aren't the same0.018241167068481 seconds for strcmp 0.017639875411987 seconds for typecasting
Output for 5.4.16
they aren't the same0.018212080001831 seconds for strcmp 0.019025087356567 seconds for typecasting
Output for 5.4.15
they aren't the same0.017353057861328 seconds for strcmp 0.014868974685669 seconds for typecasting
Output for 5.4.14
they aren't the same0.019722938537598 seconds for strcmp 0.016365051269531 seconds for typecasting
Output for 5.4.13
they aren't the same0.022593975067139 seconds for strcmp 0.016894817352295 seconds for typecasting
Output for 5.4.12
they aren't the same0.020325899124146 seconds for strcmp 0.016380071640015 seconds for typecasting
Output for 5.4.11
they aren't the same0.018838882446289 seconds for strcmp 0.015270948410034 seconds for typecasting
Output for 5.4.10
they aren't the same0.020138025283813 seconds for strcmp 0.020034074783325 seconds for typecasting
Output for 5.4.9
they aren't the same0.020211935043335 seconds for strcmp 0.014362096786499 seconds for typecasting
Output for 5.4.8
they aren't the same0.018573999404907 seconds for strcmp 0.013920068740845 seconds for typecasting
Output for 5.4.7
they aren't the same0.020230054855347 seconds for strcmp 0.017153978347778 seconds for typecasting
Output for 5.4.6
they aren't the same0.019005060195923 seconds for strcmp 0.016034126281738 seconds for typecasting
Output for 5.4.5
they aren't the same0.018313884735107 seconds for strcmp 0.018412113189697 seconds for typecasting
Output for 5.4.4
they aren't the same0.019763946533203 seconds for strcmp 0.015416860580444 seconds for typecasting
Output for 5.4.3
they aren't the same0.01782488822937 seconds for strcmp 0.015208959579468 seconds for typecasting
Output for 5.4.2
they aren't the same0.019783973693848 seconds for strcmp 0.016019105911255 seconds for typecasting
Output for 5.4.1
they aren't the same0.044147968292236 seconds for strcmp 0.068047046661377 seconds for typecasting
Output for 5.4.0
they aren't the same0.020503044128418 seconds for strcmp 0.015936136245728 seconds for typecasting
Output for 5.3.29
they aren't the same0.030444145202637 seconds for strcmp 0.016649007797241 seconds for typecasting
Output for 5.3.28
they aren't the same0.039905071258545 seconds for strcmp 0.042662858963013 seconds for typecasting
Output for 5.3.27
they aren't the same0.028971195220947 seconds for strcmp 0.017350912094116 seconds for typecasting
Output for 5.3.26
they aren't the same0.034466028213501 seconds for strcmp 0.017311096191406 seconds for typecasting
Output for 5.3.25
they aren't the same0.058525085449219 seconds for strcmp 0.021528959274292 seconds for typecasting
Output for 5.3.24
they aren't the same0.050929069519043 seconds for strcmp 0.020582914352417 seconds for typecasting
Output for 5.3.23
they aren't the same0.026918172836304 seconds for strcmp 0.016824007034302 seconds for typecasting
Output for 5.3.22
they aren't the same0.035065174102783 seconds for strcmp 0.022346019744873 seconds for typecasting
Output for 5.3.21
they aren't the same0.02903413772583 seconds for strcmp 0.0227370262146 seconds for typecasting
Output for 5.3.20
they aren't the same0.035651206970215 seconds for strcmp 0.023631811141968 seconds for typecasting
Output for 5.3.19
they aren't the same0.027820110321045 seconds for strcmp 0.019891977310181 seconds for typecasting
Output for 5.3.18
they aren't the same0.030465126037598 seconds for strcmp 0.021613121032715 seconds for typecasting
Output for 5.3.17
they aren't the same0.035325050354004 seconds for strcmp 0.01901912689209 seconds for typecasting
Output for 5.3.16
they aren't the same0.037937164306641 seconds for strcmp 0.023777008056641 seconds for typecasting
Output for 5.3.15
they aren't the same0.063090085983276 seconds for strcmp 0.020838022232056 seconds for typecasting
Output for 5.3.14
they aren't the same0.037250995635986 seconds for strcmp 0.021421909332275 seconds for typecasting
Output for 5.3.13
they aren't the same0.033680200576782 seconds for strcmp 0.020146131515503 seconds for typecasting
Output for 5.3.12
they aren't the same0.026971101760864 seconds for strcmp 0.022863149642944 seconds for typecasting
Output for 5.3.11
they aren't the same0.036648988723755 seconds for strcmp 0.019487142562866 seconds for typecasting
Output for 5.3.10
they aren't the same0.031808137893677 seconds for strcmp 0.01956582069397 seconds for typecasting
Output for 5.3.9
they aren't the same0.060861110687256 seconds for strcmp 0.034595012664795 seconds for typecasting
Output for 5.3.8
they aren't the same0.050195217132568 seconds for strcmp 0.046104907989502 seconds for typecasting
Output for 5.3.7
they aren't the same0.048425197601318 seconds for strcmp 0.029083967208862 seconds for typecasting
Output for 5.3.6
they aren't the same0.049621105194092 seconds for strcmp 0.037418127059937 seconds for typecasting
Output for 5.3.5
they aren't the same0.035487174987793 seconds for strcmp 0.029205799102783 seconds for typecasting
Output for 5.3.4
they aren't the same0.039621114730835 seconds for strcmp 0.017920017242432 seconds for typecasting
Output for 5.3.3
they aren't the same0.050656080245972 seconds for strcmp 0.035070896148682 seconds for typecasting
Output for 5.3.2
they aren't the same0.034856081008911 seconds for strcmp 0.017985820770264 seconds for typecasting
Output for 5.3.1
they aren't the same0.037750005722046 seconds for strcmp 0.021733045578003 seconds for typecasting
Output for 5.3.0
they aren't the same0.036691188812256 seconds for strcmp 0.022154808044434 seconds for typecasting
Output for 5.2.17
they aren't the same0.03736400604248 seconds for strcmp 0.024667024612427 seconds for typecasting
Output for 5.2.16
they aren't the same0.044349193572998 seconds for strcmp 0.030751943588257 seconds for typecasting
Output for 5.2.15
they aren't the same0.041458129882812 seconds for strcmp 0.0311119556427 seconds for typecasting
Output for 5.2.14
they aren't the same0.046091079711914 seconds for strcmp 0.025525093078613 seconds for typecasting
Output for 5.2.13
they aren't the same0.044637203216553 seconds for strcmp 0.04828405380249 seconds for typecasting
Output for 5.2.12
they aren't the same0.052795171737671 seconds for strcmp 0.027347087860107 seconds for typecasting
Output for 5.2.11
they aren't the same0.037588119506836 seconds for strcmp 0.028251171112061 seconds for typecasting
Output for 5.2.10
they aren't the same0.036319017410278 seconds for strcmp 0.027019023895264 seconds for typecasting
Output for 5.2.9
they aren't the same0.05734920501709 seconds for strcmp 0.036282062530518 seconds for typecasting
Output for 5.2.8
they aren't the same0.044467210769653 seconds for strcmp 0.026777029037476 seconds for typecasting
Output for 5.2.7
they aren't the same0.047383069992065 seconds for strcmp 0.027587175369263 seconds for typecasting
Output for 5.2.6
they aren't the same0.038417100906372 seconds for strcmp 0.027708053588867 seconds for typecasting
Output for 5.2.5
they aren't the same0.082691192626953 seconds for strcmp 0.054123878479004 seconds for typecasting
Output for 5.2.4
they aren't the same0.078489065170288 seconds for strcmp 0.067795038223267 seconds for typecasting
Output for 5.2.3
they aren't the same0.057309150695801 seconds for strcmp 0.041105985641479 seconds for typecasting
Output for 5.2.2
they aren't the same0.040239095687866 seconds for strcmp 0.03075098991394 seconds for typecasting
Output for 5.2.1
they aren't the same0.039350986480713 seconds for strcmp 0.040178060531616 seconds for typecasting
Output for 5.2.0
they aren't the same0.070580005645752 seconds for strcmp 0.051021099090576 seconds for typecasting
Output for 5.1.6
they aren't the same0.041981935501099 seconds for strcmp 0.055547952651978 seconds for typecasting
Output for 5.1.5
they aren't the same0.068320035934448 seconds for strcmp 0.067199945449829 seconds for typecasting
Output for 5.1.4
they aren't the same0.034751176834106 seconds for strcmp 0.037144184112549 seconds for typecasting
Output for 5.1.3
they aren't the same0.034409999847412 seconds for strcmp 0.036864042282104 seconds for typecasting
Output for 5.1.2
they aren't the same0.040846109390259 seconds for strcmp 0.037435054779053 seconds for typecasting
Output for 5.1.1
they aren't the same0.034470081329346 seconds for strcmp 0.056727886199951 seconds for typecasting
Output for 5.1.0
they aren't the same0.037781953811646 seconds for strcmp 0.057581901550293 seconds for typecasting
Output for 5.0.5
they aren't the same0.048340082168579 seconds for strcmp 0.046209096908569 seconds for typecasting
Output for 5.0.4
they aren't the same0.049728870391846 seconds for strcmp 0.052754878997803 seconds for typecasting
Output for 5.0.3
they aren't the same0.051480054855347 seconds for strcmp 0.062427997589111 seconds for typecasting
Output for 5.0.2
they aren't the same0.07299017906189 seconds for strcmp 0.079402923583984 seconds for typecasting
Output for 5.0.1
they aren't the same0.065528154373169 seconds for strcmp 0.063046932220459 seconds for typecasting
Output for 5.0.0
they aren't the same0.053757905960083 seconds for strcmp 0.051954030990601 seconds for typecasting
Output for 4.4.9
they aren't the same0.043206 seconds for strcmp 0.065087 seconds for typecasting
Output for 4.4.8
they aren't the same0.04908 seconds for strcmp 0.085027 seconds for typecasting
Output for 4.4.7
they aren't the same0.088621 seconds for strcmp 0.058962 seconds for typecasting
Output for 4.4.6
they aren't the same0.05676 seconds for strcmp 0.054309 seconds for typecasting
Output for 4.4.5
they aren't the same0.089002 seconds for strcmp 0.087058 seconds for typecasting
Output for 4.4.4
they aren't the same0.050957 seconds for strcmp 0.048665 seconds for typecasting
Output for 4.4.3
they aren't the same0.076797 seconds for strcmp 0.07769 seconds for typecasting
Output for 4.4.2
they aren't the same0.099285 seconds for strcmp 0.095685 seconds for typecasting
Output for 4.4.1
they aren't the same0.046587 seconds for strcmp 0.045328 seconds for typecasting
Output for 4.4.0
they aren't the same0.049689 seconds for strcmp 0.049446 seconds for typecasting
Output for 4.3.11
they aren't the same0.048117 seconds for strcmp 0.056038 seconds for typecasting
Output for 4.3.10
they aren't the same0.060659 seconds for strcmp 0.053065 seconds for typecasting
Output for 4.3.9
they aren't the same0.044274 seconds for strcmp 0.05074 seconds for typecasting
Output for 4.3.8
they aren't the same0.059071 seconds for strcmp 0.045321 seconds for typecasting
Output for 4.3.7
they aren't the same0.058888 seconds for strcmp 0.047202 seconds for typecasting
Output for 4.3.6
they aren't the same0.049015 seconds for strcmp 0.049794 seconds for typecasting
Output for 4.3.5
they aren't the same0.048616 seconds for strcmp 0.050109 seconds for typecasting
Output for 4.3.4
they aren't the same0.04476 seconds for strcmp 0.052007 seconds for typecasting
Output for 4.3.3
they aren't the same0.055239 seconds for strcmp 0.062957 seconds for typecasting
Output for 4.3.2
they aren't the same0.049843 seconds for strcmp 0.053148 seconds for typecasting
Output for 4.3.1
they aren't the same0.040696 seconds for strcmp 0.05732 seconds for typecasting
Output for 4.3.0
they aren't the same0.045947 seconds for strcmp 0.05382 seconds for typecasting

preferences:
277.09 ms | 401 KiB | 340 Q