3v4l.org

run code in 300+ PHP versions simultaneously
<?php header('Content-type: text/plain'); $b = hash('sha256', mt_rand(), true); $s = microtime(true); for ($i = 0; $i < 100000; $i++) $r = hash('crc32', $b); var_dump($r, microtime(true) - $s); $s = microtime(true); for ($i = 0; $i < 100000; $i++) $r = hash('crc32b', $b); var_dump($r, microtime(true) - $s); $s = microtime(true); for ($i = 0; $i < 100000; $i++) $r = sha1($b); var_dump($r, microtime(true) - $s);
Output for 7.3.1
string(8) "34d3e596" float(0.026494026184082) string(8) "f325e5cc" float(0.025332927703857) string(40) "b4bc029a3d538eed1a0c13e9f452de3d3a720faf" float(0.030230045318604)
Output for 7.3.0
string(8) "551950ad" float(0.024330854415894) string(8) "7ca74367" float(0.024139165878296) string(40) "50842524355d98a4016a9ad972b24291afaa26e6" float(0.026328086853027)
Output for 7.2.13
string(8) "32e8bd05" float(0.028150081634521) string(8) "f6898cd5" float(0.02535605430603) string(40) "d1cc06b63295cc07c9df95381cd0aa281c7a8c0f" float(0.029098033905029)
Output for 7.2.12
string(8) "2d7255cd" float(0.025002956390381) string(8) "60e742e0" float(0.024056911468506) string(40) "b46a00927a34510e1c712ea8c1b5ad849cd84b19" float(0.030342102050781)
Output for 7.2.11
string(8) "9703ccc0" float(0.024787187576294) string(8) "3aa2dd40" float(0.023149013519287) string(40) "a9eabb01c10ff20de67fe8dc692493770806999f" float(0.029270887374878)
Output for 7.2.10
string(8) "3cd92124" float(0.026268005371094) string(8) "11da8555" float(0.027699947357178) string(40) "f1fd8d9da57a41db8808d082da8d2e38ff465aa3" float(0.05629301071167)
Output for 7.2.9
string(8) "673e1137" float(0.038655996322632) string(8) "d3c83ba8" float(0.032050132751465) string(40) "eee75f0d663219971b24cf71197ae8e3c8c8a804" float(0.029829025268555)
Output for 7.2.8
string(8) "50511fde" float(0.026118993759155) string(8) "eeb45f89" float(0.02462100982666) string(40) "0a144a9de56f5e3d325e0502acf2974921209432" float(0.033159971237183)
Output for 7.2.7
string(8) "267129fa" float(0.025563955307007) string(8) "867c7b86" float(0.022277116775513) string(40) "12c0cc3c7e5aa838aca9b123bff144d928c2410c" float(0.037451982498169)
Output for 7.2.6
string(8) "d4c9df73" float(0.026278018951416) string(8) "1f0dc33c" float(0.02252197265625) string(40) "25b4e3032074775eade5d26e86648cd3d727e663" float(0.028850078582764)
Output for 7.2.5
string(8) "25442f8b" float(0.026641130447388) string(8) "e7ab3e5f" float(0.025060176849365) string(40) "9b11ba65350c62bc1710c15e9289602ae4ddb9ba" float(0.032681941986084)
Output for 7.2.4
string(8) "10016a9d" float(0.028100967407227) string(8) "83116890" float(0.022828102111816) string(40) "717b945b7d785435715c8a350de67e3ed11e322d" float(0.029206991195679)
Output for 7.2.3
string(8) "3021c136" float(0.025737047195435) string(8) "0829d1dd" float(0.024005889892578) string(40) "9c005f85e02a1cc52d957a0c28841b869f37f9b6" float(0.034064054489136)
Output for 7.2.2
string(8) "e34cb279" float(0.027505874633789) string(8) "9717255c" float(0.026705980300903) string(40) "6cec9621cda488cd173d3f3efbca5c3228a9a0df" float(0.035131931304932)
Output for 7.2.1
string(8) "dd6cb29a" float(0.030457019805908) string(8) "29f93671" float(0.024344921112061) string(40) "f4dde57ac89a5d0bb0a06a3ec13699480934a889" float(0.03899097442627)
Output for 7.2.0
string(8) "ce66c65e" float(0.025324106216431) string(8) "1f19ac4c" float(0.028401851654053) string(40) "0ec1496de3a0f454a8a038060e53284cbfbda256" float(0.032819986343384)
Output for 7.1.25
string(8) "00430150" float(0.033293962478638) string(8) "db37a10b" float(0.029988050460815) string(40) "ce0e8923b8732d35aa28b5008d9c6c0cd7d74541" float(0.041064977645874)
Output for 7.1.7
string(8) "3c4c9da5" float(0.021554946899414) string(8) "90cbea5e" float(0.018929004669189) string(40) "5ab81fd6e44800e41971ee55a39a97af906c45af" float(0.026352882385254)
Output for 7.1.6
string(8) "8d07ebf1" float(0.02141809463501) string(8) "d30e2e59" float(0.022577047348022) string(40) "6986507bb48fb5a7b4ead0ca682a0dd98871b1d3" float(0.038142919540405)
Output for 7.1.5
string(8) "288d2969" float(0.042466163635254) string(8) "9fe936af" float(0.032726049423218) string(40) "e41c3041c59861455ba43a3e827f9d68c9a7b377" float(0.041235208511353)
Output for 7.1.0
string(8) "ba7ac355" float(0.028626918792725) string(8) "e9120884" float(0.02675199508667) string(40) "e4b7da0aad55bed4df6c150e60d6eb582aacdbff" float(0.050771951675415)
Output for 7.0.20
string(8) "6f2c9340" float(0.02298903465271) string(8) "acd41ad2" float(0.0206298828125) string(40) "4f0031da7b20a63268f15b7bdd859ae5381b846e" float(0.030333995819092)
Output for 7.0.14
string(8) "f1033c9e" float(0.031008005142212) string(8) "5627c714" float(0.02664589881897) string(40) "86f6c343310dcaa1cd0ccc5c5b42a84256635674" float(0.036134958267212)
Output for 7.0.7
string(8) "7fff38e0" float(0.020904064178467) string(8) "3cec335b" float(0.01919412612915) string(40) "f1ec4775ad8c54d5d356e6986911809acf81874e" float(0.029337882995605)
Output for 7.0.6
string(8) "f59c3d71" float(0.019807100296021) string(8) "5863b7ed" float(0.018532991409302) string(40) "9654dea8d5681144eff15bfedf2b07f81b88709e" float(0.026542901992798)
Output for 7.0.5
string(8) "103d9a25" float(0.022879123687744) string(8) "493b48b0" float(0.020205974578857) string(40) "d802c8a1defab4cabc0310b212243fc79379be13" float(0.028061866760254)
Output for 7.0.4
string(8) "8921e8d8" float(0.026493072509766) string(8) "9d8e4931" float(0.022806167602539) string(40) "af0ee98d9b991313b15bd497710a062ff5198a08" float(0.031036853790283)
Output for 7.0.3
string(8) "5afe1783" float(0.023588895797729) string(8) "19e0534c" float(0.019266128540039) string(40) "91dc210c4b71121f1ab9de0e42b5cdaf7af950c0" float(0.02850604057312)
Output for 7.0.2
string(8) "633e558c" float(0.021492958068848) string(8) "8340ebfc" float(0.018803834915161) string(40) "1b68f035b89c472f5af394acabb7308bc07c2317" float(0.02696704864502)
Output for 7.0.1
string(8) "ff3c22a1" float(0.031800985336304) string(8) "5b957136" float(0.022854089736938) string(40) "10d4bb6a52247f296cd68b2f98da296baa649171" float(0.032695055007935)
Output for 7.0.0
string(8) "77a66671" float(0.031913995742798) string(8) "e9b98b98" float(0.026445865631104) string(40) "2c55d3f5644c173ee044eee2a854078fe4d488cd" float(0.036959171295166)
Output for 5.6.28
string(8) "87424d85" float(0.046066045761108) string(8) "b5fe7e9d" float(0.03895115852356) string(40) "3aa0a13a6f1f73e25d50812eaeb9c73c23601031" float(0.043720960617065)
Output for 5.6.22
string(8) "b0695a1f" float(0.041347026824951) string(8) "a685346f" float(0.033427000045776) string(40) "dc231d3a80706a1e192958b8edfc7782af84550b" float(0.033277034759521)
Output for 5.6.21
string(8) "a30d7604" float(0.0414879322052) string(8) "2db62da0" float(0.034183025360107) string(40) "77c016337d11924e74bd2c95de3118c5410209f7" float(0.037296772003174)
Output for 5.6.20
string(8) "28192fdb" float(0.043370962142944) string(8) "327ae1ca" float(0.036242008209229) string(40) "583004f0fb546e5d67239acd82461efa466fb118" float(0.039560079574585)
Output for 5.6.19
string(8) "4563a10d" float(0.030157089233398) string(8) "75968d54" float(0.026949882507324) string(40) "10bfbecdfca78cb398d59adb5c86afbf8e790a10" float(0.032721042633057)
Output for 5.6.18
string(8) "4880374c" float(0.038556814193726) string(8) "bcd65d13" float(0.033482074737549) string(40) "acd1bbc0bd8748be2e402dae7b04e1087d183c56" float(0.037911891937256)
Output for 5.6.17
string(8) "72de7b99" float(0.034122943878174) string(8) "c37e0bdb" float(0.029629945755005) string(40) "9d3ebfb470726050c762c5602560add701a32eb9" float(0.033607006072998)
Output for 5.6.16
string(8) "84e5b4df" float(0.041563987731934) string(8) "0ff51f13" float(0.030784130096436) string(40) "f2a17b8c862cb7bb8855383ecdf6e5d425c6b589" float(0.033407926559448)
Output for 5.6.15
string(8) "680df928" float(0.039013147354126) string(8) "b5d90e9c" float(0.033303022384644) string(40) "cb1be4a8528e0af5338a351fbdf7ad245b15e336" float(0.038450956344604)
Output for 5.6.14
string(8) "e5660aaa" float(0.032710075378418) string(8) "4da70dce" float(0.02550220489502) string(40) "e989cc669d1ed9f71b64e22d60dcd16576cdb8e5" float(0.032783985137939)
Output for 5.6.13
string(8) "53f44306" float(0.028120994567871) string(8) "9d4caad9" float(0.027068138122559) string(40) "9e18ca875c9f9e1557bf9b8b9659501a5f862553" float(0.032534122467041)
Output for 5.6.12
string(8) "08c5a4ac" float(0.043642044067383) string(8) "cde499f5" float(0.035704135894775) string(40) "50d76eb1b169f70a1f8994a5e43fc9058bc7b8db" float(0.040225028991699)
Output for 5.6.11
string(8) "830a06e2" float(0.028243064880371) string(8) "9d20ac4b" float(0.025654077529907) string(40) "e63d21cc675985e6fa4f1f15a815b005eb0c7137" float(0.031208992004395)
Output for 5.6.10
string(8) "254f498c" float(0.032593011856079) string(8) "17508bb3" float(0.029791116714478) string(40) "41c82cacdee9213618001ebf4eed1eab8fcfd97d" float(0.03407096862793)
Output for 5.6.9
string(8) "ce0486b2" float(0.031915903091431) string(8) "dda79beb" float(0.025580167770386) string(40) "6d30e239a3e555d764a41e460c7fad887ae6d891" float(0.031353950500488)
Output for 5.6.8
string(8) "ff221adf" float(0.032225847244263) string(8) "50fd21f0" float(0.025712013244629) string(40) "8cd6126bec524be26663cb13a5e6815019edd83a" float(0.032373905181885)
Output for 5.6.7
string(8) "727df1cb" float(0.043090105056763) string(8) "2050990b" float(0.035759925842285) string(40) "66d4dce753f9fd18ec9a779ff92af1ee06916893" float(0.03885817527771)
Output for 5.6.6
string(8) "3e5c3565" float(0.035421848297119) string(8) "f617b70f" float(0.028591871261597) string(40) "51acdedb4b432c0910c8bd45ce8c5ab06d23f73f" float(0.033310890197754)
Output for 5.6.5
string(8) "55cad8ae" float(0.043237924575806) string(8) "ea4485a8" float(0.036009073257446) string(40) "1349c625ee227dd3b01a3b2c6b398546c2aba704" float(0.039777994155884)
Output for 5.6.4
string(8) "a5a3fedf" float(0.034780025482178) string(8) "df191963" float(0.031769990921021) string(40) "4031f36b361d4fce2f34d480263c542c958c8b61" float(0.034722805023193)
Output for 5.6.3
string(8) "32c3513f" float(0.041109085083008) string(8) "7ff3a668" float(0.03325891494751) string(40) "9ab4a995a04d627dc2ac6bfe9b79d10e5f0d8be0" float(0.037714958190918)
Output for 5.6.2
string(8) "cde18b0e" float(0.036364078521729) string(8) "7f8cc5c9" float(0.028538942337036) string(40) "af3394b6b2b7c2c93b324286ad48ad212709446f" float(0.032891035079956)
Output for 5.6.1
string(8) "5b75a84e" float(0.03693413734436) string(8) "f4b18598" float(0.031107187271118) string(40) "0c845f7e4bd89ec44cd689f814ab7b9f50817175" float(0.033821821212769)
Output for 5.6.0
string(8) "1a04e271" float(0.037875890731812) string(8) "ef213a59" float(0.034049987792969) string(40) "9ecd6e2fbb10f7ab10395837f57e30ce98ac7071" float(0.036499977111816)
Output for 5.5.36
string(8) "15b68cd3" float(0.035673856735229) string(8) "829c9647" float(0.030635118484497) string(40) "2097f4fb842b8e0efebd9958a1154e0e91fa4d29" float(0.034182071685791)
Output for 5.5.35
string(8) "968cdfa3" float(0.04224705696106) string(8) "1806017d" float(0.035871982574463) string(40) "cb93f43249bca0c8d10a9b1205268ae67f923fef" float(0.034166097640991)
Output for 5.5.34
string(8) "f5de5649" float(0.035207986831665) string(8) "244f228f" float(0.030517101287842) string(40) "abe942ee8402d53a878a0a228be81fffa118894c" float(0.037103891372681)
Output for 5.5.33
string(8) "e95ffa83" float(0.027649879455566) string(8) "8025788e" float(0.026275873184204) string(40) "d11665804e34986d2c72d2b66e86bbcd0b55e7fd" float(0.032259941101074)
Output for 5.5.32
string(8) "8e7a0d34" float(0.04288911819458) string(8) "1ebf7312" float(0.029845952987671) string(40) "185c0c7246abf393fa28625d2007293e3c76e4e7" float(0.033532857894897)
Output for 5.5.31
string(8) "263edf4e" float(0.033645868301392) string(8) "0b7060c9" float(0.027285099029541) string(40) "adb544781d8200d3a729813b52dc0626bd982554" float(0.032366991043091)
Output for 5.5.30
string(8) "2cdc3f0f" float(0.031342029571533) string(8) "c46c6cb0" float(0.027366876602173) string(40) "3dce259aea2c1f12e1f1e3178b40feec1e55cc4e" float(0.033880949020386)
Output for 5.5.29
string(8) "2b7f8143" float(0.037832021713257) string(8) "b90cb70f" float(0.027554988861084) string(40) "670b54400f70946d5f074c774dee54cd12444998" float(0.032594919204712)
Output for 5.5.28
string(8) "00055ec5" float(0.033026933670044) string(8) "ec99e1d4" float(0.02875018119812) string(40) "3082e334482743805c7c772e573d67b710812680" float(0.0330491065979)
Output for 5.5.27
string(8) "fa8fc9de" float(0.040630102157593) string(8) "4b68c364" float(0.034548997879028) string(40) "9b0fbf8ecdb5b4ef150231254359c4d63cdcb82f" float(0.038640022277832)
Output for 5.5.26
string(8) "b3b6ca1d" float(0.028393983840942) string(8) "db2ca81b" float(0.027251005172729) string(40) "701c042b56b89c75d6fb52992bbcdbcf78b5b404" float(0.034179925918579)
Output for 5.5.25
string(8) "0b054ac3" float(0.035415887832642) string(8) "4a1a854b" float(0.029038906097412) string(40) "b259415cfab60daf931ccb886a416f75e49cb633" float(0.03405499458313)
Output for 5.5.24
string(8) "dd50ec01" float(0.043667078018188) string(8) "c3ed0564" float(0.032855987548828) string(40) "df94777851561f5d685c154a2657bf36fba50d94" float(0.033776044845581)
Output for 5.5.23
string(8) "c38b4ee5" float(0.042539119720459) string(8) "eb6c2766" float(0.031721115112305) string(40) "bf29972e9c286d545138be7ee9c6655fe3338cd9" float(0.034365177154541)
Output for 5.5.22
string(8) "055327ab" float(0.041898965835571) string(8) "8d1f745b" float(0.034175872802734) string(40) "b551259ea62eb7227769dd568285ec2f660f8e22" float(0.038483142852783)
Output for 5.5.21
string(8) "47550ff0" float(0.043543100357056) string(8) "46e4cec3" float(0.036167144775391) string(40) "9bc6f69e4c9ad3a804937b5fda0427b98257ce60" float(0.038803100585938)
Output for 5.5.20
string(8) "b2fa7527" float(0.04082989692688) string(8) "cdec5e57" float(0.03391695022583) string(40) "8409677e1461211f86fa205184f4dc8ac6cac41f" float(0.036619901657104)
Output for 5.5.19
string(8) "4ef6bb5b" float(0.039505958557129) string(8) "452da5e9" float(0.032654047012329) string(40) "a1fd8c41bd9c9b329ec508fbe82dfe12299dc042" float(0.035803079605103)
Output for 5.5.18
string(8) "bef4ae78" float(0.035746097564697) string(8) "f5b0f6c6" float(0.026214122772217) string(40) "c4e6d26159f357ad1af9a4d79ddb4cef35b0f444" float(0.032214879989624)
Output for 5.5.16
string(8) "f65bc958" float(0.02758002281189) string(8) "1c1c1358" float(0.02610182762146) string(40) "65da5dc86316a8300545d199033edfc6afdf504d" float(0.032806873321533)
Output for 5.5.15
string(8) "ffb0af48" float(0.029129028320312) string(8) "66bc4f14" float(0.025922060012817) string(40) "6fee120a1613a45e4ba6c8eafcdcd237dc9448d1" float(0.031795024871826)
Output for 5.5.14
string(8) "d559fa1f" float(0.037906885147095) string(8) "3bf465dc" float(0.030824899673462) string(40) "d7d27df034c143a2c1f5e992713f461e32eb476a" float(0.03475284576416)
Output for 5.5.13
string(8) "d6202d37" float(0.044583082199097) string(8) "c4843d6f" float(0.03668999671936) string(40) "e4104d48e4f0b2c0b84712061161fb48ea97b9fd" float(0.041364908218384)
Output for 5.5.12
string(8) "fa4bf837" float(0.038618087768555) string(8) "9b7524f5" float(0.033372163772583) string(40) "6143be9e8e290289595ce4dd97bbc502b4988ce6" float(0.037275075912476)
Output for 5.5.11
string(8) "bf26602f" float(0.04261589050293) string(8) "ac02e244" float(0.029761075973511) string(40) "4f9f38cfb75f698b9b85816e814559c01043b4ff" float(0.033643960952759)
Output for 5.5.10
string(8) "e91400a3" float(0.039023160934448) string(8) "ea74918c" float(0.031040906906128) string(40) "01b9903d1a22a120a370cd36dd4406623a413bd3" float(0.035000085830688)
Output for 5.5.9
string(8) "e3fc0bbc" float(0.041213035583496) string(8) "d26170f0" float(0.035599946975708) string(40) "3c50530ee5b825de538fc3bc5731d9455ca3ac3c" float(0.038810014724731)
Output for 5.5.8
string(8) "21d834b7" float(0.033704042434692) string(8) "2bdfcbd3" float(0.030246019363403) string(40) "e2407e94a8e906194161f34f98983e2d8868d3ca" float(0.032129049301147)
Output for 5.5.7
string(8) "ed1b608d" float(0.030926942825317) string(8) "bad8c72c" float(0.02721095085144) string(40) "f7fefb64d16c58f5a4cfef617893f34d85497dc7" float(0.03407883644104)
Output for 5.5.6
string(8) "dcaf601b" float(0.035511016845703) string(8) "5dab90bb" float(0.029491901397705) string(40) "3c3094b1ff3571cc6001ec7c8a4595c2300f69a4" float(0.033621072769165)
Output for 5.5.5
string(8) "891bb286" float(0.028239965438843) string(8) "e7bb6dda" float(0.034503221511841) string(40) "b38b010a869fb345f04a025dde9142558f3105bd" float(0.047781944274902)
Output for 5.5.4
string(8) "42817606" float(0.028558015823364) string(8) "d267f9b7" float(0.027257919311523) string(40) "900a93755138273138f4a133836015e62a511450" float(0.03387713432312)
Output for 5.5.3
string(8) "8255bf05" float(0.036695957183838) string(8) "09d30c37" float(0.031313896179199) string(40) "c3e7f330c3ee105fd24e9badb51ee92aa0288775" float(0.035789012908936)
Output for 5.5.2
string(8) "e85c0e50" float(0.037829875946045) string(8) "ef953b89" float(0.031234979629517) string(40) "b91ce3b0a01cd0ffce05a67c576ffbc203a9dd09" float(0.034976959228516)
Output for 5.5.1
string(8) "72c9a3c4" float(0.04486083984375) string(8) "76ed5b9e" float(0.037403106689453) string(40) "5f5e5a37d4d292491703d0237ae14d8330a60814" float(0.04027795791626)
Output for 5.5.0
string(8) "df703ce2" float(0.039248943328857) string(8) "265587a0" float(0.029457092285156) string(40) "2fa1909efd7157d59cfec93f9e39098ec57ba819" float(0.033384084701538)
Output for 5.4.45
string(8) "cc4a8fde" float(0.033123970031738) string(8) "50e94ef8" float(0.026984214782715) string(40) "a959e44fbec730404df52b6b7835a0a4973896c3" float(0.032500982284546)
Output for 5.4.44
string(8) "4b5fe0cf" float(0.035155057907104) string(8) "5939858f" float(0.031213998794556) string(40) "71a4728c97cb4cc64259e4f25605dc1a20bb1f13" float(0.035589933395386)
Output for 5.4.43
string(8) "b0a7cfe1" float(0.036048889160156) string(8) "956c1d1b" float(0.030632019042969) string(40) "76126463abe809418eb0a114817a23fa499832b9" float(0.034680128097534)
Output for 5.4.42
string(8) "152de2e3" float(0.028510093688965) string(8) "dfeb4312" float(0.02582311630249) string(40) "f83bf9ec62944c3989416b598807f1a8961f3f04" float(0.032848119735718)
Output for 5.4.41
string(8) "355031de" float(0.044230937957764) string(8) "b6c1cd07" float(0.035952091217041) string(40) "f7bbcb43cbac2acc7ccc3f02f935ffbb995736dc" float(0.038549184799194)
Output for 5.4.40
string(8) "660cca7a" float(0.037775039672852) string(8) "01096ecf" float(0.032435178756714) string(40) "1a1c8884d97e5e1b35f07dd74b34c7803231f03c" float(0.033977031707764)
Output for 5.4.39
string(8) "00b8173d" float(0.035156011581421) string(8) "2c82f3bd" float(0.028702020645142) string(40) "d4b1d5b0cb111d26864fe97e800cb9ece3ad553d" float(0.033168077468872)
Output for 5.4.38
string(8) "aa834ce3" float(0.036802053451538) string(8) "152d2601" float(0.028834104537964) string(40) "a8e7a94fe31261b427c0946c0dc402b7e0aff38a" float(0.032480955123901)
Output for 5.4.37
string(8) "71c40363" float(0.031371116638184) string(8) "53143a4c" float(0.027775049209595) string(40) "b19ced959a186d61c86e5631c13254ceb48a1703" float(0.032995939254761)
Output for 5.4.36
string(8) "637843ab" float(0.042199850082397) string(8) "f1bae4b5" float(0.030546188354492) string(40) "d6b640d57743e2a153faec333e903b52f2fd51e8" float(0.033431053161621)
Output for 5.4.35
string(8) "43cd74d3" float(0.043547868728638) string(8) "b9d64e59" float(0.031370162963867) string(40) "4915cbb301c5e981ab7a488e0b5455a591121f10" float(0.037029027938843)
Output for 5.4.34
string(8) "d7d05f05" float(0.028664827346802) string(8) "d83255da" float(0.026995897293091) string(40) "105da0f69879f07d273f2aa3bd5ffdcc4c3171a8" float(0.032363891601562)
Output for 5.4.32
string(8) "ac67b3ec" float(0.029165983200073) string(8) "2b252b77" float(0.025434017181396) string(40) "3334a7981c249159c784348a82d30d2787c68a7b" float(0.031954050064087)
Output for 5.4.31
string(8) "682998ec" float(0.037909030914307) string(8) "49e59230" float(0.0295090675354) string(40) "cc531c8b93b4239bc76e8dc1fa706dd9f36966d7" float(0.033088207244873)
Output for 5.4.30
string(8) "f6657b25" float(0.039659023284912) string(8) "e1322776" float(0.028549909591675) string(40) "148e7ba7cc2e3d00394fb6271bdabde3fc3a024e" float(0.034020900726318)
Output for 5.4.29
string(8) "919ca0f8" float(0.038876056671143) string(8) "f17d0769" float(0.03079891204834) string(40) "156de3cc3aa7e21a44b12c289b2843a5f41af5cf" float(0.031973838806152)
Output for 5.4.28
string(8) "0d66dc19" float(0.036113023757935) string(8) "aca3f36d" float(0.029355049133301) string(40) "79990db110100325f871877031ccadf9b2f304e9" float(0.032172203063965)
Output for 5.4.27
string(8) "406ee194" float(0.038896083831787) string(8) "21231be6" float(0.03299880027771) string(40) "ac0650e634b0574c61ba2d129eaface03628036e" float(0.036998987197876)
Output for 5.4.26
string(8) "b670e2a7" float(0.04518985748291) string(8) "e6ca7c87" float(0.03550386428833) string(40) "4e448a68531f461cae83fbfce48f52a6ec9c6740" float(0.038932085037231)
Output for 5.4.25
string(8) "359a5e47" float(0.034334897994995) string(8) "5fc567ce" float(0.030741930007935) string(40) "db45d9450c558ed234f15d5ef89dd439f5ab1d4b" float(0.033329010009766)
Output for 5.4.24
string(8) "8c5e2c46" float(0.038296937942505) string(8) "327a5faa" float(0.032651901245117) string(40) "d1eb6816ca448a3b0841f653ac75eb45327ccd14" float(0.037503957748413)
Output for 5.4.23
string(8) "96f09af2" float(0.043411016464233) string(8) "2ca0cc29" float(0.036107063293457) string(40) "7d01799fe1f28d0d873e1b2b7d99c1aa9fd88b87" float(0.04017186164856)
Output for 5.4.22
string(8) "acfee46d" float(0.027263879776001) string(8) "f34c4342" float(0.025840997695923) string(40) "6ee546d8c7100151ffdf9160be783f0eb7562a5b" float(0.03238582611084)
Output for 5.4.21
string(8) "033c5f1a" float(0.027221918106079) string(8) "f37f30c4" float(0.025989055633545) string(40) "a5617840cedc8c0e4dfe955f334d1bd1e97f6b88" float(0.032320976257324)
Output for 5.4.20
string(8) "908c06b8" float(0.037827968597412) string(8) "a7cca807" float(0.032494068145752) string(40) "7f357bf518713b88d23f332f8ed7021703d3d61d" float(0.037123918533325)
Output for 5.4.19
string(8) "1f5f26d4" float(0.040144920349121) string(8) "17dc9be6" float(0.034260034561157) string(40) "f9b7f7de55f443bd4897b7c47917e4d44ee3600c" float(0.038922071456909)
Output for 5.4.18
string(8) "41e607bf" float(0.041951894760132) string(8) "459d606d" float(0.034791946411133) string(40) "0c8dc26921ff0f6453e30a7f81ac1a7cbe9e2946" float(0.039170980453491)
Output for 5.4.17
string(8) "5151ed79" float(0.042555809020996) string(8) "e2d4aa10" float(0.03635311126709) string(40) "8fefebed1c1f556b095ebe8bc9842593b4b2661e" float(0.040577173233032)
Output for 5.4.16
string(8) "4a488012" float(0.043702125549316) string(8) "b1b4b019" float(0.035646915435791) string(40) "e81465efc998289f4d38ce752e048c670a8059d1" float(0.039709091186523)
Output for 5.4.15
string(8) "ff39587e" float(0.038561105728149) string(8) "08e2f83e" float(0.033554792404175) string(40) "4a1f3dc1da6a0850de28128d1c183353ceda95f8" float(0.037601947784424)
Output for 5.4.14
string(8) "2b01934e" float(0.042852878570557) string(8) "7f1661bc" float(0.035850048065186) string(40) "db3ecf901550242e9171edc5e47ff79a1a3960f1" float(0.039861917495728)
Output for 5.4.13
string(8) "8c1fb9cc" float(0.048918008804321) string(8) "5ec24d6f" float(0.035413980484009) string(40) "5de9ad1234e83bbac4347749d368db458c844f66" float(0.039746999740601)
Output for 5.4.12
string(8) "a04ef818" float(0.036183834075928) string(8) "8043fdba" float(0.031252861022949) string(40) "b916c7072abeca0d14a16865534c576b232db110" float(0.035290956497192)
Output for 5.4.11
string(8) "48843574" float(0.038920164108276) string(8) "a1d3b092" float(0.03266716003418) string(40) "a3f88270959a83ceb1b29cbb471e6dadb33f89a8" float(0.035211086273193)
Output for 5.4.10
string(8) "171bcaf4" float(0.035866022109985) string(8) "cb1651a3" float(0.029111862182617) string(40) "87a32afc9f35b9fccae035eed10d4571c6518567" float(0.03383207321167)
Output for 5.4.9
string(8) "4ed110e0" float(0.043270826339722) string(8) "6ab35dc9" float(0.036566972732544) string(40) "5e200ba54e437fdbbbd56d8f702b2fe88c63de37" float(0.040961980819702)
Output for 5.4.8
string(8) "99ad8c73" float(0.042037010192871) string(8) "a0d911e9" float(0.034934997558594) string(40) "852e973e8c79b57f29148a149bb78405499587f3" float(0.039405107498169)
Output for 5.4.7
string(8) "3b985f3b" float(0.041396141052246) string(8) "0379aff4" float(0.033529043197632) string(40) "6d59cad03cd3c3c3b12eff5b15d1bb633155d989" float(0.037606954574585)
Output for 5.4.6
string(8) "876c203b" float(0.037983894348145) string(8) "cdea1bce" float(0.030719995498657) string(40) "2bf92efaed22e797b5b8b93dbd835ee97961a0b4" float(0.033117055892944)
Output for 5.4.5
string(8) "3a86f619" float(0.026994943618774) string(8) "455f467b" float(0.025576829910278) string(40) "aa2780573825540f614f43faa98f5705f693f0d5" float(0.031476020812988)
Output for 5.4.4
string(8) "1c56079b" float(0.027060031890869) string(8) "b764a638" float(0.025806903839111) string(40) "8a7e74dcb95853f977fb28a90afd162e13617ee0" float(0.032068967819214)
Output for 5.4.3
string(8) "594a7218" float(0.026773929595947) string(8) "d4f527c9" float(0.02550482749939) string(40) "fe746aa7733d5cf5788b52aab3ed2adde5955ec2" float(0.03102707862854)
Output for 5.4.2
string(8) "679fff9f" float(0.043443918228149) string(8) "0faeb78e" float(0.036102056503296) string(40) "d407a5540611651f9f1e7095de481bc3ffda853f" float(0.039289951324463)
Output for 5.4.1
string(8) "7f968246" float(0.044147968292236) string(8) "a1f5118a" float(0.036657094955444) string(40) "b9b2a97cecd60aadb9d549198ba5fb00f47f72a7" float(0.039741992950439)
Output for 5.4.0
string(8) "7a4b9d17" float(0.044775009155273) string(8) "8e4b88f6" float(0.035742044448853) string(40) "6d346f0894bfa666e94d34b9c65900afeed02f36" float(0.040596008300781)
Output for 5.3.29
string(8) "928a9633" float(0.047833919525146) string(8) "e9ae9f9b" float(0.039068937301636) string(40) "3da9a530b87c76334d627e59dd3ffaeed9b26cf2" float(0.048038005828857)
Output for 5.3.28
string(8) "8894b2cb" float(0.045325994491577) string(8) "189635ac" float(0.032212972640991) string(40) "cf311af02315894fc6b493a1ba74e7dab53ee51c" float(0.045334100723267)
Output for 5.3.27
string(8) "94d369e7" float(0.042448043823242) string(8) "2c111c37" float(0.030220985412598) string(40) "f8c3aaeecc9ba9611e001c8b7f5a3bcd82a3bba0" float(0.055531024932861)
Output for 5.3.26
string(8) "d427b147" float(0.046599864959717) string(8) "a253d0ea" float(0.036667108535767) string(40) "c70a02debf472d20969eda093a40957b11b16765" float(0.055142879486084)
Output for 5.3.25
string(8) "288bec98" float(0.032843112945557) string(8) "0b79991a" float(0.029015064239502) string(40) "bef1eed6e7ce262f1870064444d6ae8fa4cfffdf" float(0.054815053939819)
Output for 5.3.24
string(8) "25246a0b" float(0.047103881835938) string(8) "27a86ac3" float(0.03924298286438) string(40) "8830c46ac97cca733e086cb49aece45383dbeccb" float(0.063870906829834)
Output for 5.3.23
string(8) "4344ad58" float(0.034938097000122) string(8) "32e56faf" float(0.028642892837524) string(40) "d7d10ba520966bf0838b6fa05b9dfdf0cfb89e32" float(0.055483102798462)
Output for 5.3.22
string(8) "6ceedb1a" float(0.048197031021118) string(8) "f7c91e17" float(0.034178972244263) string(40) "5d9575bbb24edceef43efb2653e41909f16e196e" float(0.041133165359497)
Output for 5.3.21
string(8) "20d6a845" float(0.048247098922729) string(8) "2595196b" float(0.032783985137939) string(40) "735fe1f116d32f06ac948e497395b3401c4bf4ad" float(0.041794061660767)
Output for 5.3.20
string(8) "d3a79c66" float(0.049655914306641) string(8) "31fce4c2" float(0.040380954742432) string(40) "f28539325a1d6e24387a5b556a31c59fdec875c7" float(0.047916889190674)
Output for 5.3.19
string(8) "cdaf29d7" float(0.046372890472412) string(8) "0e3975ae" float(0.038971900939941) string(40) "6c5bc7121c7336ebcf9464cbd328e7df295c99ec" float(0.047018766403198)
Output for 5.3.18
string(8) "ef0698ac" float(0.030050992965698) string(8) "d8b30fb4" float(0.028884887695312) string(40) "61272695bec696ebb6cc798e3bcfdd949ff64750" float(0.040423154830933)
Output for 5.3.17
string(8) "5823470a" float(0.033096075057983) string(8) "9b084010" float(0.030928134918213) string(40) "77278bf446c3590b0fa755b548eeecd8cf5f719d" float(0.03912091255188)
Output for 5.3.16
string(8) "8974900c" float(0.046256065368652) string(8) "5d03a7ee" float(0.038647890090942) string(40) "a7ad8f79b580e6ad63bf2928c61f09663eb75643" float(0.047609090805054)
Output for 5.3.15
string(8) "e3e6d2cb" float(0.029491901397705) string(8) "41bfa97a" float(0.028568029403687) string(40) "0e5e2a8facaabc21e1c119de0c81329b7959fb09" float(0.04000997543335)
Output for 5.3.14
string(8) "37e10ac2" float(0.036324024200439) string(8) "5534df51" float(0.031054973602295) string(40) "b84453a6391398feabc407424ad784e53b10a7e5" float(0.039921998977661)
Output for 5.3.13
string(8) "80efabbe" float(0.025167942047119) string(8) "ddff0168" float(0.024444103240967) string(40) "9e9722cd3a7ffaa8159a725121ade95ec3f9ab58" float(0.034099817276001)
Output for 5.3.12
string(8) "3a6e8528" float(0.032649993896484) string(8) "46ade860" float(0.03238582611084) string(40) "380e1f3fd3fbc29d88874253a22ea816d47b84a5" float(0.041152954101562)
Output for 5.3.11
string(8) "115b86d2" float(0.043694019317627) string(8) "1faed878" float(0.037162065505981) string(40) "6c669803df2326ac4d89c1483f2f0088dee69352" float(0.045979022979736)
Output for 5.3.10
string(8) "ba74c0e3" float(0.025509119033813) string(8) "4f4ba873" float(0.024608135223389) string(40) "cd0929ff3da8eb5d94d51d71a5153061e46a2d51" float(0.035902976989746)
Output for 5.3.9
string(8) "e43e7e1d" float(0.047613859176636) string(8) "7ff55983" float(0.039988040924072) string(40) "79326012db2fec14c8224ad4fae0b33c38866a0f" float(0.048904180526733)
Output for 5.3.8
string(8) "b140582d" float(0.032173871994019) string(8) "c51917b7" float(0.029484033584595) string(40) "a8572784b2767876f4d88ee1c56dd8b820bf0aac" float(0.040618896484375)
Output for 5.3.7
string(8) "d3eafd1a" float(0.029179096221924) string(8) "45f5b78e" float(0.028140068054199) string(40) "ef900b1c8dd78347006f5edbe6972121fdbe13b4" float(0.040110111236572)
Output for 5.3.6
string(8) "d9fa6c97" float(0.029711961746216) string(8) "e3fcf304" float(0.028723001480103) string(40) "b56912263a0e75336a12c8de5dd6347fbc505cc5" float(0.040026903152466)
Output for 5.3.5
string(8) "03fe5636" float(0.038163900375366) string(8) "6613f579" float(0.03341007232666) string(40) "7b4da7e4d0d17fb15c1ced9959df14bc5e232b0e" float(0.043440103530884)
Output for 5.3.4
string(8) "2ef3183e" float(0.029960155487061) string(8) "d4e391a2" float(0.029249906539917) string(40) "eaaadeba2a151916f2cb33b7ba14384bec429bf7" float(0.04106593132019)
Output for 5.3.3
string(8) "6d6d1adb" float(0.048819065093994) string(8) "4862e54b" float(0.046038150787354) string(40) "e9550eb130b962b76ff68030d5eb652f9ed02102" float(0.052756071090698)
Output for 5.3.2
string(8) "182c9c4a" float(0.0278160572052) string(8) "6129e560" float(0.026690006256104) string(40) "f150b3c84a1fbc6d3bbb651cecee272b77528e38" float(0.037803888320923)
Output for 5.3.1
string(8) "8e81b994" float(0.025714874267578) string(8) "745ed609" float(0.025513887405396) string(40) "892f0a8014feef56e62e669c5343a8e0667d7d0a" float(0.034155130386353)
Output for 5.3.0
string(8) "42ef1cee" float(0.02972412109375) string(8) "0e9f228f" float(0.02853798866272) string(40) "8f312dd5dcb0391c202fe5e7f6db83d019efac7e" float(0.039847135543823)
Output for 5.2.17
string(8) "8ce5e927" float(0.031265020370483) string(8) "5ba2a17d" float(0.030152797698975) string(40) "0ee0587ed912804b4515d400897eda42dcb78548" float(0.041682004928589)
Output for 5.2.16
string(8) "866e0d2a" float(0.027009010314941) string(8) "99f6d110" float(0.026705026626587) string(40) "5521bbe2535ef63c5e208fb3b8fe1c66c423cf8c" float(0.036418199539185)
Output for 5.2.15
string(8) "adde18c2" float(0.028008937835693) string(8) "e1d430e2" float(0.027229785919189) string(40) "71ceeaaa054559740172a655faf7708cddb5d173" float(0.037456035614014)
Output for 5.2.14
string(8) "dcd48f52" float(0.027034997940063) string(8) "740d8e8b" float(0.026279211044312) string(40) "c6d0bffcd7f49187e951302c5e01a6095c14f085" float(0.037255048751831)
Output for 5.2.13
string(8) "3970e052" float(0.031414985656738) string(8) "b01fc5d3" float(0.030534982681274) string(40) "77f639236c98b170cb5ded12d171dbb6b78a9d77" float(0.041603088378906)
Output for 5.2.12
string(8) "70f03954" float(0.036959171295166) string(8) "d815f9bf" float(0.026512861251831) string(40) "4602f02e625c92962f1fc950eda2fd8ff8734a50" float(0.036007165908813)
Output for 5.2.11
string(8) "7b7d4984" float(0.03696608543396) string(8) "67ccb71e" float(0.032366037368774) string(40) "c00791692d7bad2d0751600ceed40064ca6a5ed3" float(0.042433977127075)
Output for 5.2.10
string(8) "0b065e63" float(0.033087015151978) string(8) "de2b68a0" float(0.031133890151978) string(40) "43b8be6a1000f0572b56bfa8ead708bae111f19d" float(0.043014049530029)
Output for 5.2.9
string(8) "5b201d5b" float(0.02717399597168) string(8) "3fdb3631" float(0.026591777801514) string(40) "b84e8fbf5bc78e4f64a51c8e4bfa91d86d02ee53" float(0.036373853683472)
Output for 5.2.8
string(8) "2ab7428c" float(0.03187084197998) string(8) "773b6862" float(0.03079891204834) string(40) "8e9e558f6502930e30d01e5a7429ad14b16d4285" float(0.042630910873413)
Output for 5.2.7
string(8) "8282e99f" float(0.049517869949341) string(8) "407b8ad7" float(0.039684057235718) string(40) "b1be4cab326eaf7202a2cbf4415936e5a3524b20" float(0.045921087265015)
Output for 5.2.6
string(8) "1ef5a77e" float(0.052180051803589) string(8) "42d8d585" float(0.051228046417236) string(40) "6980be53b63d4323f116493b99249cf15bb8a264" float(0.043699026107788)
Output for 5.2.5
string(8) "8e7cd36e" float(0.041699886322021) string(8) "31d78da4" float(0.035979032516479) string(40) "6890aa641615464e3c9305682d0e4da0179ec145" float(0.045671939849854)
Output for 5.2.4
string(8) "6693c10b" float(0.034749031066895) string(8) "e27b6423" float(0.032875061035156) string(40) "8de4c9e89b5e704b1b9c6e159b2f322b1bd68a98" float(0.046593189239502)
Output for 5.2.3
string(8) "f6291550" float(0.034855842590332) string(8) "cc7908dc" float(0.033003807067871) string(40) "8f65734f9aaa4c8140dd5e710ac3f29616820406" float(0.044919013977051)
Output for 5.2.2
string(8) "666af4c5" float(0.034120798110962) string(8) "8bdedae3" float(0.030814170837402) string(40) "02b3c630da360ce596d251db6d3de6c159d71d5f" float(0.19576406478882)
Output for 5.2.1
string(8) "03121a7c" float(0.054008007049561) string(8) "b75c52e4" float(0.038556098937988) string(40) "f4841cd4e590df7ab04b78910a4c34d90efef752" float(0.20410799980164)
Output for 5.2.0
string(8) "75b9667c" float(0.051618814468384) string(8) "abc9915d" float(0.040488958358765) string(40) "a523e24947002d45ba16167906f55d700d9640f7" float(0.20500516891479)
Output for 5.1.6
string(8) "6fe8323e" float(0.058249950408936) string(8) "2889b918" float(0.039359092712402) string(40) "81363a53d287056650cfea5481b69e3958e1ef43" float(0.20666408538818)
Output for 5.1.5
string(8) "af233f89" float(0.048734903335571) string(8) "eaa31f8d" float(0.037521123886108) string(40) "ab709b403575be5721339fb4f2c68ec54f832622" float(0.20000886917114)
Output for 5.1.4
string(8) "13ad5fbd" float(0.034052133560181) string(8) "969e844b" float(0.031189918518066) string(40) "8d36ec70a3db8809e95871a0d9b9930d9a6443a3" float(0.20324206352234)
Output for 5.1.3
string(8) "edec32f5" float(0.045066833496094) string(8) "c96ef0af" float(0.036958932876587) string(40) "12efe595c50ac2671c67cba9a0d07c0f21036768" float(0.22070407867432)
Output for 5.1.2
string(8) "4537fdcc" float(0.052526950836182) string(8) "0fc7ab0f" float(0.037218809127808) string(40) "6aae184b2d08573d9952cdb7c25c5722f3b96e9c" float(0.20442199707031)
Output for 5.0.0 - 5.0.5, 5.1.0 - 5.1.1
Fatal error: Call to undefined function hash() in /in/0SEZ8 on line 5
Process exited with code 255.
Output for 4.4.5 - 4.4.9
Fatal error: Call to undefined function: hash() in /in/0SEZ8 on line 5
Process exited with code 255.
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.4
Fatal error: Call to undefined function: hash() in /in/0SEZ8 on line 5
Process exited with code 255.
Output for 4.3.0 - 4.3.1
Fatal error: Call to undefined function: hash() in /in/0SEZ8 on line 5

preferences:
183.01 ms | 401 KiB | 224 Q