3v4l.org

run code in 300+ PHP versions simultaneously
<?php global $throw; $throw = false; function foo() { bar(); } function bar() { baz(); } function baz() { boom(); } function boom() { global $throw; if ($throw) { throw new RuntimeException(); } } function test($n) { for ($i = 0; $i < $n; $i++) { try { foo(); } catch (RuntimeException $e) { echo $e->getLine(); } } } $t = microtime(); test(100000); echo (microtime() - $t)/1000 . ' ms';
Output for 7.4.1
Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 1.2052E-5 ms
Output for 7.4.0
Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 1.4368E-5 ms
Output for 7.3.13
Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 1.4874E-5 ms
Output for 7.3.12
Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 1.4315E-5 ms
Output for 7.3.11
Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 1.4439E-5 ms
Output for 7.3.10
Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 1.0768E-5 ms
Output for 7.3.9
Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 9.637E-6 ms
Output for 7.3.8
Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 1.2644E-5 ms
Output for 7.3.7
Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 1.2747E-5 ms
Output for 7.3.6
Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 1.2485E-5 ms
Output for 7.3.5
Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 9.806E-6 ms
Output for 7.3.4
Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 1.2552E-5 ms
Output for 7.3.3
Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 9.667E-6 ms
Output for 7.3.2
Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 1.2289E-5 ms
Output for 7.3.1
Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 9.778E-6 ms
Output for 7.3.0
Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 1.0713E-5 ms
Output for 7.2.26
Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 1.277E-5 ms
Output for 7.2.25
Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 1.6579E-5 ms
Output for 7.2.24
Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 1.3785E-5 ms
Output for 7.2.23
Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 1.2277E-5 ms
Output for 7.2.22
Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 1.1736E-5 ms
Output for 7.2.21
Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 1.1806E-5 ms
Output for 7.2.20
Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 1.487E-5 ms
Output for 7.2.19
Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 1.1504E-5 ms
Output for 7.2.18
Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 1.3259E-5 ms
Output for 7.2.17
Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 1.3241E-5 ms
Output for 7.2.16
Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 1.149E-5 ms
Output for 7.2.15
Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 1.1567E-5 ms
Output for 7.2.14
Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 1.2363E-5 ms
Output for 7.2.13
Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 1.1593E-5 ms
Output for 7.2.12
Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 1.3908E-5 ms
Output for 7.2.11
Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 1.2595E-5 ms
Output for 7.2.10
Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 1.2653E-5 ms
Output for 7.2.9
Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 1.5184E-5 ms
Output for 7.2.8
Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 1.1677E-5 ms
Output for 7.2.7
Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 1.2346E-5 ms
Output for 7.2.6
Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 1.2949E-5 ms
Output for 7.2.5
Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 1.3026E-5 ms
Output for 7.2.4
Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 1.4914E-5 ms
Output for 7.2.3
Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 1.2214E-5 ms
Output for 7.2.2
Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 1.4166E-5 ms
Output for 7.2.1
Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 1.511E-5 ms
Output for 7.2.0
Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 1.2851E-5 ms
Output for 7.1.33
Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 2.3223E-5 ms
Output for 7.1.32
Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 2.635E-5 ms
Output for 7.1.31
Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 2.3605E-5 ms
Output for 7.1.30
Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 2.6154E-5 ms
Output for 7.1.29
Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 2.1763E-5 ms
Output for 7.1.28
Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 2.5884E-5 ms
Output for 7.1.27
Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 2.4381E-5 ms
Output for 7.1.26
Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 2.3894E-5 ms
Output for 7.1.25
Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 2.5325E-5 ms
Output for 7.1.24
Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 2.2756E-5 ms
Output for 7.1.23
Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 2.5264E-5 ms
Output for 7.1.22
Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 2.3744E-5 ms
Output for 7.1.21
Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 2.2881E-5 ms
Output for 7.1.20
Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 2.332E-5 ms
Output for 7.1.19
Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 2.3858E-5 ms
Output for 7.1.18
Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 2.5274E-5 ms
Output for 7.1.17
Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 2.3939E-5 ms
Output for 7.1.16
Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 2.3989E-5 ms
Output for 7.1.15
Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 2.4178E-5 ms
Output for 7.1.14
Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 2.3902E-5 ms
Output for 7.1.13
Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 2.3256E-5 ms
Output for 7.1.12
Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 2.6052E-5 ms
Output for 7.1.11
Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 2.6001E-5 ms
Output for 7.1.10
Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 2.5113E-5 ms
Output for 7.1.9
Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 2.5586E-5 ms
Output for 7.1.8
Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 2.4132E-5 ms
Output for 7.1.7
Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 2.6059E-5 ms
Output for 7.1.6
Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 2.4212E-5 ms
Output for 7.1.5
Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 2.5049E-5 ms
Output for 7.1.4
Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 2.7773E-5 ms
Output for 7.1.3
Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 2.5976E-5 ms
Output for 7.1.2
Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 2.7637E-5 ms
Output for 7.1.1
Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 2.4284E-5 ms
Output for 7.1.0
Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 Notice: A non well formed numeric value encountered in /in/24ZCL on line 37 2.4188E-5 ms
Output for 7.0.33
2.3545E-5 ms
Output for 7.0.32
2.362E-5 ms
Output for 7.0.31
2.4653E-5 ms
Output for 7.0.30
2.2453E-5 ms
Output for 7.0.1, 7.0.29
2.4148E-5 ms
Output for 7.0.28
2.6E-5 ms
Output for 7.0.27
2.5978E-5 ms
Output for 7.0.26
2.4885E-5 ms
Output for 7.0.25
2.5611E-5 ms
Output for 7.0.24
2.4641E-5 ms
Output for 7.0.23
2.2282E-5 ms
Output for 7.0.22
2.2367E-5 ms
Output for 7.0.21
2.2782E-5 ms
Output for 7.0.20
2.1735E-5 ms
Output for 7.0.19
2.3456E-5 ms
Output for 7.0.18
2.2431E-5 ms
Output for 7.0.17
2.6242E-5 ms
Output for 7.0.16
2.6064E-5 ms
Output for 7.0.15
2.3143E-5 ms
Output for 7.0.14
2.8472E-5 ms
Output for 7.0.13
2.3364E-5 ms
Output for 7.0.12
2.1907E-5 ms
Output for 7.0.11
2.1863E-5 ms
Output for 7.0.10
2.2895E-5 ms
Output for 7.0.9
2.1317E-5 ms
Output for 7.0.8
1.9595E-5 ms
Output for 7.0.7
2.1444E-5 ms
Output for 7.0.6
2.2735E-5 ms
Output for 7.0.5
2.4859E-5 ms
Output for 7.0.4
2.2734E-5 ms
Output for 7.0.3
2.4791E-5 ms
Output for 7.0.2
2.1585E-5 ms
Output for 7.0.0
2.3211E-5 ms
Output for 5.6.40
3.9412E-5 ms
Output for 5.6.39
4.4049E-5 ms
Output for 5.6.38
4.0131E-5 ms
Output for 5.6.37
4.2111E-5 ms
Output for 5.6.36
3.819E-5 ms
Output for 5.6.35
4.5418E-5 ms
Output for 5.6.34
4.0076E-5 ms
Output for 5.6.33
4.1115E-5 ms
Output for 5.6.32
4.2864E-5 ms
Output for 5.6.31
3.9174E-5 ms
Output for 5.6.30
4.2202E-5 ms
Output for 5.6.29
4.6109E-5 ms
Output for 5.6.28
4.0574E-5 ms
Output for 5.6.27
4.1769E-5 ms
Output for 5.6.26
3.9534E-5 ms
Output for 5.6.25
3.9517E-5 ms
Output for 5.6.24
4.0411E-5 ms
Output for 5.6.23
3.8786E-5 ms
Output for 5.6.22
3.879E-5 ms
Output for 5.6.21
3.9402E-5 ms
Output for 5.6.20
4.2628E-5 ms
Output for 5.6.19
3.9848E-5 ms
Output for 5.6.18
3.8527E-5 ms
Output for 5.6.17
5.7712E-5 ms
Output for 5.6.16
4.0791E-5 ms
Output for 5.6.15
3.7952E-5 ms
Output for 5.6.14
4.1979E-5 ms
Output for 5.6.13
4.1799E-5 ms
Output for 5.6.12
4.1785E-5 ms
Output for 5.6.11
3.7231E-5 ms
Output for 5.6.10
3.7516E-5 ms
Output for 5.6.9
4.403E-5 ms
Output for 5.6.8
4.3817E-5 ms
Output for 5.6.7
3.7341E-5 ms
Output for 5.6.6
4.118E-5 ms
Output for 5.6.5
4.5218E-5 ms
Output for 5.6.4
4.3756E-5 ms
Output for 5.6.3
4.0155E-5 ms
Output for 5.6.2
4.04E-5 ms
Output for 5.6.1
3.9022E-5 ms
Output for 5.6.0
4.055E-5 ms
Output for 5.5.38
4.0594E-5 ms
Output for 5.5.37
4.1035E-5 ms
Output for 5.5.36
4.1412E-5 ms
Output for 5.5.35
4.2264E-5 ms
Output for 5.5.34
3.7357E-5 ms
Output for 5.5.33
4.239E-5 ms
Output for 5.5.32
5.1857E-5 ms
Output for 5.5.31
3.835E-5 ms
Output for 5.5.30
5.1229E-5 ms
Output for 5.5.29
4.7958E-5 ms
Output for 5.5.28
4.0567E-5 ms
Output for 5.5.27
4.15E-5 ms
Output for 5.5.26
4.0784E-5 ms
Output for 5.5.25
3.9557E-5 ms
Output for 5.5.24
3.8932E-5 ms
Output for 5.5.23
4.2996E-5 ms
Output for 5.5.22
3.8844E-5 ms
Output for 5.5.21
4.0658E-5 ms
Output for 5.5.20
4.3256E-5 ms
Output for 5.5.19
3.7914E-5 ms
Output for 5.5.18
3.8162E-5 ms
Output for 5.5.17
3.8075E-5 ms
Output for 5.5.16
3.966E-5 ms
Output for 5.5.15
3.9711E-5 ms
Output for 5.5.14
3.9931E-5 ms
Output for 5.4.17, 5.5.13
4.358E-5 ms
Output for 5.5.12
4.5336E-5 ms
Output for 5.5.11
4.254E-5 ms
Output for 5.5.10
4.5061E-5 ms
Output for 5.5.9
4.3982E-5 ms
Output for 5.5.8
4.4629E-5 ms
Output for 5.5.7
4.0799E-5 ms
Output for 5.5.6
4.2731E-5 ms
Output for 5.5.5
4.2592E-5 ms
Output for 5.5.4
4.1949E-5 ms
Output for 5.5.3
4.1063E-5 ms
Output for 5.5.2
3.9837E-5 ms
Output for 5.5.1
3.9453E-5 ms
Output for 5.5.0
4.2619E-5 ms
Output for 5.4.45
3.9669E-5 ms
Output for 5.4.44
3.904E-5 ms
Output for 5.4.43
4.3336E-5 ms
Output for 5.4.42
4.0839E-5 ms
Output for 5.4.41
3.9985E-5 ms
Output for 5.4.40
4.3767E-5 ms
Output for 5.4.39
4.0253E-5 ms
Output for 5.4.38
4.1059E-5 ms
Output for 5.4.37
4.3633E-5 ms
Output for 5.4.36
4.0774E-5 ms
Output for 5.4.35
4.3319E-5 ms
Output for 5.4.34
3.8953E-5 ms
Output for 5.4.33
4.5836E-5 ms
Output for 5.4.32
4.0989E-5 ms
Output for 5.4.31
4.5118E-5 ms
Output for 5.4.30
4.2464E-5 ms
Output for 5.4.29
4.4494E-5 ms
Output for 5.4.28
4.1037E-5 ms
Output for 5.4.27
4.2769E-5 ms
Output for 5.4.26
4.459E-5 ms
Output for 5.4.25
4.162E-5 ms
Output for 5.4.24
4.1552E-5 ms
Output for 5.4.23
5.8334E-5 ms
Output for 5.4.22
4.4671E-5 ms
Output for 5.4.21
4.5538E-5 ms
Output for 5.4.20
4.5205E-5 ms
Output for 5.4.19
4.5665E-5 ms
Output for 5.4.18
4.5015E-5 ms
Output for 5.4.16
4.0753E-5 ms
Output for 5.4.15
4.7311E-5 ms
Output for 5.4.14
4.246E-5 ms
Output for 5.4.13
4.4302E-5 ms
Output for 5.4.12
4.4142E-5 ms
Output for 5.4.11
4.4443E-5 ms
Output for 5.4.10
4.1307E-5 ms
Output for 5.4.9
4.477E-5 ms
Output for 5.4.8
4.5577E-5 ms
Output for 5.4.7
4.4418E-5 ms
Output for 5.4.6
4.4072E-5 ms
Output for 5.4.5
4.4147E-5 ms
Output for 5.4.4
4.2338E-5 ms
Output for 5.4.3
4.5813E-5 ms
Output for 5.4.2
4.3877E-5 ms
Output for 5.4.1
4.3355E-5 ms
Output for 5.4.0
4.0732E-5 ms
Output for 5.3.29
5.4512E-5 ms
Output for 5.3.28
7.7488E-5 ms
Output for 5.3.27
5.7314E-5 ms
Output for 5.3.26
5.505E-5 ms
Output for 5.3.25
5.7184E-5 ms
Output for 5.3.24
5.7541E-5 ms
Output for 5.3.23
6.2501E-5 ms
Output for 5.3.22
5.6174E-5 ms
Output for 5.3.21
5.1822E-5 ms
Output for 5.3.20
5.875E-5 ms
Output for 5.3.19
5.6217E-5 ms
Output for 5.3.18
5.4516E-5 ms
Output for 5.3.17
5.2918E-5 ms
Output for 5.3.16
5.7734E-5 ms
Output for 5.3.15
5.4643E-5 ms
Output for 5.3.14
5.619E-5 ms
Output for 5.3.13
5.8991E-5 ms
Output for 5.3.12
5.3933E-5 ms
Output for 5.3.11
5.4225E-5 ms
Output for 5.3.10
5.4469E-5 ms
Output for 5.3.9
5.4263E-5 ms
Output for 5.3.8
5.7844E-5 ms
Output for 5.3.7
5.2524E-5 ms
Output for 5.3.6
5.5818E-5 ms
Output for 5.3.5
5.5619E-5 ms
Output for 5.3.4
5.2818E-5 ms
Output for 5.3.3
5.5657E-5 ms
Output for 5.3.2
5.2015E-5 ms
Output for 5.3.1
5.5203E-5 ms
Output for 5.3.0
5.5823E-5 ms
Output for 5.2.17
6.4308E-5 ms
Output for 5.2.16
6.5571E-5 ms
Output for 5.2.15
6.5899E-5 ms
Output for 5.2.14
6.6711E-5 ms
Output for 5.2.13
6.7738E-5 ms
Output for 5.2.12
6.7651E-5 ms
Output for 5.2.11
6.8069E-5 ms
Output for 5.2.10
6.688E-5 ms
Output for 5.2.9
6.7279E-5 ms
Output for 5.2.8
6.9464E-5 ms
Output for 5.2.7
6.8597E-5 ms
Output for 5.2.6
6.8212E-5 ms
Output for 5.2.5
6.8012E-5 ms
Output for 5.2.4
6.7352E-5 ms
Output for 5.2.3
-0.000932926 ms
Output for 5.2.2
6.6926E-5 ms
Output for 5.2.1
6.6609E-05 ms
Output for 5.2.0
7.2343E-05 ms
Output for 5.1.6
7.1351E-05 ms
Output for 5.1.5
7.272E-05 ms
Output for 5.1.4
7.208E-05 ms
Output for 5.1.3
7.03E-05 ms
Output for 5.1.2
7.1074E-05 ms
Output for 5.1.1
7.3576E-05 ms
Output for 5.1.0
8.2542E-05 ms
Output for 5.0.0 - 5.0.5
Fatal error: Class 'RuntimeException' not found in /in/24ZCL on line 29
Process exited with code 255.
Output for 4.4.2 - 4.4.9
Parse error: syntax error, unexpected T_NEW in /in/24ZCL on line 21
Process exited with code 255.
Output for 4.3.0 - 4.3.1, 4.3.5 - 4.3.11, 4.4.0 - 4.4.1
Parse error: parse error, unexpected T_NEW in /in/24ZCL on line 21
Process exited with code 255.
Output for 4.3.2 - 4.3.4
Parse error: parse error in /in/24ZCL on line 21
Process exited with code 255.

preferences:
200.4 ms | 401 KiB | 325 Q