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 = hash('sha1', $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.4.0
string(8) "763744ef" float(0.03698205947876) string(8) "619012b2" float(0.035305023193359) string(40) "c20ca900bb242589218ba6a2ec43db0c76d71e0c" float(0.075679063796997) string(40) "c20ca900bb242589218ba6a2ec43db0c76d71e0c" float(0.044903993606567)
Output for 7.3.12
string(8) "f3b3c637" float(0.028246164321899) string(8) "cae7bcef" float(0.023715972900391) string(40) "15cd8c56b561014930f947116c53ec08ee82fdee" float(0.043944120407104) string(40) "15cd8c56b561014930f947116c53ec08ee82fdee" float(0.03145694732666)
Output for 7.3.11
string(8) "923373b0" float(0.024132966995239) string(8) "f26b3674" float(0.02129602432251) string(40) "32fa28ae1681ca966f1ee900614bf2ac143991e8" float(0.040066957473755) string(40) "32fa28ae1681ca966f1ee900614bf2ac143991e8" float(0.027748107910156)
Output for 7.3.10
string(8) "fa1be065" float(0.024695158004761) string(8) "52f49a44" float(0.022305011749268) string(40) "003d197d5e410a851b4c6e6c664ec639a1d93940" float(0.041044950485229) string(40) "003d197d5e410a851b4c6e6c664ec639a1d93940" float(0.028141021728516)
Output for 7.3.9
string(8) "cebc23d5" float(0.026148080825806) string(8) "fc564494" float(0.021735906600952) string(40) "7212bb94071fec2e73ea90550cbacd0771f2113e" float(0.040059804916382) string(40) "7212bb94071fec2e73ea90550cbacd0771f2113e" float(0.028881072998047)
Output for 7.3.8
string(8) "a3c0c770" float(0.025007963180542) string(8) "9f0b2e5b" float(0.022282838821411) string(40) "9323cf28856b53743101fdf104d49afd5e3c9482" float(0.040010929107666) string(40) "9323cf28856b53743101fdf104d49afd5e3c9482" float(0.027130126953125)
Output for 7.3.7
string(8) "6ad6ae71" float(0.024946928024292) string(8) "cb2c959e" float(0.021775960922241) string(40) "92713d0bc3854c1d9f8f2a38177bf153c03f8ab7" float(0.039988994598389) string(40) "92713d0bc3854c1d9f8f2a38177bf153c03f8ab7" float(0.027121067047119)
Output for 7.3.6
string(8) "aa3af9b3" float(0.025288820266724) string(8) "faa3f5e3" float(0.021528005599976) string(40) "a48bb5820795830123aea9aabbde929d5487509d" float(0.039441108703613) string(40) "a48bb5820795830123aea9aabbde929d5487509d" float(0.028597831726074)
Output for 7.3.5
string(8) "b8c4b583" float(0.02622389793396) string(8) "c771d17e" float(0.021546840667725) string(40) "7af0f46c5587428b72e59f6690c35cef7cdf5d83" float(0.039235830307007) string(40) "7af0f46c5587428b72e59f6690c35cef7cdf5d83" float(0.028244972229004)
Output for 7.3.4
string(8) "60a3efe7" float(0.024050951004028) string(8) "3d56fadb" float(0.02216100692749) string(40) "1750836c03fede48f0e34413526032417093c901" float(0.038419008255005) string(40) "1750836c03fede48f0e34413526032417093c901" float(0.02659010887146)
Output for 7.3.3
string(8) "f67b3f64" float(0.025956869125366) string(8) "bca58ce7" float(0.021544933319092) string(40) "e9c2e4646cd4a134a4b9625c5fc9b4bb387e6d31" float(0.037901878356934) string(40) "e9c2e4646cd4a134a4b9625c5fc9b4bb387e6d31" float(0.025979042053223)
Output for 7.3.2
string(8) "35e2809d" float(0.025161981582642) string(8) "f27d60e0" float(0.021512031555176) string(40) "4d40bc9506d3d37833c57bc3b51948bd37c4a75d" float(0.037711143493652) string(40) "4d40bc9506d3d37833c57bc3b51948bd37c4a75d" float(0.028189897537231)
Output for 7.3.1
string(8) "0018f0b2" float(0.03699517250061) string(8) "7560f1aa" float(0.033899068832397) string(40) "5ebdeb1fe7ca1bd52dd09672d31f6e22ac1530d2" float(0.039020776748657) string(40) "5ebdeb1fe7ca1bd52dd09672d31f6e22ac1530d2" float(0.025496006011963)
Output for 7.3.0
string(8) "0e0d13f7" float(0.023432970046997) string(8) "cee14f07" float(0.022502899169922) string(40) "9e0197f801d130ff52187ab487813a2780b25ba5" float(0.037714004516602) string(40) "9e0197f801d130ff52187ab487813a2780b25ba5" float(0.026163101196289)
Output for 7.2.25
string(8) "be001c24" float(0.04026985168457) string(8) "c0157d6a" float(0.038635969161987) string(40) "8a7aea3be16f3ed5f0125984c8dade740c4cfc62" float(0.080213069915771) string(40) "8a7aea3be16f3ed5f0125984c8dade740c4cfc62" float(0.059513092041016)
Output for 7.2.24
string(8) "0f319d7a" float(0.024036169052124) string(8) "c5932992" float(0.024685144424438) string(40) "3da134f2a82bc793c2d07435afeb85ad62c621d1" float(0.047596216201782) string(40) "3da134f2a82bc793c2d07435afeb85ad62c621d1" float(0.037534952163696)
Output for 7.2.23
string(8) "d717b25d" float(0.039773941040039) string(8) "47a1ddb9" float(0.037297010421753) string(40) "deeeb9e902cd15dd671991fc20a2f8c761c4a884" float(0.076702117919922) string(40) "deeeb9e902cd15dd671991fc20a2f8c761c4a884" float(0.030591011047363)
Output for 7.2.22
string(8) "70f2d630" float(0.025897026062012) string(8) "238cc0c7" float(0.02373194694519) string(40) "98a1d790f0943a28ce4f3564efbcdf0c2297071c" float(0.044800996780396) string(40) "98a1d790f0943a28ce4f3564efbcdf0c2297071c" float(0.034986019134521)
Output for 7.2.21
string(8) "b9698c5a" float(0.026400804519653) string(8) "d294f719" float(0.0226149559021) string(40) "3579d029cddc9e074cfae54b385b34f1c26a9e33" float(0.063768148422241) string(40) "3579d029cddc9e074cfae54b385b34f1c26a9e33" float(0.031162977218628)
Output for 7.2.20
string(8) "02edc9cc" float(0.0257248878479) string(8) "7ff346ba" float(0.02236795425415) string(40) "9852dd20406da09519890a4774622204c21b81cc" float(0.040746927261353) string(40) "9852dd20406da09519890a4774622204c21b81cc" float(0.031782150268555)
Output for 7.2.19
string(8) "784b555f" float(0.023058891296387) string(8) "b95a9b48" float(0.021836042404175) string(40) "25c6176c6efa1ff2abfada258949c07c498baa5c" float(0.040066957473755) string(40) "25c6176c6efa1ff2abfada258949c07c498baa5c" float(0.030007123947144)
Output for 7.2.18
string(8) "0ce307ee" float(0.023854970932007) string(8) "84c9ee72" float(0.02186393737793) string(40) "075d4c1dc217e0aa2d3bedac783599fb35d742fe" float(0.040359020233154) string(40) "075d4c1dc217e0aa2d3bedac783599fb35d742fe" float(0.032474994659424)
Output for 7.2.17
string(8) "efd441a8" float(0.023148775100708) string(8) "0089d9d1" float(0.021827936172485) string(40) "632b90d09f229399aed53a05735ccf62968e4019" float(0.038506984710693) string(40) "632b90d09f229399aed53a05735ccf62968e4019" float(0.029074907302856)
Output for 7.2.0
string(8) "e3b79f3a" float(0.025291919708252) string(8) "9c5a824c" float(0.020684003829956) string(40) "312d964cc219936f39adb606b8c34a31b30ff6bd" float(0.036237955093384) string(40) "312d964cc219936f39adb606b8c34a31b30ff6bd" float(0.024688005447388)
Output for 7.1.33
string(8) "e7bb8a79" float(0.031147956848145) string(8) "4ce8eb93" float(0.029253005981445) string(40) "66c28d5b97b54fa5c7644844cccec2bc628fc78b" float(0.045639038085938) string(40) "66c28d5b97b54fa5c7644844cccec2bc628fc78b" float(0.038347959518433)
Output for 7.1.32
string(8) "572bf534" float(0.033315896987915) string(8) "a5730699" float(0.029115915298462) string(40) "47a5fb29dfc79e80b77c607494d8d41d64badae8" float(0.045500040054321) string(40) "47a5fb29dfc79e80b77c607494d8d41d64badae8" float(0.038466930389404)
Output for 7.1.31
string(8) "65bc5201" float(0.035161972045898) string(8) "696c3edf" float(0.031515121459961) string(40) "cec13b56be84a7140b3abc2398392570dcce3062" float(0.049735069274902) string(40) "cec13b56be84a7140b3abc2398392570dcce3062" float(0.041362047195435)
Output for 7.1.30
string(8) "c85d4dee" float(0.029506921768188) string(8) "713779b9" float(0.028324842453003) string(40) "13288daa81183ed7aab897ead1b439f125c2f53b" float(0.045575141906738) string(40) "13288daa81183ed7aab897ead1b439f125c2f53b" float(0.03870701789856)
Output for 7.1.29
string(8) "c3fa62cf" float(0.034946918487549) string(8) "daa36936" float(0.031611919403076) string(40) "b537418441940b573c8199fc6cac65fe8fbeec70" float(0.050568103790283) string(40) "b537418441940b573c8199fc6cac65fe8fbeec70" float(0.042973041534424)
Output for 7.1.28
string(8) "ca5661d1" float(0.028762102127075) string(8) "3f6e9f76" float(0.028379917144775) string(40) "f3e4c15fcc159dc2049c6c756b0cd2fa8131ee5d" float(0.066984891891479) string(40) "f3e4c15fcc159dc2049c6c756b0cd2fa8131ee5d" float(0.054222106933594)
Output for 7.1.27
string(8) "0a2228c0" float(0.032249927520752) string(8) "c8287f4b" float(0.031651020050049) string(40) "0e1e9acdaed23d977f3d47f4a15326a7faf4f14b" float(0.051657915115356) string(40) "0e1e9acdaed23d977f3d47f4a15326a7faf4f14b" float(0.04149603843689)
Output for 7.1.26
string(8) "a0dd23fc" float(0.034385919570923) string(8) "3249eff8" float(0.028428077697754) string(40) "136f2817fa5af0e805f439ad8b5ff2115bb56714" float(0.046493053436279) string(40) "136f2817fa5af0e805f439ad8b5ff2115bb56714" float(0.038591146469116)
Output for 7.1.7
string(8) "c0185ce0" float(0.03336501121521) string(8) "80b8462f" float(0.028181076049805) string(40) "1618896c54b361c441e2025ba21e14a1236e36f0" float(0.041446924209595) string(40) "1618896c54b361c441e2025ba21e14a1236e36f0" float(0.029658079147339)
Output for 7.1.6
string(8) "e4b1a3db" float(0.038920164108276) string(8) "b07bebc8" float(0.029161930084229) string(40) "3bf9eb70c7798a77063fbd3493074e4ac5563c2d" float(0.035680055618286) string(40) "3bf9eb70c7798a77063fbd3493074e4ac5563c2d" float(0.026861190795898)
Output for 7.1.5
string(8) "e5fd8e24" float(0.041486024856567) string(8) "6ed817ec" float(0.028271913528442) string(40) "9567c55abb9a3025f647d0ed7141fb065ccfd170" float(0.037646055221558) string(40) "9567c55abb9a3025f647d0ed7141fb065ccfd170" float(0.028057813644409)
Output for 7.1.0
string(8) "2011e8d7" float(0.025521993637085) string(8) "cbd70244" float(0.022998809814453) string(40) "d41d03f1a3cdac932fa6fa491aa279ac05fd6bd6" float(0.037438869476318) string(40) "d41d03f1a3cdac932fa6fa491aa279ac05fd6bd6" float(0.031780004501343)
Output for 7.0.20
string(8) "5336d3b0" float(0.022593021392822) string(8) "6d95bdf3" float(0.020302057266235) string(40) "be2de9119fd042bebcc3054b189bb8e5d477420d" float(0.044930934906006) string(40) "be2de9119fd042bebcc3054b189bb8e5d477420d" float(0.034367084503174)
Output for 7.0.14
string(8) "191b94bd" float(0.031028032302856) string(8) "0640c2c2" float(0.026818037033081) string(40) "8782ae66da6e0e3b26611497ca05a5e0e063a06f" float(0.041626930236816) string(40) "8782ae66da6e0e3b26611497ca05a5e0e063a06f" float(0.025341033935547)
Output for 7.0.8
string(8) "7cc56e1c" float(0.025876998901367) string(8) "00a98605" float(0.020073175430298) string(40) "4ddbbb0d163cfd6b312fdab08fdbef6eef0dd4a4" float(0.037616014480591) string(40) "4ddbbb0d163cfd6b312fdab08fdbef6eef0dd4a4" float(0.02805495262146)
Output for 7.0.7
string(8) "ce1ed95e" float(0.022085189819336) string(8) "07d71644" float(0.018741130828857) string(40) "d60f735d34c8fef15557a423b11190e98b42e515" float(0.037430047988892) string(40) "d60f735d34c8fef15557a423b11190e98b42e515" float(0.028527021408081)
Output for 7.0.6
string(8) "d2b22c80" float(0.020610809326172) string(8) "a07147f0" float(0.01841402053833) string(40) "981ede0d228290421181d38a1e1f0078b03e5250" float(0.036888837814331) string(40) "981ede0d228290421181d38a1e1f0078b03e5250" float(0.026424884796143)
Output for 7.0.5
string(8) "7edb3f3b" float(0.02192497253418) string(8) "98a80809" float(0.020295143127441) string(40) "5fff935575e9509cc33b74a8791fced80cccc7e2" float(0.037747859954834) string(40) "5fff935575e9509cc33b74a8791fced80cccc7e2" float(0.02715015411377)
Output for 7.0.4
string(8) "4fe4d745" float(0.031203031539917) string(8) "7fc92c0b" float(0.026185989379883) string(40) "232b0abea53e76fe978388704e308137c0cac8ff" float(0.047801971435547) string(40) "232b0abea53e76fe978388704e308137c0cac8ff" float(0.030504941940308)
Output for 7.0.3
string(8) "64361a5b" float(0.046888828277588) string(8) "2bc7bbab" float(0.035489797592163) string(40) "a7b5a4c8371d2ec7235866dc12a3554871cb0f3d" float(0.05887508392334) string(40) "a7b5a4c8371d2ec7235866dc12a3554871cb0f3d" float(0.035948038101196)
Output for 7.0.2
string(8) "b254441e" float(0.025830984115601) string(8) "74ce6a53" float(0.019863128662109) string(40) "170e9b15e6e188e9c901cf8acef52acab55d238c" float(0.038506984710693) string(40) "170e9b15e6e188e9c901cf8acef52acab55d238c" float(0.027144908905029)
Output for 7.0.1
string(8) "a4060377" float(0.023458003997803) string(8) "bd45bcf3" float(0.019782066345215) string(40) "ce26ae51f53e2a533b249388902f7aee07744b56" float(0.037494897842407) string(40) "ce26ae51f53e2a533b249388902f7aee07744b56" float(0.027287006378174)
Output for 7.0.0
string(8) "90c887e9" float(0.019927978515625) string(8) "85ee7660" float(0.018301963806152) string(40) "8160c0d0a6929ca2ec35cbd7cf2fb9f2d9d9a198" float(0.037021160125732) string(40) "8160c0d0a6929ca2ec35cbd7cf2fb9f2d9d9a198" float(0.027774810791016)
Output for 5.6.28
string(8) "fb78d011" float(0.045358896255493) string(8) "a49234c7" float(0.038876056671143) string(40) "2ef0c0be92ef6b53406496a5f759e5a1016d8808" float(0.051551103591919) string(40) "2ef0c0be92ef6b53406496a5f759e5a1016d8808" float(0.039462089538574)
Output for 5.6.23
string(8) "1ac2967d" float(0.029117107391357) string(8) "ae0a2cf5" float(0.026423215866089) string(40) "dd973e346d940d32eb0208f03dbe8c95e8c083e3" float(0.047063112258911) string(40) "dd973e346d940d32eb0208f03dbe8c95e8c083e3" float(0.033083915710449)
Output for 5.6.22
string(8) "131f3bfd" float(0.037623882293701) string(8) "53e9dc79" float(0.032811880111694) string(40) "e54a1a9d563bd2ea1ca1620830533b4edae431de" float(0.051284074783325) string(40) "e54a1a9d563bd2ea1ca1620830533b4edae431de" float(0.032806873321533)
Output for 5.6.21
string(8) "2906b540" float(0.027047157287598) string(8) "a56cd266" float(0.025619029998779) string(40) "05bba087dc0f5c0d0edae7b5fd0c2afcff9a508c" float(0.043443918228149) string(40) "05bba087dc0f5c0d0edae7b5fd0c2afcff9a508c" float(0.031321048736572)
Output for 5.6.20
string(8) "7ea1684d" float(0.032101154327393) string(8) "77d20f20" float(0.028416156768799) string(40) "1a2bef63398d358d02116cc88fd3a4f3edd50566" float(0.044964075088501) string(40) "1a2bef63398d358d02116cc88fd3a4f3edd50566" float(0.031862020492554)
Output for 5.6.19
string(8) "7fe76a5c" float(0.027981042861938) string(8) "409dade9" float(0.025853157043457) string(40) "483fc59f648edeb036cf39db21b9905a88a5c928" float(0.045294046401978) string(40) "483fc59f648edeb036cf39db21b9905a88a5c928" float(0.032320976257324)
Output for 5.6.18
string(8) "c0813b47" float(0.027236938476562) string(8) "116f2531" float(0.026374816894531) string(40) "5e1eb73c61dcdbb584f816d5c64da2bcea4d9412" float(0.042214155197144) string(40) "5e1eb73c61dcdbb584f816d5c64da2bcea4d9412" float(0.032083988189697)
Output for 5.6.17
string(8) "452767b5" float(0.03890585899353) string(8) "f2b28bb8" float(0.031424045562744) string(40) "ad6e363ba185257570a53d6a1bc0ea653cf5eb5d" float(0.053261995315552) string(40) "ad6e363ba185257570a53d6a1bc0ea653cf5eb5d" float(0.039649963378906)
Output for 5.6.16
string(8) "2d4f9519" float(0.050678014755249) string(8) "977bee1a" float(0.037527084350586) string(40) "4a492a11070fa501d1c5340fe20149d089ff3da8" float(0.048748970031738) string(40) "4a492a11070fa501d1c5340fe20149d089ff3da8" float(0.031965970993042)
Output for 5.6.15
string(8) "3cdef69a" float(0.042758941650391) string(8) "f399789c" float(0.034808874130249) string(40) "12db8a3ab0fc2484c27c514d65b3238b07a7cd65" float(0.052885055541992) string(40) "12db8a3ab0fc2484c27c514d65b3238b07a7cd65" float(0.034176111221313)
Output for 5.6.14
string(8) "8d0da40f" float(0.042971849441528) string(8) "117aece6" float(0.03253698348999) string(40) "e7634fb7287598189fab1fe73aab6ed3052608f2" float(0.049499988555908) string(40) "e7634fb7287598189fab1fe73aab6ed3052608f2" float(0.032546043395996)
Output for 5.6.13
string(8) "576e6926" float(0.028388977050781) string(8) "8125a88c" float(0.026058912277222) string(40) "af31d8525ad2cb9c18c16dac5ddc84cb618a4833" float(0.04326605796814) string(40) "af31d8525ad2cb9c18c16dac5ddc84cb618a4833" float(0.03238582611084)
Output for 5.6.12
string(8) "cb6f1246" float(0.033840894699097) string(8) "681ead80" float(0.028216123580933) string(40) "1e640b43c9e5787c16cafa0510df9bd5f5a6f415" float(0.045533180236816) string(40) "1e640b43c9e5787c16cafa0510df9bd5f5a6f415" float(0.032006978988647)
Output for 5.6.11
string(8) "d39a2aa8" float(0.036874055862427) string(8) "a68ca6a1" float(0.032242059707642) string(40) "7c1d4e3b02d14bafcac685e7b3e5d60be4be49b2" float(0.050365209579468) string(40) "7c1d4e3b02d14bafcac685e7b3e5d60be4be49b2" float(0.032418012619019)
Output for 5.6.10
string(8) "859f9b7f" float(0.030704021453857) string(8) "a07ef7ba" float(0.027067899703979) string(40) "14cb7f2dc2764a0841c12e77f418d1955cddbd28" float(0.044428825378418) string(40) "14cb7f2dc2764a0841c12e77f418d1955cddbd28" float(0.031237840652466)
Output for 5.6.9
string(8) "dccd6f4e" float(0.030821084976196) string(8) "226e93b4" float(0.027801036834717) string(40) "ca05d7b4803effe1e93ffea768651286f6c06cab" float(0.050649881362915) string(40) "ca05d7b4803effe1e93ffea768651286f6c06cab" float(0.03385591506958)
Output for 5.6.8
string(8) "2464be05" float(0.03790283203125) string(8) "07c1fcdd" float(0.032448053359985) string(40) "d16df66ed3a0d94bc6727b4852234712b897a57a" float(0.050359964370728) string(40) "d16df66ed3a0d94bc6727b4852234712b897a57a" float(0.033103942871094)
Output for 5.6.7
string(8) "eab9910b" float(0.032302141189575) string(8) "a1fe0267" float(0.027920961380005) string(40) "3583aadfff1a6d8ef52846c91ccb249237e6581e" float(0.044996023178101) string(40) "3583aadfff1a6d8ef52846c91ccb249237e6581e" float(0.031149864196777)
Output for 5.6.6
string(8) "1462c1de" float(0.039671897888184) string(8) "d54fc06f" float(0.03327488899231) string(40) "68871163259b37285d3dbb8224a8e1313d4a0545" float(0.051583051681519) string(40) "68871163259b37285d3dbb8224a8e1313d4a0545" float(0.038447856903076)
Output for 5.6.5
string(8) "ccc7ecb3" float(0.032305002212524) string(8) "0d62c9f4" float(0.025872945785522) string(40) "f5ca53573efe383cb3acddf3720ba4bed286da6d" float(0.044688940048218) string(40) "f5ca53573efe383cb3acddf3720ba4bed286da6d" float(0.032196044921875)
Output for 5.6.4
string(8) "5b80d27c" float(0.040744066238403) string(8) "c8e5fea4" float(0.03182578086853) string(40) "15dd5a020b56541b8b8802e5c967728aea734763" float(0.049302816390991) string(40) "15dd5a020b56541b8b8802e5c967728aea734763" float(0.031996965408325)
Output for 5.6.3
string(8) "55533df6" float(0.035732984542847) string(8) "8ad7a0aa" float(0.029116868972778) string(40) "d64521647a29e4423d431bcfdfc91bb2bf769e7a" float(0.044259071350098) string(40) "d64521647a29e4423d431bcfdfc91bb2bf769e7a" float(0.031975984573364)
Output for 5.6.2
string(8) "ac4874cc" float(0.030171871185303) string(8) "eb03aae1" float(0.026803970336914) string(40) "cf56cf12ecdb97a5532a94d0668ede0f36f1d4a7" float(0.043938159942627) string(40) "cf56cf12ecdb97a5532a94d0668ede0f36f1d4a7" float(0.031728982925415)
Output for 5.6.1
string(8) "ee53d6a6" float(0.050302982330322) string(8) "b132ad40" float(0.033167123794556) string(40) "802896a1805a4eedb15820e8a1678c4edb9c4bfe" float(0.050976991653442) string(40) "802896a1805a4eedb15820e8a1678c4edb9c4bfe" float(0.033164978027344)
Output for 5.6.0
string(8) "306ebc8e" float(0.042080879211426) string(8) "4fc1c565" float(0.03596019744873) string(40) "51446f61adee8b14beeb0c793681a009953be499" float(0.05218505859375) string(40) "51446f61adee8b14beeb0c793681a009953be499" float(0.033456087112427)
Output for 5.5.37
string(8) "55e4ab07" float(0.042088985443115) string(8) "2d56b61f" float(0.035386085510254) string(40) "a5b15ab6cfee2eef5dd35b87f95d59862f8392dd" float(0.054144859313965) string(40) "a5b15ab6cfee2eef5dd35b87f95d59862f8392dd" float(0.032809972763062)
Output for 5.5.36
string(8) "6848bdc2" float(0.035451173782349) string(8) "572efbc6" float(0.030217170715332) string(40) "bb10fe4f40df1376ad887e8833d053462cd2d0a8" float(0.052234888076782) string(40) "bb10fe4f40df1376ad887e8833d053462cd2d0a8" float(0.039554119110107)
Output for 5.5.35
string(8) "c4ddab80" float(0.032213926315308) string(8) "5dba39d2" float(0.03351902961731) string(40) "d1f3a342cb7e4ab29ac3b883d77905fdb351b509" float(0.055124998092651) string(40) "d1f3a342cb7e4ab29ac3b883d77905fdb351b509" float(0.038439035415649)
Output for 5.5.34
string(8) "6ecd6515" float(0.027650833129883) string(8) "390c0792" float(0.026160001754761) string(40) "4967ccfab05b65cd418b4f4b8e26d7e699c1e8ee" float(0.044899940490723) string(40) "4967ccfab05b65cd418b4f4b8e26d7e699c1e8ee" float(0.032656192779541)
Output for 5.5.33
string(8) "5c75ecc9" float(0.04426908493042) string(8) "fde3c92a" float(0.036448001861572) string(40) "41b549dfe474ef3620bc51894e3d8927273de7a0" float(0.055460929870605) string(40) "41b549dfe474ef3620bc51894e3d8927273de7a0" float(0.034915924072266)
Output for 5.5.32
string(8) "7efb3a03" float(0.038258075714111) string(8) "3b0ec84d" float(0.029340028762817) string(40) "3981ba81f75e274b3e4586a6bea62abd3a195913" float(0.047338008880615) string(40) "3981ba81f75e274b3e4586a6bea62abd3a195913" float(0.033154010772705)
Output for 5.5.31
string(8) "2c20be09" float(0.036453008651733) string(8) "b5744d5f" float(0.029381036758423) string(40) "67475191572751dd2e52a38fe54657ececf352c6" float(0.045932054519653) string(40) "67475191572751dd2e52a38fe54657ececf352c6" float(0.033354043960571)
Output for 5.5.30
string(8) "b11075ea" float(0.02790904045105) string(8) "d165867e" float(0.026294946670532) string(40) "fd9c5d1b4b5c6934101a71193a28eb0c94d1136d" float(0.045162200927734) string(40) "fd9c5d1b4b5c6934101a71193a28eb0c94d1136d" float(0.032463788986206)
Output for 5.5.29
string(8) "b35b3460" float(0.043066024780273) string(8) "a0b0606a" float(0.035497188568115) string(40) "73e3a1810356117a0c0ad76079cd0d1a501fcc2c" float(0.053558111190796) string(40) "73e3a1810356117a0c0ad76079cd0d1a501fcc2c" float(0.034356832504272)
Output for 5.5.28
string(8) "eff2637d" float(0.036128997802734) string(8) "9734c4b0" float(0.028879880905151) string(40) "f2e13c5e15c5ca66cc0d2c9cc66ab1d982b1f6d5" float(0.046808958053589) string(40) "f2e13c5e15c5ca66cc0d2c9cc66ab1d982b1f6d5" float(0.033277034759521)
Output for 5.5.27
string(8) "341e985d" float(0.036837816238403) string(8) "1a9914c8" float(0.029275894165039) string(40) "80f6aebd47b99e23dbe3d279e772ddc67dad6996" float(0.049014091491699) string(40) "80f6aebd47b99e23dbe3d279e772ddc67dad6996" float(0.039176940917969)
Output for 5.5.26
string(8) "c181699f" float(0.030487060546875) string(8) "db72fcc1" float(0.028382062911987) string(40) "1b771fa3afa7399b9ebb1031b7d3f68e28cbbe09" float(0.051398992538452) string(40) "1b771fa3afa7399b9ebb1031b7d3f68e28cbbe09" float(0.037163019180298)
Output for 5.5.25
string(8) "e0437075" float(0.042107105255127) string(8) "3be1f350" float(0.034796953201294) string(40) "6b7b9f3b859d77cd546f3ec98caede6796c9e6ca" float(0.05221700668335) string(40) "6b7b9f3b859d77cd546f3ec98caede6796c9e6ca" float(0.035056114196777)
Output for 5.5.24
string(8) "059311db" float(0.042952060699463) string(8) "c5801576" float(0.036202907562256) string(40) "c8996e1791f8eb1aaada989e3c62c957aa651655" float(0.055448055267334) string(40) "c8996e1791f8eb1aaada989e3c62c957aa651655" float(0.037348031997681)
Output for 5.5.23
string(8) "707f765c" float(0.035574913024902) string(8) "c82101e7" float(0.030371904373169) string(40) "e981953e27b0c41c5d0b73c7582c8c06f1bc4a5c" float(0.042319059371948) string(40) "e981953e27b0c41c5d0b73c7582c8c06f1bc4a5c" float(0.029542922973633)
Output for 5.5.22
string(8) "c2cb9c84" float(0.041596174240112) string(8) "77d81764" float(0.029276132583618) string(40) "addbfb5f15005369342c5711ad176919ff1f26c0" float(0.044867992401123) string(40) "addbfb5f15005369342c5711ad176919ff1f26c0" float(0.032063007354736)
Output for 5.5.21
string(8) "31177ce6" float(0.036602020263672) string(8) "a8a0d5a0" float(0.031471014022827) string(40) "0002c36f10ef97572e685e28b95b184564b8e63e" float(0.046056032180786) string(40) "0002c36f10ef97572e685e28b95b184564b8e63e" float(0.034053087234497)
Output for 5.5.20
string(8) "3496c8c6" float(0.042219877243042) string(8) "9b1317ef" float(0.035356044769287) string(40) "5dd9aaf4aca3ab9af58bf0b9336d152fd7576d58" float(0.052805185317993) string(40) "5dd9aaf4aca3ab9af58bf0b9336d152fd7576d58" float(0.034071922302246)
Output for 5.5.19
string(8) "6e3c39fc" float(0.037955045700073) string(8) "707dc757" float(0.030764102935791) string(40) "92d149e902976f01a477000b485bcd46fc1faa7f" float(0.052777051925659) string(40) "92d149e902976f01a477000b485bcd46fc1faa7f" float(0.038697004318237)
Output for 5.5.18
string(8) "2c65c84c" float(0.035062789916992) string(8) "0c189f63" float(0.026791095733643) string(40) "fb5b4de746c78ea6fb97deb8d2960e76143ff9f6" float(0.044573068618774) string(40) "fb5b4de746c78ea6fb97deb8d2960e76143ff9f6" float(0.032603025436401)
Output for 5.5.16
string(8) "a824bbc9" float(0.039974927902222) string(8) "9b344b16" float(0.03400182723999) string(40) "5cb44834d3cfa51b650ecb09871b51361133fcb7" float(0.052263975143433) string(40) "5cb44834d3cfa51b650ecb09871b51361133fcb7" float(0.032905101776123)
Output for 5.5.15
string(8) "473496f8" float(0.036375045776367) string(8) "38106955" float(0.030503988265991) string(40) "f911b7a41de9d9f2d7dc4ea5897d6c5277b7893f" float(0.047171115875244) string(40) "f911b7a41de9d9f2d7dc4ea5897d6c5277b7893f" float(0.032195806503296)
Output for 5.5.14
string(8) "d933f50e" float(0.042884826660156) string(8) "083912fa" float(0.031848907470703) string(40) "05fa26619c48906175c489a96b6f5fb7ccfb4a67" float(0.046982049942017) string(40) "05fa26619c48906175c489a96b6f5fb7ccfb4a67" float(0.032909154891968)
Output for 5.5.13
string(8) "83954ae8" float(0.032395839691162) string(8) "25e16299" float(0.028641939163208) string(40) "86eac5f7a980a5e1b045da95ed3412b18cfb1d44" float(0.04648494720459) string(40) "86eac5f7a980a5e1b045da95ed3412b18cfb1d44" float(0.0332350730896)
Output for 5.5.12
string(8) "81779fc9" float(0.029392004013062) string(8) "d3114095" float(0.026587963104248) string(40) "dd673cfe88bab9ea5e8c1786fb05be40653a9f23" float(0.045732975006104) string(40) "dd673cfe88bab9ea5e8c1786fb05be40653a9f23" float(0.032977819442749)
Output for 5.5.11
string(8) "874392bf" float(0.034720897674561) string(8) "d6e905d3" float(0.028245210647583) string(40) "2b437d2caa418bd7d009cd8e2434df7813febae3" float(0.044925928115845) string(40) "2b437d2caa418bd7d009cd8e2434df7813febae3" float(0.032601118087769)
Output for 5.5.10
string(8) "61275985" float(0.035238027572632) string(8) "7771561f" float(0.031149864196777) string(40) "d620c2b0d37bdc40410009f4bc79fe5d8914c6d0" float(0.049772977828979) string(40) "d620c2b0d37bdc40410009f4bc79fe5d8914c6d0" float(0.038259983062744)
Output for 5.5.9
string(8) "db307c6a" float(0.040857791900635) string(8) "8893ba56" float(0.033432960510254) string(40) "30c0c972fcbb6bcb5b3ffb071095ee94422e2f8d" float(0.045634031295776) string(40) "30c0c972fcbb6bcb5b3ffb071095ee94422e2f8d" float(0.032971858978271)
Output for 5.5.8
string(8) "0552c1fd" float(0.027524948120117) string(8) "b1144872" float(0.026188850402832) string(40) "722643b9f58e55d820cbf6ac3da030689db7d890" float(0.045472860336304) string(40) "722643b9f58e55d820cbf6ac3da030689db7d890" float(0.032583951950073)
Output for 5.5.7
string(8) "3e429f79" float(0.043069124221802) string(8) "8caf6490" float(0.035775899887085) string(40) "a5fda7fd71992fb161df5398aa4210a4daf49610" float(0.054791927337646) string(40) "a5fda7fd71992fb161df5398aa4210a4daf49610" float(0.035436868667603)
Output for 5.5.6
string(8) "0b3b6bf6" float(0.03191614151001) string(8) "58535aec" float(0.028240919113159) string(40) "6455516dc1d23e00fb56d3c36017e16b3019d80b" float(0.045315980911255) string(40) "6455516dc1d23e00fb56d3c36017e16b3019d80b" float(0.032829999923706)
Output for 5.5.5
string(8) "0dfffeaf" float(0.039132118225098) string(8) "63c4859f" float(0.033375978469849) string(40) "d4e91eaca21c057b45e739bb0f8217aabcd98613" float(0.045259952545166) string(40) "d4e91eaca21c057b45e739bb0f8217aabcd98613" float(0.032453060150146)
Output for 5.5.4
string(8) "68e2dfb3" float(0.043130874633789) string(8) "d6a807df" float(0.036442041397095) string(40) "e96e8e9a5368aec61846af48789de95da0a369c4" float(0.054704189300537) string(40) "e96e8e9a5368aec61846af48789de95da0a369c4" float(0.03521990776062)
Output for 5.5.3
string(8) "bb156f17" float(0.041163921356201) string(8) "349813dc" float(0.031707048416138) string(40) "e4a5d0fe5836eb1ba6eb99cdb35d5aa5dfda373a" float(0.049704074859619) string(40) "e4a5d0fe5836eb1ba6eb99cdb35d5aa5dfda373a" float(0.032997131347656)
Output for 5.5.2
string(8) "af915b35" float(0.037548065185547) string(8) "7cbc96b5" float(0.031419038772583) string(40) "00f91cb5c183c0d18665c6376c3746eac43c5267" float(0.046028137207031) string(40) "00f91cb5c183c0d18665c6376c3746eac43c5267" float(0.032960891723633)
Output for 5.5.1
string(8) "b45948ef" float(0.040149927139282) string(8) "ea710370" float(0.033488035202026) string(40) "9df717114becf30ba1ce0f9302a1e3148544fb28" float(0.045476913452148) string(40) "9df717114becf30ba1ce0f9302a1e3148544fb28" float(0.032164812088013)
Output for 5.5.0
string(8) "1d2bf191" float(0.033387899398804) string(8) "e13e663c" float(0.0279700756073) string(40) "92aa22593c47adcbb818560121d77e47bff3853a" float(0.045818090438843) string(40) "92aa22593c47adcbb818560121d77e47bff3853a" float(0.032288074493408)
Output for 5.4.45
string(8) "645c4ab3" float(0.036826133728027) string(8) "8d8aec7d" float(0.031498908996582) string(40) "3bdf9833b2842b2663f3989f4658ef04885a5a9e" float(0.048040866851807) string(40) "3bdf9833b2842b2663f3989f4658ef04885a5a9e" float(0.03182315826416)
Output for 5.4.44
string(8) "6f6190af" float(0.035433053970337) string(8) "cd4f4241" float(0.031078100204468) string(40) "2ab9561a42967a1a75fd8b65c94e6f3f8fae3a1d" float(0.047587156295776) string(40) "2ab9561a42967a1a75fd8b65c94e6f3f8fae3a1d" float(0.031933069229126)
Output for 5.4.43
string(8) "58939d2b" float(0.034283876419067) string(8) "fe75ae14" float(0.025676012039185) string(40) "87aaac5131821f3accc74494c98f8c7201daf200" float(0.047821998596191) string(40) "87aaac5131821f3accc74494c98f8c7201daf200" float(0.039845943450928)
Output for 5.4.42
string(8) "4fcf7f89" float(0.030937194824219) string(8) "31392974" float(0.029638051986694) string(40) "b79a6e97aa5bb8195123518e7b64c768d8baba80" float(0.048694849014282) string(40) "b79a6e97aa5bb8195123518e7b64c768d8baba80" float(0.035060167312622)
Output for 5.4.41
string(8) "04508607" float(0.03413200378418) string(8) "63813fb6" float(0.026401996612549) string(40) "2c6fa69e2c9b437187ca7dc456c535ddcd622cb7" float(0.045592069625854) string(40) "2c6fa69e2c9b437187ca7dc456c535ddcd622cb7" float(0.032154083251953)
Output for 5.4.40
string(8) "69ef5a07" float(0.03270697593689) string(8) "b96402b1" float(0.028363943099976) string(40) "3f632942fbf4230c16c630284fe910c0c707bc4a" float(0.045769214630127) string(40) "3f632942fbf4230c16c630284fe910c0c707bc4a" float(0.031540870666504)
Output for 5.4.39
string(8) "3360e91e" float(0.02934193611145) string(8) "cd1634fd" float(0.025508165359497) string(40) "54104ecd765919e3971e1a008d4c3521de21ace5" float(0.044435977935791) string(40) "54104ecd765919e3971e1a008d4c3521de21ace5" float(0.031561851501465)
Output for 5.4.38
string(8) "29bebd5b" float(0.045836925506592) string(8) "1bdc2d9c" float(0.030659198760986) string(40) "22c2ffd6267bfe2bf52d1fd59db304a9b427bc69" float(0.045595169067383) string(40) "22c2ffd6267bfe2bf52d1fd59db304a9b427bc69" float(0.03160285949707)
Output for 5.4.37
string(8) "fa4161a4" float(0.041437149047852) string(8) "1a3945d3" float(0.034340858459473) string(40) "7b8edaa5caafeee7790fb2be44c89b357e404c36" float(0.052468061447144) string(40) "7b8edaa5caafeee7790fb2be44c89b357e404c36" float(0.033638954162598)
Output for 5.4.36
string(8) "76e67859" float(0.026541948318481) string(8) "cbdb084d" float(0.025214910507202) string(40) "bf081c8008b4b304d9571832c64084936cc575b7" float(0.045380830764771) string(40) "bf081c8008b4b304d9571832c64084936cc575b7" float(0.031995058059692)
Output for 5.4.35
string(8) "6a935e2d" float(0.032217979431152) string(8) "603b7dbe" float(0.026733875274658) string(40) "07d53917721880dcc892748777a6bd64a103d98e" float(0.046167850494385) string(40) "07d53917721880dcc892748777a6bd64a103d98e" float(0.03221583366394)
Output for 5.4.34
string(8) "b423469d" float(0.035056829452515) string(8) "3d40316b" float(0.028259038925171) string(40) "b1a05b1f5d5c35c8f5429ee3078f8356c94f6c7f" float(0.04892110824585) string(40) "b1a05b1f5d5c35c8f5429ee3078f8356c94f6c7f" float(0.032980918884277)
Output for 5.4.32
string(8) "119ca205" float(0.036190986633301) string(8) "cbdf3ad6" float(0.031126022338867) string(40) "094b6a6fd5d96115ab4ea781175f84ec4ac9505c" float(0.045055150985718) string(40) "094b6a6fd5d96115ab4ea781175f84ec4ac9505c" float(0.031768083572388)
Output for 5.4.31
string(8) "e619b522" float(0.037861824035645) string(8) "ae902665" float(0.026947975158691) string(40) "c870f63b27602ca6727dee081dd70a08cb7c8e70" float(0.045603036880493) string(40) "c870f63b27602ca6727dee081dd70a08cb7c8e70" float(0.031229019165039)
Output for 5.4.30
string(8) "ffd22b90" float(0.02947211265564) string(8) "93033d1b" float(0.026415109634399) string(40) "15eb86d65df9c5da106eca1f9cd7b6af9651318e" float(0.044583082199097) string(40) "15eb86d65df9c5da106eca1f9cd7b6af9651318e" float(0.031494855880737)
Output for 5.4.29
string(8) "49b9bb64" float(0.029398918151855) string(8) "ceb68df7" float(0.026580810546875) string(40) "53ea5fe6f53a9407387f16289ca8972e64942117" float(0.045276880264282) string(40) "53ea5fe6f53a9407387f16289ca8972e64942117" float(0.031343936920166)
Output for 5.4.28
string(8) "296cb1fa" float(0.041198015213013) string(8) "6536d3bb" float(0.033354997634888) string(40) "b3ebef070df5f1aa9537d2d4ce3b82e05f58f243" float(0.050992012023926) string(40) "b3ebef070df5f1aa9537d2d4ce3b82e05f58f243" float(0.032618999481201)
Output for 5.4.27
string(8) "548eaea4" float(0.03266716003418) string(8) "f394a9a6" float(0.02825403213501) string(40) "889e81d7894914f253729c521bba45b5425f92e9" float(0.045214891433716) string(40) "889e81d7894914f253729c521bba45b5425f92e9" float(0.031582832336426)
Output for 5.4.26
string(8) "b18b7f24" float(0.039173126220703) string(8) "93be3700" float(0.03184700012207) string(40) "e9e985619b2511e80b6717cc933de6cf898693b7" float(0.047482013702393) string(40) "e9e985619b2511e80b6717cc933de6cf898693b7" float(0.032379150390625)
Output for 5.4.25
string(8) "efd89d48" float(0.053521156311035) string(8) "908f8e0b" float(0.028793811798096) string(40) "c193d1ab399490f1e0f307c4c940134a739ae0f3" float(0.045322895050049) string(40) "c193d1ab399490f1e0f307c4c940134a739ae0f3" float(0.031503915786743)
Output for 5.4.24
string(8) "be2762eb" float(0.04889988899231) string(8) "87e944aa" float(0.028197050094604) string(40) "7def71d433af1d5f1ee0c2cba4a48971fee3d0a4" float(0.045384168624878) string(40) "7def71d433af1d5f1ee0c2cba4a48971fee3d0a4" float(0.032663106918335)
Output for 5.4.23
string(8) "233a35a1" float(0.040194988250732) string(8) "0d0c6a6b" float(0.028586864471436) string(40) "b6f7615b96b0728028b93e7cd5b93f719aaaa260" float(0.047698020935059) string(40) "b6f7615b96b0728028b93e7cd5b93f719aaaa260" float(0.032266139984131)
Output for 5.4.22
string(8) "c8d70496" float(0.033105850219727) string(8) "169f5119" float(0.03302001953125) string(40) "54d150a22db7b6794c8b6d91abb1c4205078b942" float(0.049726963043213) string(40) "54d150a22db7b6794c8b6d91abb1c4205078b942" float(0.033044099807739)
Output for 5.4.21
string(8) "83e2c246" float(0.039266109466553) string(8) "b366fc7c" float(0.032353162765503) string(40) "1d5384c4b08b9613191610a038fe3773d24334e5" float(0.045463085174561) string(40) "1d5384c4b08b9613191610a038fe3773d24334e5" float(0.033123970031738)
Output for 5.4.20
string(8) "3de3a23a" float(0.030685901641846) string(8) "2e928c95" float(0.026077032089233) string(40) "2dcc4ff8a43624e815bbaa0642dc9c208d6b4df6" float(0.045325040817261) string(40) "2dcc4ff8a43624e815bbaa0642dc9c208d6b4df6" float(0.032562017440796)
Output for 5.4.19
string(8) "c19e8f68" float(0.02687406539917) string(8) "ef2cd4ea" float(0.025804996490479) string(40) "d257a7f06ce9c4246f0f3be83424630c5ca526e5" float(0.04544997215271) string(40) "d257a7f06ce9c4246f0f3be83424630c5ca526e5" float(0.032296180725098)
Output for 5.4.18
string(8) "5bce7705" float(0.034549951553345) string(8) "f7f25bd7" float(0.026263952255249) string(40) "3e3dcc2b1b689988280cd1efdce3a6ac19af9f4c" float(0.043820142745972) string(40) "3e3dcc2b1b689988280cd1efdce3a6ac19af9f4c" float(0.032906055450439)
Output for 5.4.17
string(8) "b86e8f73" float(0.039265871047974) string(8) "e0c51778" float(0.033639192581177) string(40) "b2baabd723cb1c4f9d3862196b0e486a037584f2" float(0.047271013259888) string(40) "b2baabd723cb1c4f9d3862196b0e486a037584f2" float(0.0330491065979)
Output for 5.4.16
string(8) "97e3f0a8" float(0.034886837005615) string(8) "d0f54b86" float(0.026917934417725) string(40) "f8ffd8101f7cfe7921885b32ca8e7aa4650934f9" float(0.045232057571411) string(40) "f8ffd8101f7cfe7921885b32ca8e7aa4650934f9" float(0.032760143280029)
Output for 5.4.15
string(8) "0b108c4e" float(0.039243936538696) string(8) "57800900" float(0.033063888549805) string(40) "fce6e7cae18250d1e93b553e01aa8859db9f8ac0" float(0.051265954971313) string(40) "fce6e7cae18250d1e93b553e01aa8859db9f8ac0" float(0.032593965530396)
Output for 5.4.14
string(8) "7326dcd6" float(0.044417142868042) string(8) "fa8669aa" float(0.035879135131836) string(40) "98674ac23300d37df028922572b084bf99f9d9d3" float(0.055685043334961) string(40) "98674ac23300d37df028922572b084bf99f9d9d3" float(0.034486055374146)
Output for 5.4.13
string(8) "f3d616c5" float(0.045506000518799) string(8) "16b6fdb5" float(0.036724090576172) string(40) "8cf20e251a38e2e99b3cebd9a60cedeb39ba029f" float(0.055189847946167) string(40) "8cf20e251a38e2e99b3cebd9a60cedeb39ba029f" float(0.035851955413818)
Output for 5.4.12
string(8) "0c4e8706" float(0.039952993392944) string(8) "5bafaa61" float(0.03341007232666) string(40) "979ce3f6cebc2df899b4da31a4e10f81eb2fa862" float(0.05317211151123) string(40) "979ce3f6cebc2df899b4da31a4e10f81eb2fa862" float(0.032438039779663)
Output for 5.4.11
string(8) "ae418373" float(0.03229284286499) string(8) "29d1df5f" float(0.028177976608276) string(40) "6f2cb7841268cbe5f8e498da42133c176d684980" float(0.045884132385254) string(40) "6f2cb7841268cbe5f8e498da42133c176d684980" float(0.032854080200195)
Output for 5.4.10
string(8) "ca891110" float(0.028038024902344) string(8) "01c3d6ff" float(0.025741815567017) string(40) "dfe8b711a42a7a01dd43f676428f12fae8adbba0" float(0.046046018600464) string(40) "dfe8b711a42a7a01dd43f676428f12fae8adbba0" float(0.032291889190674)
Output for 5.4.9
string(8) "787c04c1" float(0.029392957687378) string(8) "78b81142" float(0.025935173034668) string(40) "20a6429adfaf549d6b93aa56e065ff84e0a4bdf7" float(0.045313835144043) string(40) "20a6429adfaf549d6b93aa56e065ff84e0a4bdf7" float(0.033028125762939)
Output for 5.4.8
string(8) "26ced929" float(0.030550956726074) string(8) "03de5ab1" float(0.027425050735474) string(40) "67722490b269f3f09885f74786c6a9d978ae8ab4" float(0.052917003631592) string(40) "67722490b269f3f09885f74786c6a9d978ae8ab4" float(0.041393041610718)
Output for 5.4.7
string(8) "ea2a1e03" float(0.027374982833862) string(8) "f77611f2" float(0.025341033935547) string(40) "4adc8997e3b478c3842c115cc54ea421727fa04a" float(0.042763948440552) string(40) "4adc8997e3b478c3842c115cc54ea421727fa04a" float(0.028432130813599)
Output for 5.4.6
string(8) "24fdfc93" float(0.026149988174438) string(8) "fe748ddc" float(0.02320122718811) string(40) "0f7d63551e10af41c229b60dbdf168bd99c7b74e" float(0.0379319190979) string(40) "0f7d63551e10af41c229b60dbdf168bd99c7b74e" float(0.026509046554565)
Output for 5.4.5
string(8) "4fbe40ce" float(0.027168989181519) string(8) "65223771" float(0.026486158370972) string(40) "02fb159739a8153e3944e45886721dcdaba26f2d" float(0.046396017074585) string(40) "02fb159739a8153e3944e45886721dcdaba26f2d" float(0.031967163085938)
Output for 5.4.4
string(8) "3ca6497c" float(0.027235984802246) string(8) "a351a48d" float(0.026144981384277) string(40) "ff075bb692a719f4cede128aebb91cde2e47077b" float(0.043775081634521) string(40) "ff075bb692a719f4cede128aebb91cde2e47077b" float(0.030031204223633)
Output for 5.4.3
string(8) "fc803e96" float(0.036090135574341) string(8) "ffe7abc8" float(0.02799916267395) string(40) "7f4ddb1521555b9ad24f6d7b5a6cca2dc1544ce4" float(0.046818971633911) string(40) "7f4ddb1521555b9ad24f6d7b5a6cca2dc1544ce4" float(0.03216814994812)
Output for 5.4.2
string(8) "3fd4add6" float(0.024556875228882) string(8) "cc4c9b69" float(0.023968935012817) string(40) "23a56d6d01667b37c8c4e78509ef56093075fd27" float(0.041543960571289) string(40) "23a56d6d01667b37c8c4e78509ef56093075fd27" float(0.028282880783081)
Output for 5.4.1
string(8) "e62377c6" float(0.023583889007568) string(8) "f4ccdd9a" float(0.021468877792358) string(40) "fccaef72000616cfc28a9d52e8159b979903e33e" float(0.036907911300659) string(40) "fccaef72000616cfc28a9d52e8159b979903e33e" float(0.025860071182251)
Output for 5.4.0
string(8) "b5e599e1" float(0.028025150299072) string(8) "1b02a2c4" float(0.025911092758179) string(40) "73970dfbb89340e9e9032aca816bdf88a9fc4891" float(0.045869827270508) string(40) "73970dfbb89340e9e9032aca816bdf88a9fc4891" float(0.029736995697021)
Output for 5.3.29
string(8) "1fe0cf3b" float(0.039991855621338) string(8) "927e44e8" float(0.032692909240723) string(40) "506a6d5332346c71fbe10477e8048fa773930dc3" float(0.049423933029175) string(40) "506a6d5332346c71fbe10477e8048fa773930dc3" float(0.040488004684448)
Output for 5.3.28
string(8) "eeff10d7" float(0.0450439453125) string(8) "bacbb33e" float(0.037839889526367) string(40) "33a674a03f3dc530048605ee5f6b060bb3d66fb1" float(0.055214881896973) string(40) "33a674a03f3dc530048605ee5f6b060bb3d66fb1" float(0.04436993598938)
Output for 5.3.27
string(8) "70990da7" float(0.042354106903076) string(8) "aeb522cb" float(0.030940055847168) string(40) "5512e8b809fc3bd92b69c161d56b586a3694b951" float(0.054188966751099) string(40) "5512e8b809fc3bd92b69c161d56b586a3694b951" float(0.055749177932739)
Output for 5.3.26
string(8) "33494c5b" float(0.04374098777771) string(8) "22c32a1e" float(0.03229808807373) string(40) "a8419f85d9570866f3c8262e2e5377edee7143df" float(0.053647994995117) string(40) "a8419f85d9570866f3c8262e2e5377edee7143df" float(0.05586314201355)
Output for 5.3.25
string(8) "08f58fcf" float(0.042201995849609) string(8) "88f7d703" float(0.034757852554321) string(40) "d0bc3c4983a23c5ec803a7c7e23ce0acf611fe90" float(0.056810855865479) string(40) "d0bc3c4983a23c5ec803a7c7e23ce0acf611fe90" float(0.056893110275269)
Output for 5.3.24
string(8) "6b059eef" float(0.03935694694519) string(8) "4714f20a" float(0.034327030181885) string(40) "2bd0d0932de84aed4c6dec561b7784a14c2480a8" float(0.061895132064819) string(40) "2bd0d0932de84aed4c6dec561b7784a14c2480a8" float(0.060910940170288)
Output for 5.3.23
string(8) "2c09599a" float(0.040892124176025) string(8) "fd6a427d" float(0.031739950180054) string(40) "5cdc09c9f9bc101d9815b9241a9e5381848c9e18" float(0.052849054336548) string(40) "5cdc09c9f9bc101d9815b9241a9e5381848c9e18" float(0.058796167373657)
Output for 5.3.22
string(8) "307ff068" float(0.04577112197876) string(8) "ca79951a" float(0.037425994873047) string(40) "8295a617badbbacebe753d5ce115784880a96712" float(0.057337045669556) string(40) "8295a617badbbacebe753d5ce115784880a96712" float(0.04832911491394)
Output for 5.3.21
string(8) "43fffa9d" float(0.041193008422852) string(8) "39ee276d" float(0.034171104431152) string(40) "440274f32d5cdd2c71923be4eaf7b103c22002d4" float(0.053289890289307) string(40) "440274f32d5cdd2c71923be4eaf7b103c22002d4" float(0.040262937545776)
Output for 5.3.20
string(8) "c0e415ca" float(0.039938926696777) string(8) "3b9f9f6c" float(0.032200813293457) string(40) "df41e66a5511dcc6d816e2ce213958f97bdeb890" float(0.051951885223389) string(40) "df41e66a5511dcc6d816e2ce213958f97bdeb890" float(0.041939973831177)
Output for 5.3.19
string(8) "a1528747" float(0.030045032501221) string(8) "0b17126f" float(0.029115915298462) string(40) "c982dbbd7d272e82ea772a91c3ef173f76eac4fd" float(0.049201965332031) string(40) "c982dbbd7d272e82ea772a91c3ef173f76eac4fd" float(0.039834022521973)
Output for 5.3.18
string(8) "435693db" float(0.030622005462646) string(8) "f37039f2" float(0.02939510345459) string(40) "e622c9713039557e4497993867ebda5b8f0ec5fa" float(0.053132057189941) string(40) "e622c9713039557e4497993867ebda5b8f0ec5fa" float(0.042248964309692)
Output for 5.3.17
string(8) "73cf0361" float(0.030338048934937) string(8) "4330c560" float(0.029344081878662) string(40) "84bf1971fd2771738fe40f640d0f64ae2dcad80d" float(0.049772977828979) string(40) "84bf1971fd2771738fe40f640d0f64ae2dcad80d" float(0.040415048599243)
Output for 5.3.16
string(8) "59c57015" float(0.024927854537964) string(8) "9cfe9c27" float(0.023791074752808) string(40) "386aa9ed047ac2b8e786fc89f24adec3d9b95646" float(0.040464162826538) string(40) "386aa9ed047ac2b8e786fc89f24adec3d9b95646" float(0.033419847488403)
Output for 5.3.15
string(8) "1e4f77d3" float(0.029618978500366) string(8) "e37c888c" float(0.028939008712769) string(40) "f6898b7d737f83120ddf30b5a9d1b08f4d1c4410" float(0.049582004547119) string(40) "f6898b7d737f83120ddf30b5a9d1b08f4d1c4410" float(0.040728092193604)
Output for 5.3.14
string(8) "28f81995" float(0.032753944396973) string(8) "aaf07bce" float(0.030103921890259) string(40) "b0314f69d362f17acd989f6b0643de4c424b4035" float(0.049685001373291) string(40) "b0314f69d362f17acd989f6b0643de4c424b4035" float(0.039608001708984)
Output for 5.3.13
string(8) "c69f4784" float(0.02454686164856) string(8) "f45863a9" float(0.023463010787964) string(40) "822d59286bb2559c7ae4a923289606f7cb482aa9" float(0.040434837341309) string(40) "822d59286bb2559c7ae4a923289606f7cb482aa9" float(0.032712936401367)
Output for 5.3.12
string(8) "f0a8ac06" float(0.030371904373169) string(8) "003f61fb" float(0.026863098144531) string(40) "423837b4f28e609d95d8e0f83b589302cd38247a" float(0.048672914505005) string(40) "423837b4f28e609d95d8e0f83b589302cd38247a" float(0.041019916534424)
Output for 5.3.11
string(8) "4d5938d8" float(0.02478289604187) string(8) "90aa8f6a" float(0.024436950683594) string(40) "3c2a1be3c363797e5498be27e3cd3ddb329dad22" float(0.042224884033203) string(40) "3c2a1be3c363797e5498be27e3cd3ddb329dad22" float(0.033875942230225)
Output for 5.3.10
string(8) "89a8c669" float(0.031393051147461) string(8) "593f27a0" float(0.029408931732178) string(40) "fb0900d76b792703247228dfa3579110cc964f32" float(0.050204038619995) string(40) "fb0900d76b792703247228dfa3579110cc964f32" float(0.040430068969727)
Output for 5.3.9
string(8) "86abd8de" float(0.025058031082153) string(8) "a0e446e3" float(0.02394700050354) string(40) "cd55d9cbfc995a5642d2abee42b19abf94da7708" float(0.040504932403564) string(40) "cd55d9cbfc995a5642d2abee42b19abf94da7708" float(0.033397912979126)
Output for 5.3.8
string(8) "e96932c5" float(0.03034782409668) string(8) "795272e4" float(0.030275106430054) string(40) "e30bae24e808649ea68642bfaa5e1b9f5a7d894a" float(0.049985885620117) string(40) "e30bae24e808649ea68642bfaa5e1b9f5a7d894a" float(0.041762828826904)
Output for 5.3.7
string(8) "054e3532" float(0.02505898475647) string(8) "91bb0fa4" float(0.02388596534729) string(40) "fbe6108ca810e6e94727f8088e2afe2e7cbb0c2e" float(0.041953086853027) string(40) "fbe6108ca810e6e94727f8088e2afe2e7cbb0c2e" float(0.033294916152954)
Output for 5.3.6
string(8) "d756190e" float(0.03105092048645) string(8) "e6cadec4" float(0.029217958450317) string(40) "834ab0654cf844e3788c908935cf5aac01d48db9" float(0.049067974090576) string(40) "834ab0654cf844e3788c908935cf5aac01d48db9" float(0.04068398475647)
Output for 5.3.5
string(8) "d86d76de" float(0.02444314956665) string(8) "debe956b" float(0.024204969406128) string(40) "e6307e3b7a617067c3ff541f7053ae5cb700fd4e" float(0.039875984191895) string(40) "e6307e3b7a617067c3ff541f7053ae5cb700fd4e" float(0.034134864807129)
Output for 5.3.4
string(8) "0cfd23e5" float(0.030748128890991) string(8) "e3af1ddf" float(0.028931140899658) string(40) "ca07ad0d55d3550ad7710da2ae5302e2457a23fe" float(0.043540000915527) string(40) "ca07ad0d55d3550ad7710da2ae5302e2457a23fe" float(0.034231185913086)
Output for 5.3.3
string(8) "8ee8b2de" float(0.046849012374878) string(8) "e8bb2112" float(0.037109851837158) string(40) "fbf46e2dcde3c1c359af5c169ef61f223d7d65e6" float(0.051589012145996) string(40) "fbf46e2dcde3c1c359af5c169ef61f223d7d65e6" float(0.041226863861084)
Output for 5.3.2
string(8) "2b58d3db" float(0.043073892593384) string(8) "f7182e71" float(0.035090923309326) string(40) "7c77c03b03f3a304e7906b0190b5874f294bca4d" float(0.050843954086304) string(40) "7c77c03b03f3a304e7906b0190b5874f294bca4d" float(0.040618896484375)
Output for 5.3.1
string(8) "80d029f3" float(0.043061971664429) string(8) "88dffe14" float(0.03756308555603) string(40) "b33875e54e512d8d81bfa4ae189e6796c9252429" float(0.049011945724487) string(40) "b33875e54e512d8d81bfa4ae189e6796c9252429" float(0.050504922866821)
Output for 5.3.0
string(8) "ef7091be" float(0.047957897186279) string(8) "72c60103" float(0.031927108764648) string(40) "dc3a276bd9bfcabf9ae2e7fae08a9b460e3e5f54" float(0.04769492149353) string(40) "dc3a276bd9bfcabf9ae2e7fae08a9b460e3e5f54" float(0.040382146835327)
Output for 5.2.17
string(8) "e9181eeb" float(0.0330810546875) string(8) "acbe44dd" float(0.031927108764648) string(40) "9286d00a72f5d26459f2d48b8c861eca846e512c" float(0.052203893661499) string(40) "9286d00a72f5d26459f2d48b8c861eca846e512c" float(0.044126033782959)
Output for 5.2.16
string(8) "03d40d69" float(0.031787872314453) string(8) "8480f157" float(0.028563976287842) string(40) "f910596979029fee8032bc9a8c9dabcb9e8f4b02" float(0.044205904006958) string(40) "f910596979029fee8032bc9a8c9dabcb9e8f4b02" float(0.034921884536743)
Output for 5.2.15
string(8) "f91d99f4" float(0.030220985412598) string(8) "fa3d88e8" float(0.029497146606445) string(40) "f6432ccf03e947c8a1b987fe4a8f6580f841adcd" float(0.047034025192261) string(40) "f6432ccf03e947c8a1b987fe4a8f6580f841adcd" float(0.040679931640625)
Output for 5.2.14
string(8) "a5acc818" float(0.040476083755493) string(8) "797dccdb" float(0.035512924194336) string(40) "aae6b9a4e485c77334e3ebf8e10b9eb258604d4c" float(0.050547122955322) string(40) "aae6b9a4e485c77334e3ebf8e10b9eb258604d4c" float(0.041726112365723)
Output for 5.2.13
string(8) "260fb918" float(0.043176174163818) string(8) "1ebad1d1" float(0.032102108001709) string(40) "b32ebeab177459860fcb861d919b55afb05fff17" float(0.052160978317261) string(40) "b32ebeab177459860fcb861d919b55afb05fff17" float(0.042160034179688)
Output for 5.2.12
string(8) "60842962" float(0.037512063980103) string(8) "a6c1e8d6" float(0.034297943115234) string(40) "173c3e3c08668c51ca190e95c5efc7bed6c8d9fc" float(0.060376882553101) string(40) "173c3e3c08668c51ca190e95c5efc7bed6c8d9fc" float(0.049304962158203)
Output for 5.2.11
string(8) "42578559" float(0.040909051895142) string(8) "d5c4809d" float(0.035824060440063) string(40) "4b2121bf3e7fdf6cf0cf79600c532083850b1122" float(0.052499055862427) string(40) "4b2121bf3e7fdf6cf0cf79600c532083850b1122" float(0.042698860168457)
Output for 5.2.10
string(8) "d0605a0e" float(0.047950029373169) string(8) "81bc192c" float(0.040842056274414) string(40) "c97b28b0c998bb5f12cf3858a801da138b4a56f3" float(0.063516855239868) string(40) "c97b28b0c998bb5f12cf3858a801da138b4a56f3" float(0.047943115234375)
Output for 5.2.9
string(8) "7c363d73" float(0.040231943130493) string(8) "2e58d745" float(0.031464815139771) string(40) "6aff6cb0b0388bd2b6d15253710bc2340a6d2acd" float(0.050214052200317) string(40) "6aff6cb0b0388bd2b6d15253710bc2340a6d2acd" float(0.042656898498535)
Output for 5.2.8
string(8) "a903b854" float(0.049108028411865) string(8) "545e640d" float(0.035288095474243) string(40) "cabb8b7e289f9836de4ebb4f1c6335c0b06b6615" float(0.052413940429688) string(40) "cabb8b7e289f9836de4ebb4f1c6335c0b06b6615" float(0.044378995895386)
Output for 5.2.7
string(8) "6c58ef83" float(0.032369136810303) string(8) "9a46dd35" float(0.031877040863037) string(40) "701c56a608997e7480a5327c3bc0fee487c67baa" float(0.052356004714966) string(40) "701c56a608997e7480a5327c3bc0fee487c67baa" float(0.042890071868896)
Output for 5.2.6
string(8) "fb68fe57" float(0.049911975860596) string(8) "2f7cb443" float(0.042640209197998) string(40) "47c64cc8eb34ea7ef6c566aa199b033888cd1a35" float(0.060290098190308) string(40) "47c64cc8eb34ea7ef6c566aa199b033888cd1a35" float(0.044203996658325)
Output for 5.2.5
string(8) "a0ee1332" float(0.054476022720337) string(8) "703575c9" float(0.043723821640015) string(40) "39d865c8afeecb4b825fee843dd3c41dcd9c3971" float(0.061959981918335) string(40) "39d865c8afeecb4b825fee843dd3c41dcd9c3971" float(0.045768022537231)
Output for 5.2.4
string(8) "745b9b30" float(0.048089027404785) string(8) "c3b686e4" float(0.034919023513794) string(40) "3f6fed50ffa9308c4e61e14288ac614e730adf3f" float(0.052280902862549) string(40) "3f6fed50ffa9308c4e61e14288ac614e730adf3f" float(0.042940855026245)
Output for 5.2.3
string(8) "f73ec1ae" float(0.050223112106323) string(8) "bf6b1d01" float(0.031422138214111) string(40) "f1c3e08556deb7a0921b58ab6dc72ac6df88aa16" float(0.05103611946106) string(40) "f1c3e08556deb7a0921b58ab6dc72ac6df88aa16" float(0.043061971664429)
Output for 5.2.2
string(8) "68feca35" float(0.04503607749939) string(8) "787877d4" float(0.036025047302246) string(40) "ff14eb219180f9d2c001941054675b2ae0f28d37" float(0.051203012466431) string(40) "ff14eb219180f9d2c001941054675b2ae0f28d37" float(0.19726204872131)
Output for 5.2.1
string(8) "02fe168b" float(0.04441499710083) string(8) "e1dba524" float(0.03740406036377) string(40) "8e58bb6e2d06c35e5e5cf9d5a22c52c94ca7b047" float(0.05204701423645) string(40) "8e58bb6e2d06c35e5e5cf9d5a22c52c94ca7b047" float(0.19692015647888)
Output for 5.2.0
string(8) "a57eaf81" float(0.050147771835327) string(8) "090f0f4f" float(0.041309118270874) string(40) "3ca918fa4ad9006a6c27dda418db757d2815ebdb" float(0.058572053909302) string(40) "3ca918fa4ad9006a6c27dda418db757d2815ebdb" float(0.19812798500061)
Output for 5.1.6
string(8) "9f952ed4" float(0.052634954452515) string(8) "57ec417f" float(0.042925119400024) string(40) "ac998d6f2d9aa0527e262c36281f0ad17217e27c" float(0.063071966171265) string(40) "ac998d6f2d9aa0527e262c36281f0ad17217e27c" float(0.20299410820007)
Output for 5.1.5
string(8) "7157ddb2" float(0.043260812759399) string(8) "26cfacc6" float(0.036054849624634) string(40) "cca5eb96e753c8a90b52fec771098c729458efac" float(0.058127164840698) string(40) "cca5eb96e753c8a90b52fec771098c729458efac" float(0.25844216346741)
Output for 5.1.4
string(8) "06358b92" float(0.042398929595947) string(8) "41917712" float(0.033895969390869) string(40) "8581d80373ce0be2558259d91cf0eb7c66033cd5" float(0.053354978561401) string(40) "8581d80373ce0be2558259d91cf0eb7c66033cd5" float(0.20604085922241)
Output for 5.1.3
string(8) "0c359f8f" float(0.042716026306152) string(8) "56311f0a" float(0.031026840209961) string(40) "26e7c13c87afd65443f9900aa2ded5c82388b748" float(0.052608966827393) string(40) "26e7c13c87afd65443f9900aa2ded5c82388b748" float(0.20092701911926)
Output for 5.1.2
string(8) "29541322" float(0.054747819900513) string(8) "b4d701d0" float(0.043745040893555) string(40) "3c2b7ffc7ababb3c85ff676cf297aadd348bee72" float(0.064380884170532) string(40) "3c2b7ffc7ababb3c85ff676cf297aadd348bee72" float(0.198734998703)
Output for 5.0.0 - 5.0.5, 5.1.0 - 5.1.1
Fatal error: Call to undefined function hash() in /in/k3qAj 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/k3qAj 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/k3qAj 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/k3qAj on line 5

preferences:
160.97 ms | 401 KiB | 242 Q