3v4l.org

run code in 300+ PHP versions simultaneously
<?php function test1() { $str = 'derp'; if ($str != 'files' && $str != 'something' && $str != 'Derrr') { return; } return; } function test2() { $str = 'derp'; switch ($str) { case 'files': case 'something': case 'Derrr': break; default: return; } return; } $start1 = microtime(1); for ($i = 1; $i < 10000; $i++) { test1(); } $start -= microtime(1); echo "test1: $start1"; $start2 = microtime(1); for ($i = 1; $i < 10000; $i++) { test2(); } $start2 -= microtime(1); echo "\ntest2: $start2"; if ($start1 < $start2) { $perc = round(($start2 / $start1) * 100,2)-100; echo "Test1 is $perc faster than Test2"; } if ($start2 < $start2) { $perc = round(($start1 / $start2) * 100,2)-100; echo "Test2 is $perc faster than Test1"; }
Output for 7.2.0
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356652070.0045 test2: -0.0003199577331543
Output for 7.1.7
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356652070.0025 test2: -0.00036406517028809
Output for 7.1.6
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356652070.0104 test2: -0.00065994262695312
Output for 7.1.5
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356652070.0122 test2: -0.0010068416595459
Output for 7.1.0
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356652070.0042 test2: -0.00092196464538574
Output for 7.0.20
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356652070.0024 test2: -0.00038814544677734
Output for 7.0.14
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356652070.0039 test2: -0.00094389915466309
Output for 7.0.7
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0039 test2: -0.0005791187286377
Output for 7.0.6
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.004 test2: -0.00065398216247559
Output for 7.0.5
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0037 test2: -0.00056195259094238
Output for 7.0.4
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0035 test2: -0.00055599212646484
Output for 7.0.3
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0044 test2: -0.00083398818969727
Output for 7.0.2
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0043 test2: -0.00066304206848145
Output for 7.0.1
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0037 test2: -0.00055789947509766
Output for 7.0.0
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.004 test2: -0.00058293342590332
Output for 5.6.28
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356652070.0044 test2: -0.0030338764190674
Output for 5.6.22
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0046 test2: -0.0033509731292725
Output for 5.6.21
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0038 test2: -0.0023581981658936
Output for 5.6.20
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0049 test2: -0.0036389827728271
Output for 5.6.19
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0047 test2: -0.0035610198974609
Output for 5.6.18
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0043 test2: -0.0029799938201904
Output for 5.6.17
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0037 test2: -0.0027339458465576
Output for 5.6.16
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0047 test2: -0.0027461051940918
Output for 5.6.15
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.003 test2: -0.0022039413452148
Output for 5.6.14
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0046 test2: -0.0030550956726074
Output for 5.6.13
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0046 test2: -0.0026471614837646
Output for 5.6.12
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0044 test2: -0.0031089782714844
Output for 5.6.11
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0051 test2: -0.0036780834197998
Output for 5.6.10
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0049 test2: -0.0039610862731934
Output for 5.6.9
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0048 test2: -0.0036289691925049
Output for 5.6.8
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.005 test2: -0.0038280487060547
Output for 5.6.7
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0045 test2: -0.0032930374145508
Output for 5.6.6
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0051 test2: -0.0038149356842041
Output for 5.6.5
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0033 test2: -0.0024588108062744
Output for 5.6.4
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0049 test2: -0.003842830657959
Output for 5.6.3
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.005 test2: -0.0037450790405273
Output for 5.6.2
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0038 test2: -0.0027289390563965
Output for 5.6.1
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0046 test2: -0.0035760402679443
Output for 5.6.0
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.004 test2: -0.0031318664550781
Output for 5.5.36
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0042 test2: -0.0033049583435059
Output for 5.5.35
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.004 test2: -0.0031008720397949
Output for 5.5.34
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0049 test2: -0.0038011074066162
Output for 5.5.33
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0046 test2: -0.0036118030548096
Output for 5.5.32
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0044 test2: -0.0032680034637451
Output for 5.5.31
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0045 test2: -0.0036990642547607
Output for 5.5.30
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0049 test2: -0.0035171508789062
Output for 5.5.29
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0029 test2: -0.0035319328308105
Output for 5.5.28
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0048 test2: -0.0040421485900879
Output for 5.5.27
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0032 test2: -0.0023708343505859
Output for 5.5.26
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0046 test2: -0.0032539367675781
Output for 5.5.25
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0034 test2: -0.0025649070739746
Output for 5.5.24
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0046 test2: -0.0035510063171387
Output for 5.5.23
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0045 test2: -0.0035331249237061
Output for 5.5.22
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0042 test2: -0.0032491683959961
Output for 5.5.21
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0046 test2: -0.0031278133392334
Output for 5.5.20
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0046 test2: -0.0035269260406494
Output for 5.5.19
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0049 test2: -0.0037450790405273
Output for 5.5.18
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.005 test2: -0.0037310123443604
Output for 5.5.16
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.004 test2: -0.0029590129852295
Output for 5.5.15
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0044 test2: -0.0032041072845459
Output for 5.5.14
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0044 test2: -0.0034198760986328
Output for 5.5.13
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0043 test2: -0.0031921863555908
Output for 5.5.12
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0042 test2: -0.0030720233917236
Output for 5.5.11
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0049 test2: -0.0035810470581055
Output for 5.5.10
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0044 test2: -0.0032129287719727
Output for 5.5.9
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0046 test2: -0.0035519599914551
Output for 5.5.8
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0042 test2: -0.0030651092529297
Output for 5.5.7
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0044 test2: -0.0032548904418945
Output for 5.5.6
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0048 test2: -0.0035419464111328
Output for 5.5.5
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0044 test2: -0.0037009716033936
Output for 5.5.4
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0046 test2: -0.0035231113433838
Output for 5.5.3
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0056 test2: -0.004162073135376
Output for 5.5.2
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0045 test2: -0.003450870513916
Output for 5.5.1
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0038 test2: -0.0028738975524902
Output for 5.5.0
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0029 test2: -0.0021500587463379
Output for 5.4.45
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0026 test2: -0.0021939277648926
Output for 5.4.44
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0038 test2: -0.0033509731292725
Output for 5.4.43
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0031 test2: -0.0026049613952637
Output for 5.4.42
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0034 test2: -0.0028398036956787
Output for 5.4.41
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0038 test2: -0.0033349990844727
Output for 5.4.40
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.004 test2: -0.0035369396209717
Output for 5.4.39
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0026 test2: -0.0021610260009766
Output for 5.4.38
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0035 test2: -0.0030210018157959
Output for 5.4.37
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0044 test2: -0.0037298202514648
Output for 5.4.36
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0035 test2: -0.0031020641326904
Output for 5.4.35
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0044 test2: -0.0039081573486328
Output for 5.4.34
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0038 test2: -0.0035309791564941
Output for 5.4.32
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0042 test2: -0.0030090808868408
Output for 5.4.31
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0043 test2: -0.0036029815673828
Output for 5.4.30
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0045 test2: -0.0036640167236328
Output for 5.4.29
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0041 test2: -0.0037100315093994
Output for 5.4.28
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0032 test2: -0.0028069019317627
Output for 5.4.27
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0044 test2: -0.00370192527771
Output for 5.4.26
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0029 test2: -0.0024478435516357
Output for 5.4.25
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0044 test2: -0.0039138793945312
Output for 5.4.24
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0039 test2: -0.00319504737854
Output for 5.4.23
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0041 test2: -0.003446102142334
Output for 5.4.22
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0042 test2: -0.0034768581390381
Output for 5.4.21
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0038 test2: -0.0032038688659668
Output for 5.4.20
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0032 test2: -0.0027580261230469
Output for 5.4.19
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0042 test2: -0.0036861896514893
Output for 5.4.18
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0035 test2: -0.0029270648956299
Output for 5.4.17
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0042 test2: -0.0036780834197998
Output for 5.4.16
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0032 test2: -0.0029060840606689
Output for 5.4.15
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0042 test2: -0.003593921661377
Output for 5.4.14
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.002 test2: -0.00335693359375
Output for 5.4.13
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0021 test2: -0.0033750534057617
Output for 5.4.12
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0022 test2: -0.0036931037902832
Output for 5.4.11
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0014 test2: -0.0021219253540039
Output for 5.4.10
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0014 test2: -0.0021419525146484
Output for 5.4.9
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0015 test2: -0.0022499561309814
Output for 5.4.8
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0014 test2: -0.0021309852600098
Output for 5.4.7
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0014 test2: -0.0021729469299316
Output for 5.4.6
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0014 test2: -0.0021059513092041
Output for 5.4.5
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.002 test2: -0.0033981800079346
Output for 5.4.4
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0013 test2: -0.0022790431976318
Output for 5.4.3
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0013 test2: -0.0021212100982666
Output for 5.4.2
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.003 test2: -0.0037550926208496
Output for 5.4.1
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0015 test2: -0.0024359226226807
Output for 5.4.0
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0016 test2: -0.0022909641265869
Output for 5.3.29
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0022 test2: -0.0039758682250977
Output for 5.3.28
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0024 test2: -0.003986120223999
Output for 5.3.27
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0024 test2: -0.0041868686676025
Output for 5.3.26
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0022 test2: -0.0036280155181885
Output for 5.3.25
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0024 test2: -0.0039510726928711
Output for 5.3.24
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0018 test2: -0.0030679702758789
Output for 5.3.23
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0015 test2: -0.0025210380554199
Output for 5.3.22
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0015 test2: -0.0025060176849365
Output for 5.3.21
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0015 test2: -0.0025460720062256
Output for 5.3.20
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0015 test2: -0.0024559497833252
Output for 5.3.19
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0014 test2: -0.0024459362030029
Output for 5.3.18
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0014 test2: -0.0024211406707764
Output for 5.3.17
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0015 test2: -0.002485990524292
Output for 5.3.16
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0024 test2: -0.003446102142334
Output for 5.3.15
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0014 test2: -0.0024080276489258
Output for 5.3.14
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0021 test2: -0.0042049884796143
Output for 5.3.13
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0021 test2: -0.0042488574981689
Output for 5.3.12
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0023 test2: -0.00360107421875
Output for 5.3.11
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0016 test2: -0.0025398731231689
Output for 5.3.10
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0014 test2: -0.002446174621582
Output for 5.3.9
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0016 test2: -0.0027508735656738
Output for 5.3.8
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0014 test2: -0.0024590492248535
Output for 5.3.7
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0014 test2: -0.0024328231811523
Output for 5.3.6
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.002 test2: -0.0036230087280273
Output for 5.3.5
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0015 test2: -0.002424955368042
Output for 5.3.4
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0014 test2: -0.0024230480194092
Output for 5.3.3
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0016 test2: -0.0025169849395752
Output for 5.3.2
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0023 test2: -0.0037791728973389
Output for 5.3.1
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0015 test2: -0.0026388168334961
Output for 5.3.0
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0015 test2: -0.0023880004882812
Output for 5.2.17
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0011 test2: -0.0037648677825928
Output for 5.2.16
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0012 test2: -0.0040569305419922
Output for 5.2.15
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0013 test2: -0.0046539306640625
Output for 5.2.14
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0011 test2: -0.0038049221038818
Output for 5.2.13
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0015 test2: -0.0049798488616943
Output for 5.2.12
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0011 test2: -0.003770112991333
Output for 5.2.11
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0017 test2: -0.0059568881988525
Output for 5.2.10
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0011 test2: -0.003809928894043
Output for 5.2.9
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0011 test2: -0.0041220188140869
Output for 5.2.8
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.002 test2: -0.0062589645385742
Output for 5.2.7
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0014 test2: -0.0047378540039062
Output for 5.2.6
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0013 test2: -0.0046360492706299
Output for 5.2.5
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0012 test2: -0.0040140151977539
Output for 5.2.4
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0011 test2: -0.003925085067749
Output for 5.2.3
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0011 test2: -0.0038669109344482
Output for 5.2.2
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0011 test2: -0.003842830657959
Output for 5.2.1
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.001 test2: -0.0037600994110107
Output for 5.2.0
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.001 test2: -0.0046849250793457
Output for 5.1.6
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.001 test2: -0.0045270919799805
Output for 5.1.5
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0009 test2: -0.0042409896850586
Output for 5.1.4
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0009 test2: -0.0041868686676025
Output for 5.1.3
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0013 test2: -0.0041148662567139
Output for 5.1.2
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0011 test2: -0.0040321350097656
Output for 5.1.1
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0017 test2: -0.0078351497650146
Output for 5.1.0
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0017 test2: -0.0067329406738281
Output for 5.0.5
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0009 test2: -0.010251045227051
Output for 5.0.4
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0009 test2: -0.010869979858398
Output for 5.0.3
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0008 test2: -0.00925612449646
Output for 5.0.2
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0008 test2: -0.010008811950684
Output for 5.0.1
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0011 test2: -0.010493993759155
Output for 5.0.0
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 1356655670.0008 test2: -0.0097720623016357
Output for 4.4.9
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 0.00012500 1356655670 test2: -0.005248
Output for 4.4.8
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 0.00018600 1356655670 test2: -0.008445
Output for 4.4.7
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 0.00015100 1356655670 test2: -0.007511
Output for 4.4.6
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 0.00011600 1356655670 test2: -0.005345
Output for 4.4.5
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 0.00009100 1356655670 test2: -0.004808
Output for 4.4.4
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 0.00010700 1356655670 test2: -0.005242
Output for 4.4.3
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 0.00019600 1356655670 test2: -0.009167
Output for 4.4.2
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 0.00022000 1356655670 test2: -0.010623
Output for 4.4.1
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 0.00023100 1356655670 test2: -0.010767
Output for 4.4.0
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 0.00019700 1356655670 test2: -0.009225
Output for 4.3.11
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 0.00020600 1356655670 test2: -0.009564
Output for 4.3.10
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 0.00022500 1356655670 test2: -0.010813
Output for 4.3.9
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 0.00025200 1356655670 test2: -0.009283
Output for 4.3.8
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 0.00022100 1356655670 test2: -0.011394
Output for 4.3.7
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 0.00022500 1356655670 test2: -0.010864
Output for 4.3.6
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 0.00021600 1356655670 test2: -0.011647
Output for 4.3.5
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 0.00022000 1356655670 test2: -0.01066
Output for 4.3.4
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 0.00029900 1356655670 test2: -0.010766
Output for 4.3.3
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 0.00022200 1356655670 test2: -0.011102
Output for 4.3.2
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 0.00023800 1356655670 test2: -0.010518
Output for 4.3.1
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 0.00022600 1356655670 test2: -0.010635
Output for 4.3.0
Notice: Undefined variable: start in /in/OKBE3 on line 31 test1: 0.00024500 1356655670 test2: -0.010951

preferences:
196.38 ms | 401 KiB | 208 Q