3v4l.org

run code in 300+ PHP versions simultaneously
<pre><?php $vars['x'] = 10; $vars['y'] = 100; $vars['a'] = '1'; $vars['b'] = 1.1; $start = microtime(true); for ($i = 0; $i<1000000; $i++) { $foo = sprintf('from %s to %s %s %s', $vars['x'], $vars['y'], $vars['a'], $vars['b']); } var_dump(microtime(true) - $start); $start = microtime(true); for ($i = 0; $i<1000000; $i++) { $foo = 'from ' . $vars['x'] . ' to ' . $vars['y'] . ' ' . $vars['a'] . ' '. $vars['b']; } var_dump(microtime(true) - $start); $start = microtime(true); for ($i = 0; $i<1000000; $i++) { $foo = "from {$vars['x']} to {$vars['y']} {$vars['a']} {$vars['b']}"; } var_dump(microtime(true) - $start);
Output for 7.4.1
<pre>float(0.91180801391602) float(0.94841909408569)
Process exited with code 137.
Output for 7.4.0
<pre>float(0.92014002799988) float(0.95694804191589)
Process exited with code 137.
Output for 7.3.13
<pre>float(0.57698607444763) float(0.68262505531311) float(0.56444001197815)
Output for 7.3.12
<pre>float(0.84394383430481) float(0.96361398696899) float(0.59360098838806)
Output for 7.3.11
<pre>float(0.6011118888855) float(0.63744616508484) float(0.49226880073547)
Output for 7.3.10
<pre>float(0.81449508666992) float(0.99785089492798)
Process exited with code 137.
Output for 7.3.9
<pre>float(0.70847511291504) float(0.92875599861145) float(0.52667284011841)
Output for 7.3.8
<pre>float(0.84930205345154) float(0.82403206825256) float(0.53919911384583)
Output for 7.3.7
<pre>float(0.68823480606079) float(0.94301819801331) float(0.70296001434326)
Output for 7.3.6
<pre>float(0.63569211959839) float(0.68797612190247) float(0.53408098220825)
Output for 7.3.5
<pre>float(0.8496470451355) float(0.80192589759827) float(0.53611397743225)
Output for 7.3.4
<pre>float(0.58235216140747) float(0.66480612754822) float(0.51490998268127)
Output for 7.3.3
<pre>float(0.61829113960266) float(0.66661095619202) float(0.53843998908997)
Output for 7.3.2
<pre>float(0.83180499076843) float(0.8796718120575) float(0.55062198638916)
Output for 7.3.1
<pre>float(0.57398891448975) float(0.63010191917419) float(0.54931306838989)
Output for 7.3.0
<pre>float(0.82450604438782) float(0.79207396507263) float(0.73741483688354)
Output for 7.2.26
<pre>float(0.86476397514343) float(1.0406680107117)
Process exited with code 137.
Output for 7.2.25
<pre>float(0.86440682411194) float(1.0348861217499)
Process exited with code 137.
Output for 7.2.24
<pre>float(0.60846590995789) float(0.72178411483765) float(0.54569697380066)
Output for 7.2.23
<pre>float(0.74535703659058) float(0.7378089427948) float(0.55045604705811)
Output for 7.2.22
<pre>float(0.57270908355713) float(0.68462181091309) float(0.65316700935364)
Output for 7.2.21
<pre>float(0.68034791946411) float(0.68061304092407) float(0.53732490539551)
Output for 7.2.20
<pre>float(0.67064619064331) float(0.73270797729492) float(0.79056692123413)
Output for 7.2.19
<pre>float(0.89334321022034) float(1.0017759799957)
Process exited with code 137.
Output for 7.2.18
<pre>float(0.85478901863098) float(0.73098492622375) float(0.5688738822937)
Output for 7.2.17
<pre>float(0.80220293998718) float(1.0311100482941)
Process exited with code 137.
Output for 7.2.16
<pre>float(0.82664895057678) float(0.992112159729) float(0.5551130771637)
Output for 7.2.15
<pre>float(0.59353494644165) float(0.84103894233704) float(0.79101896286011)
Output for 7.2.14
<pre>float(0.8560528755188) float(0.9294810295105)
Process exited with code 137.
Output for 7.2.13
<pre>float(0.63890600204468) float(1.0375480651855) float(0.77242994308472)
Output for 7.2.12
<pre>float(0.88783192634583) float(0.71794700622559) float(0.70888900756836)
Output for 7.2.11
<pre>float(0.80435585975647) float(0.83732199668884) float(0.76694488525391)
Output for 7.2.10
<pre>float(0.80022406578064) float(0.99790000915527) float(0.53920888900757)
Output for 7.2.9
<pre>float(0.84192705154419) float(0.97959995269775)
Process exited with code 137.
Output for 7.2.8
<pre>float(0.84271001815796) float(1.00084400177)
Process exited with code 137.
Output for 7.2.7
<pre>float(0.860435962677) float(0.84242796897888) float(0.54405498504639)
Output for 7.2.6
<pre>float(0.85003709793091) float(0.98433303833008) float(0.61551690101624)
Output for 7.2.5
<pre>float(0.8388569355011) float(0.91228604316711) float(0.56657290458679)
Output for 7.2.4
<pre>float(0.75856804847717) float(0.70044589042664) float(0.55108404159546)
Output for 7.2.3
<pre>float(0.84450697898865) float(0.79201006889343) float(0.57621002197266)
Output for 7.2.2
<pre>float(0.81537508964539) float(0.69587302207947) float(0.55394315719604)
Output for 7.2.1
<pre>float(0.85820698738098) float(1.016716003418)
Process exited with code 137.
Output for 7.2.0
<pre>float(0.84905409812927) float(0.87092304229736) float(0.51561403274536)
Output for 7.1.33
<pre>float(0.85312509536743) float(1.1165678501129)
Process exited with code 137.
Output for 7.1.32
<pre>float(0.94283699989319) float(1.0091898441315)
Process exited with code 137.
Output for 7.1.31
<pre>float(0.86267280578613) float(1.0985980033875)
Process exited with code 137.
Output for 7.1.30
<pre>float(0.9519350528717) float(1.1169250011444)
Process exited with code 137.
Output for 7.1.29
<pre>float(0.82306313514709) float(1.1114399433136)
Process exited with code 137.
Output for 7.1.28
<pre>float(0.96241497993469) float(1.1139390468597)
Process exited with code 137.
Output for 7.1.27
<pre>float(0.94618892669678) float(1.0743460655212)
Process exited with code 137.
Output for 7.1.26
<pre>float(0.90118312835693) float(0.91432595252991) float(0.67373108863831)
Output for 7.1.25
<pre>float(0.73792600631714) float(0.95610594749451) float(0.76726317405701)
Output for 7.1.24
<pre>float(0.67037391662598) float(0.78429293632507) float(0.6223931312561)
Output for 7.1.23
<pre>float(0.63505506515503) float(0.74777507781982) float(0.60588908195496)
Output for 7.1.22
<pre>float(0.85516405105591) float(1.1145889759064)
Process exited with code 137.
Output for 7.1.21
<pre>float(0.95323204994202) float(1.0750381946564)
Process exited with code 137.
Output for 7.1.20
<pre>float(0.6201331615448) float(0.73923397064209) float(0.85650610923767)
Output for 7.1.19
<pre>float(0.67358088493347) float(0.78640699386597) float(0.62494397163391)
Output for 7.1.18
<pre>float(0.92251992225647) float(0.75501322746277) float(0.5817289352417)
Output for 7.1.17
<pre>float(0.90278506278992) float(1.1115040779114)
Process exited with code 137.
Output for 7.1.16
<pre>float(0.82493281364441) float(0.7177050113678) float(0.61884689331055)
Output for 7.1.15
<pre>float(0.78186798095703) float(1.1066880226135)
Process exited with code 137.
Output for 7.1.14
<pre>float(0.61574411392212) float(0.76370906829834) float(0.64107489585876)
Output for 7.1.13
<pre>float(0.84972500801086) float(0.95390605926514) float(0.61698389053345)
Output for 7.1.12
<pre>float(0.93918108940125) float(1.0669000148773)
Process exited with code 137.
Output for 7.1.11
<pre>float(0.917809009552) float(1.1161711215973)
Process exited with code 137.
Output for 7.1.10
<pre>float(0.66944694519043) float(0.78311014175415) float(0.61723113059998)
Output for 7.1.9
<pre>float(0.94991898536682) float(1.0613260269165)
Process exited with code 137.
Output for 7.1.8
<pre>float(0.94430613517761) float(1.1193008422852)
Process exited with code 137.
Output for 7.1.7
<pre>float(0.8058819770813) float(0.83196902275085) float(0.74853897094727)
Output for 7.1.6
<pre>float(0.93702101707458) float(1.0969700813293)
Process exited with code 137.
Output for 7.1.5
<pre>float(0.96167087554932) float(0.93125319480896)
Process exited with code 137.
Output for 7.1.4
<pre>float(0.80837798118591) float(1.0997729301453)
Process exited with code 137.
Output for 7.1.3
<pre>float(0.94937491416931) float(1.0965049266815)
Process exited with code 137.
Output for 7.1.2
<pre>float(0.88845896720886) float(0.78362703323364)
Process exited with code 137.
Output for 7.1.1
<pre>float(0.94059896469116) float(0.85260200500488)
Process exited with code 137.
Output for 7.1.0
<pre>float(0.95715498924255) float(0.87154388427734)
Process exited with code 137.
Output for 7.0.33
<pre>float(0.97247886657715) float(0.86979293823242)
Process exited with code 137.
Output for 7.0.32
<pre>float(0.97486710548401) float(1.1053760051727)
Process exited with code 137.
Output for 7.0.31
<pre>float(0.88733005523682) float(0.83746290206909) float(0.73368406295776)
Output for 7.0.30
<pre>float(0.96203684806824) float(1.1100850105286)
Process exited with code 137.
Output for 7.0.29
<pre>float(0.87894296646118) float(1.068610906601)
Process exited with code 137.
Output for 7.0.28
<pre>float(0.88427996635437) float(1.1222620010376)
Process exited with code 137.
Output for 7.0.27
<pre>float(0.70665979385376) float(0.95582008361816)
Process exited with code 137.
Output for 7.0.26
<pre>float(0.71255493164062) float(0.80993485450745) float(0.63352918624878)
Output for 7.0.25
<pre>float(0.63131093978882) float(0.92241811752319) float(0.87317204475403)
Output for 7.0.24
<pre>float(0.94559693336487) float(0.91734099388123) float(0.56763315200806)
Output for 7.0.23
<pre>float(0.87627696990967) float(1.1184918880463)
Process exited with code 137.
Output for 7.0.22
<pre>float(0.94841003417969) float(0.81469106674194) float(0.55969905853271)
Output for 7.0.21
<pre>float(0.72262287139893) float(1.1262300014496)
Process exited with code 137.
Output for 7.0.20
<pre>float(0.90948295593262) float(1.0542550086975)
Process exited with code 137.
Output for 7.0.19
<pre>float(0.76429104804993) float(0.8210608959198) float(0.73669815063477)
Output for 7.0.18
<pre>float(0.91509795188904) float(1.0427691936493)
Process exited with code 137.
Output for 7.0.17
<pre>float(0.97397112846375) float(1.078027009964)
Process exited with code 137.
Output for 7.0.16
<pre>float(0.95746994018555) float(0.9061119556427)
Process exited with code 137.
Output for 7.0.15
<pre>float(0.67061710357666) float(0.90638089179993) float(0.88413310050964)
Output for 7.0.14
<pre>float(0.93578910827637) float(0.79944491386414) float(0.62282085418701)
Output for 7.0.13
<pre>float(0.95079207420349) float(1.0309309959412)
Process exited with code 137.
Output for 7.0.12
<pre>float(0.96764612197876) float(1.0529370307922)
Process exited with code 137.
Output for 7.0.11
<pre>float(0.92392802238464) float(1.1200528144836)
Process exited with code 137.
Output for 7.0.10
<pre>float(0.96220397949219) float(1.1171059608459)
Process exited with code 137.
Output for 7.0.9
<pre>float(0.87864089012146) float(0.78686714172363)
Process exited with code 137.
Output for 7.0.8
<pre>float(0.92966794967651) float(1.0962841510773)
Process exited with code 137.
Output for 7.0.7
<pre>float(0.96755290031433) float(1.0836760997772)
Process exited with code 137.
Output for 7.0.6
<pre>float(0.64785695075989) float(0.96062397956848) float(0.84178996086121)
Output for 7.0.5
<pre>float(0.87349104881287) float(1.1009318828583)
Process exited with code 137.
Output for 7.0.4
<pre>float(0.95560598373413) float(0.83870410919189) float(0.58992099761963)
Output for 7.0.3
<pre>float(0.95520687103271) float(0.99688100814819)
Process exited with code 137.
Output for 7.0.2
<pre>float(0.78697800636292) float(0.80940890312195) float(0.6628360748291)
Output for 7.0.1
<pre>float(0.96059012413025) float(1.1179559230804)
Process exited with code 137.
Output for 7.0.0
<pre>float(0.9622368812561) float(0.77152585983276) float(0.59077405929565)
Output for 5.6.40
<pre>float(1.504026889801)
Process exited with code 137.
Output for 5.6.39
<pre>float(1.5646770000458)
Process exited with code 137.
Output for 5.6.38
<pre>float(1.202868938446) float(1.2127869129181)
Process exited with code 137.
Output for 5.6.37
<pre>float(1.2359039783478)
Process exited with code 137.
Output for 5.6.36
<pre>float(1.5205330848694)
Process exited with code 137.
Output for 5.6.35
<pre>float(1.5306811332703)
Process exited with code 137.
Output for 5.6.34
<pre>float(1.5456700325012)
Process exited with code 137.
Output for 5.6.33
<pre>float(1.5534970760345)
Process exited with code 137.
Output for 5.6.32
<pre>float(1.5297667980194)
Process exited with code 137.
Output for 5.6.31
<pre>float(1.0729172229767) float(1.053004026413)
Process exited with code 137.
Output for 5.6.30
<pre>float(1.4747920036316)
Process exited with code 137.
Output for 5.6.29
<pre>float(1.4503738880157)
Process exited with code 137.
Output for 5.6.28
<pre>float(1.4896121025085)
Process exited with code 137.
Output for 5.6.27
<pre>float(1.2651629447937) float(1.1023011207581)
Process exited with code 137.
Output for 5.6.26
<pre>float(1.2611100673676) float(1.0970640182495)
Process exited with code 137.
Output for 5.6.25
<pre>float(1.3135089874268) float(1.1488029956818)
Process exited with code 137.
Output for 5.6.24
<pre>float(1.5696439743042)
Process exited with code 137.
Output for 5.6.23
<pre>float(1.5181889533997)
Process exited with code 137.
Output for 5.6.22
<pre>float(1.0542180538177) float(1.0741219520569)
Process exited with code 137.
Output for 5.6.21
<pre>float(1.4770939350128)
Process exited with code 137.
Output for 5.6.20
<pre>float(1.0987229347229) float(1.0827929973602)
Process exited with code 137.
Output for 5.6.19
<pre>float(1.5008130073547)
Process exited with code 137.
Output for 5.6.18
<pre>float(1.1086430549622)
Process exited with code 137.
Output for 5.6.17
<pre>float(1.0714499950409) float(1.053582906723)
Process exited with code 137.
Output for 5.6.16
<pre>float(1.3643579483032)
Process exited with code 137.
Output for 5.6.15
<pre>float(1.0659379959106)
Process exited with code 137.
Output for 5.6.14
<pre>float(1.4113261699677)
Process exited with code 137.
Output for 5.6.13
<pre>float(1.4990711212158)
Process exited with code 137.
Output for 5.6.12
<pre>float(1.1496319770813) float(1.0397880077362)
Process exited with code 137.
Output for 5.6.11
<pre>float(1.5377428531647)
Process exited with code 137.
Output for 5.6.10
<pre>float(1.5568780899048)
Process exited with code 137.
Output for 5.6.9
<pre>float(1.5433719158173)
Process exited with code 137.
Output for 5.6.8
<pre>float(1.5474920272827)
Process exited with code 137.
Output for 5.6.7
<pre>float(1.3157300949097)
Process exited with code 137.
Output for 5.6.6
<pre>float(1.5162160396576)
Process exited with code 137.
Output for 5.6.5
<pre>float(1.565957069397)
Process exited with code 137.
Output for 5.6.4
<pre>float(1.5146491527557)
Process exited with code 137.
Output for 5.6.3
<pre>float(1.2696390151978) float(1.0635001659393)
Process exited with code 137.
Output for 5.6.2
<pre>float(1.5012609958649)
Process exited with code 137.
Output for 5.6.1
<pre>float(1.1662039756775)
Process exited with code 137.
Output for 5.6.0
<pre>float(1.0406730175018) float(0.96150088310242)
Process exited with code 137.
Output for 5.5.38
<pre>float(1.574805021286)
Process exited with code 137.
Output for 5.5.37
<pre>float(1.5489780902863)
Process exited with code 137.
Output for 5.5.36
<pre>float(1.5796430110931)
Process exited with code 137.
Output for 5.5.35
<pre>float(1.5874879360199)
Process exited with code 137.
Output for 5.5.34
<pre>float(1.558228969574)
Process exited with code 137.
Output for 5.5.33
<pre>float(1.5868690013885)
Process exited with code 137.
Output for 5.5.32
<pre>float(1.2869629859924)
Process exited with code 137.
Output for 5.5.31
<pre>float(1.555431842804)
Process exited with code 137.
Output for 5.5.30
<pre>float(1.5879299640656)
Process exited with code 137.
Output for 5.5.29
<pre>float(1.1604399681091) float(1.0713028907776)
Process exited with code 137.
Output for 5.5.28
<pre>float(1.3510348796844)
Process exited with code 137.
Output for 5.5.27
<pre>float(1.3031749725342) float(1.0416638851166)
Process exited with code 137.
Output for 5.5.26
<pre>float(1.1282689571381) float(1.0491149425507)
Process exited with code 137.
Output for 5.5.25
<pre>float(1.5055499076843)
Process exited with code 137.
Output for 5.5.24
<pre>float(1.6043500900269)
Process exited with code 137.
Output for 5.5.23
<pre>float(1.5726521015167)
Process exited with code 137.
Output for 5.5.22
<pre>float(1.5995678901672)
Process exited with code 137.
Output for 5.5.21
<pre>float(1.3904740810394)
Process exited with code 137.
Output for 5.5.20
<pre>float(1.2537059783936)
Process exited with code 137.
Output for 5.5.19
<pre>float(1.4475009441376)
Process exited with code 137.
Output for 5.5.18
<pre>float(1.5751919746399)
Process exited with code 137.
Output for 5.5.17
<pre>float(1.383385181427)
Process exited with code 137.
Output for 5.5.16
<pre>float(1.5312840938568)
Process exited with code 137.
Output for 5.5.15
<pre>float(1.603621006012)
Process exited with code 137.
Output for 5.5.14
<pre>float(1.4346871376038)
Process exited with code 137.
Output for 5.5.13
<pre>float(1.4844949245453)
Process exited with code 137.
Output for 5.5.12
<pre>float(1.2918720245361) float(1.0774447917938)
Process exited with code 137.
Output for 5.5.11
<pre>float(1.5864119529724)
Process exited with code 137.
Output for 5.5.10
<pre>float(1.2167580127716)
Process exited with code 137.
Output for 5.5.9
<pre>float(1.2905149459839)
Process exited with code 137.
Output for 5.5.8
<pre>float(1.5920190811157)
Process exited with code 137.
Output for 5.5.7
<pre>float(1.1277210712433) float(1.0622229576111)
Process exited with code 137.
Output for 5.5.6
<pre>float(1.3722009658813)
Process exited with code 137.
Output for 5.5.5
<pre>float(1.5295741558075)
Process exited with code 137.
Output for 5.5.4
<pre>float(1.6080920696259)
Process exited with code 137.
Output for 5.5.3
<pre>float(1.6095199584961)
Process exited with code 137.
Output for 5.5.2
<pre>float(1.0224092006683) float(1.4183728694916)
Process exited with code 137.
Output for 5.5.1
<pre>float(1.4080080986023) float(1.041365146637)
Process exited with code 137.
Output for 5.5.0
<pre>float(1.5023720264435)
Process exited with code 137.
Output for 5.4.45
<pre>float(1.5481560230255)
Process exited with code 137.
Output for 5.4.44
<pre>float(1.612850189209)
Process exited with code 137.
Output for 5.4.43
<pre>float(1.4466259479523)
Process exited with code 137.
Output for 5.4.42
<pre>float(1.4920248985291)
Process exited with code 137.
Output for 5.4.41
<pre>float(1.6130449771881)
Process exited with code 137.
Output for 5.4.40
<pre>float(1.0780251026154) float(1.0143129825592)
Process exited with code 137.
Output for 5.4.39
<pre>float(1.6228060722351)
Process exited with code 137.
Output for 5.4.38
<pre>float(1.137069940567) float(1.0844581127167)
Process exited with code 137.
Output for 5.4.37
<pre>float(1.5056200027466)
Process exited with code 137.
Output for 5.4.36
<pre>float(1.4793419837952)
Process exited with code 137.
Output for 5.4.35
<pre>float(1.5816428661346)
Process exited with code 137.
Output for 5.4.34
<pre>float(1.1006879806519) float(1.064789056778)
Process exited with code 137.
Output for 5.4.33
<pre>float(1.5396971702576)
Process exited with code 137.
Output for 5.4.32
<pre>float(1.4611079692841)
Process exited with code 137.
Output for 5.4.31
<pre>float(1.3381130695343)
Process exited with code 137.
Output for 5.4.30
<pre>float(1.1655960083008) float(1.0504088401794)
Process exited with code 137.
Output for 5.4.29
<pre>float(1.1666009426117) float(1.0024540424347)
Process exited with code 137.
Output for 5.4.28
<pre>float(1.5643239021301)
Process exited with code 137.
Output for 5.4.27
<pre>float(1.4252519607544)
Process exited with code 137.
Output for 5.4.26
<pre>float(1.6026220321655)
Process exited with code 137.
Output for 5.4.25
<pre>float(1.6372859477997)
Process exited with code 137.
Output for 5.4.24
<pre>float(1.4274430274963) float(1.0251359939575)
Process exited with code 137.
Output for 5.4.23
<pre>float(1.3061401844025)
Process exited with code 137.
Output for 5.4.22
<pre>float(1.4043018817902)
Process exited with code 137.
Output for 5.4.21
<pre>float(1.5393340587616)
Process exited with code 137.
Output for 5.4.20
<pre>float(1.1408498287201) float(1.0602879524231)
Process exited with code 137.
Output for 5.4.19
<pre>float(1.6231379508972)
Process exited with code 137.
Output for 5.4.18
<pre>float(1.4804799556732)
Process exited with code 137.
Output for 5.4.17
<pre>float(1.6477479934692)
Process exited with code 137.
Output for 5.4.16
<pre>float(1.5815160274506)
Process exited with code 137.
Output for 5.4.15
<pre>float(1.6375119686127)
Process exited with code 137.
Output for 5.4.14
<pre>float(1.2914600372314)
Process exited with code 137.
Output for 5.4.13
<pre>float(1.5835449695587)
Process exited with code 137.
Output for 5.4.12
<pre>float(1.6698069572449)
Process exited with code 137.
Output for 5.4.11
<pre>float(1.615837097168)
Process exited with code 137.
Output for 5.4.10
<pre>float(2.3489351272583)
Process exited with code 137.
Output for 5.4.9
<pre>float(2.1084291934967)
Process exited with code 137.
Output for 5.4.8
<pre>float(1.8328549861908)
Process exited with code 137.
Output for 5.4.7
<pre>float(1.5774970054626)
Process exited with code 137.
Output for 5.4.6
<pre>float(1.7337069511414)
Process exited with code 137.
Output for 5.4.5
<pre>float(1.4237968921661)
Process exited with code 137.
Output for 5.4.4
<pre>float(1.3669099807739) float(1.0358941555023)
Process exited with code 137.
Output for 5.4.3
<pre>float(1.6170649528503)
Process exited with code 137.
Output for 5.4.2
<pre>float(1.1616678237915) float(1.1057319641113)
Process exited with code 137.
Output for 5.4.1
<pre>float(1.1287469863892) float(1.0110049247742)
Process exited with code 137.
Output for 5.4.0
<pre>float(1.3903570175171) float(1.0343410968781)
Process exited with code 137.
Output for 5.3.29
<pre>float(1.8753790855408)
Process exited with code 137.
Output for 5.3.28
<pre>float(1.8989310264587)
Process exited with code 137.
Output for 5.3.27
<pre>float(1.9576320648193)
Process exited with code 137.
Output for 5.3.26
<pre>float(1.8874170780182)
Process exited with code 137.
Output for 5.3.25
<pre>float(1.7384932041168)
Process exited with code 137.
Output for 5.3.24
<pre>float(1.9755802154541)
Process exited with code 137.
Output for 5.3.23
<pre>float(1.7740800380707)
Process exited with code 137.
Output for 5.3.22
<pre>float(2.4032871723175)
Process exited with code 137.
Output for 5.3.21
<pre>float(2.034303188324)
Process exited with code 137.
Output for 5.3.19 - 5.3.20
<pre>
Process exited with code 137.
Output for 5.3.18
<pre>float(2.3956010341644)
Process exited with code 137.
Output for 5.3.17
<pre>float(2.2335162162781)
Process exited with code 137.
Output for 5.3.16
<pre>float(2.1987891197205)
Process exited with code 137.
Output for 5.3.15
<pre>float(1.8748190402985)
Process exited with code 137.
Output for 5.3.14
<pre>float(1.5028581619263)
Process exited with code 137.
Output for 5.3.13
<pre>float(1.841628074646)
Process exited with code 137.
Output for 5.3.12
<pre>float(1.9122610092163)
Process exited with code 137.
Output for 5.3.11
<pre>float(1.9097020626068)
Process exited with code 137.
Output for 5.3.10
<pre>float(1.9001281261444)
Process exited with code 137.
Output for 5.3.9
<pre>float(1.6840951442719)
Process exited with code 137.
Output for 5.3.8
<pre>float(1.7898111343384)
Process exited with code 137.
Output for 5.3.7
<pre>float(1.5052831172943)
Process exited with code 137.
Output for 5.3.6
<pre>float(1.9098081588745)
Process exited with code 137.
Output for 5.3.5
<pre>float(1.4651701450348)
Process exited with code 137.
Output for 5.3.4
<pre>float(1.7305641174316)
Process exited with code 137.
Output for 5.3.3
<pre>float(1.6617610454559)
Process exited with code 137.
Output for 5.3.2
<pre>float(1.7103672027588)
Process exited with code 137.
Output for 5.3.1
<pre>float(1.7624990940094)
Process exited with code 137.
Output for 5.3.0
<pre>float(1.5533330440521)
Process exited with code 137.

preferences:
161.47 ms | 401 KiB | 272 Q