3v4l.org

run code in 500+ PHP versions simultaneously
<?php //declare(strict_types = 1); interface FooIface{} class FooClass{} function fooNullable(?string $a,?int $b, ?float $c, ?bool $d, ?FooIface $e, ?FooClass $g) : ?int {} function foo ( string $a, int $b, float $c, bool $d, FooIface $e, FooClass $g) : int {} function printTypes(string $fn) { $reflectionFunction = new \ReflectionFunction($fn); $functionParameters = $reflectionFunction->getParameters(); foreach ($functionParameters as $parameter) { var_dump($parameter->getType()->__toString()); } echo "return:"; var_dump($reflectionFunction->getReturnType()->__toString()); return; } echo " ---not nullable--- "; printTypes('foo'); echo " --nullable-- "; printTypes('fooNullable');

Here you find the average performance (time & memory) of each version. A grayed out version indicates it didn't complete successfully (based on exit-code).

VersionSystem time (s)User time (s)Memory (MiB)
8.5.70.0060.00816.59
8.5.60.0110.00816.84
8.5.50.0130.00416.66
8.5.30.0140.00817.26
8.5.20.0120.00619.92
8.5.10.0070.01118.30
8.5.00.0110.01219.83
8.4.220.0060.00419.41
8.4.210.0120.00719.59
8.4.180.0140.00823.91
8.4.170.0110.01023.70
8.4.160.0120.01023.88
8.4.150.0040.00316.80
8.4.140.0130.00817.53
8.4.130.0090.01117.65
8.4.120.0110.00922.30
8.4.110.0100.01018.73
8.4.100.0130.00818.66
8.4.90.0090.01020.73
8.4.80.0040.00517.91
8.4.70.0130.00717.91
8.4.60.0090.01118.60
8.4.50.0060.00820.22
8.4.40.0150.00419.43
8.4.30.0000.00817.59
8.4.20.0060.01317.52
8.4.10.0090.00019.34
8.3.310.0090.01118.50
8.3.300.0150.00620.32
8.3.290.0110.01018.17
8.3.280.0080.00416.24
8.3.270.0080.01116.53
8.3.260.0150.00516.78
8.3.250.0130.00719.11
8.3.240.0130.00618.46
8.3.230.0090.00716.58
8.3.220.0120.00417.24
8.3.210.0110.00718.33
8.3.200.0060.00316.50
8.3.190.0090.00917.38
8.3.180.0060.00216.53
8.3.170.0110.00817.07
8.3.160.0100.00622.55
8.3.150.0070.01116.30
8.3.140.0070.01417.14
8.3.130.0040.00418.50
8.3.120.0000.01516.53
8.3.110.0030.00516.50
8.3.100.0080.00016.46
8.3.90.0100.00516.50
8.3.80.0030.00718.18
8.3.70.0090.00616.38
8.3.60.0150.00018.14
8.3.50.0100.00616.54
8.3.40.0130.00318.75
8.3.30.0070.00718.70
8.3.20.0080.00020.34
8.3.10.0080.00022.04
8.3.00.0000.00820.89
8.2.310.0110.01117.95
8.2.300.0100.01118.17
8.2.290.0090.01020.61
8.2.280.0130.00618.40
8.2.270.0200.00017.40
8.2.260.0070.01118.49
8.2.250.0030.00516.62
8.2.240.0160.00317.11
8.2.230.0090.00620.94
8.2.220.0090.00024.06
8.2.210.0080.00026.77
8.2.200.0060.00316.63
8.2.190.0110.00316.58
8.2.180.0080.01518.42
8.2.170.0140.00022.96
8.2.160.0120.00819.03
8.2.150.0090.00024.18
8.2.140.0040.00424.66
8.2.130.0080.00019.70
8.2.120.0040.00426.35
8.2.110.0030.00619.27
8.2.100.0000.01217.72
8.2.90.0040.00719.10
8.2.80.0060.00318.04
8.2.70.0030.00617.36
8.2.60.0040.00417.91
8.2.50.0050.00318.16
8.2.40.0040.00420.61
8.2.30.0040.00419.25
8.2.20.0030.00618.06
8.2.10.0070.00018.02
8.2.00.0030.00618.06
8.1.340.0150.00517.77
8.1.330.0130.01016.12
8.1.320.0070.00316.16
8.1.310.0120.00618.46
8.1.300.0050.00318.18
8.1.290.0070.00418.88
8.1.280.0210.00025.92
8.1.270.0060.00322.10
8.1.260.0080.00026.35
8.1.250.0000.00728.09
8.1.240.0030.00621.37
8.1.230.0080.00318.97
8.1.220.0000.00917.74
8.1.210.0040.00418.77
8.1.200.0060.00317.38
8.1.190.0030.00517.22
8.1.180.0000.00918.10
8.1.170.0040.00418.53
8.1.160.0050.00218.89
8.1.150.0000.00820.18
8.1.140.0000.00819.62
8.1.130.0040.00418.90
8.1.120.0070.00017.40
8.1.110.0000.00817.43
8.1.100.0040.00417.42
8.1.90.0100.00017.47
8.1.80.0040.00417.40
8.1.70.0030.00617.38
8.1.60.0080.00017.65
8.1.50.0070.00017.57
8.1.40.0030.00717.43
8.1.30.0060.00317.50
8.1.20.0040.00417.68
8.1.10.0040.00417.61
8.1.00.0070.00417.53
8.0.300.0000.00718.77
8.0.290.0040.00416.75
8.0.280.0040.00418.45
8.0.270.0040.00417.23
8.0.260.0050.00218.88
8.0.250.0070.00016.98
8.0.240.0000.01016.88
8.0.230.0030.00316.90
8.0.220.0000.00716.88
8.0.210.0000.00716.93
8.0.200.0000.00616.96
8.0.190.0040.00416.95
8.0.180.0040.00416.91
8.0.170.0000.00716.82
8.0.160.0040.00416.83
8.0.150.0070.00016.89
8.0.140.0040.00416.83
8.0.130.0030.00313.35
8.0.120.0040.00416.87
8.0.110.0060.00316.75
8.0.100.0000.00716.80
8.0.90.0040.00416.75
8.0.80.0080.00816.86
8.0.70.0070.00016.76
8.0.60.0080.00016.94
8.0.50.0000.00716.90
8.0.30.0070.00917.16
8.0.20.0120.00817.40
8.0.10.0050.00316.87
8.0.00.0140.00416.77
7.4.330.0050.00015.55
7.4.320.0040.00416.52
7.4.300.0030.00316.52
7.4.290.0000.00716.51
7.4.280.0060.00316.61
7.4.270.0040.00416.62
7.4.260.0030.00316.48
7.4.250.0000.00816.58
7.4.240.0030.00416.62
7.4.230.0040.00416.35
7.4.220.0070.01416.43
7.4.210.0050.01216.54
7.4.200.0040.00416.57
7.4.160.0090.00816.62
7.4.150.0090.00917.40
7.4.140.0120.00817.86
7.4.130.0130.00916.55
7.4.120.0090.01416.55
7.4.110.0110.00716.54
7.4.100.0140.00716.51
7.4.90.0140.00316.52
7.4.80.0090.00919.39
7.4.70.0080.00916.58
7.4.60.0060.01416.64
7.4.50.0090.00316.48
7.4.40.0090.01216.57
7.4.30.0190.00316.50
7.4.00.0100.00715.11
7.3.330.0020.00213.37
7.3.320.0030.00313.29
7.3.310.0020.00516.29
7.3.300.0030.00316.34
7.3.290.0000.00616.17
7.3.280.0070.01016.29
7.3.270.0120.00617.40
7.3.260.0070.01116.45
7.3.250.0130.01016.33
7.3.240.0110.00616.49
7.3.230.0060.01216.67
7.3.210.0130.00316.48
7.3.200.0070.01016.58
7.3.190.0060.00916.67
7.3.180.0080.00816.29
7.3.170.0070.01016.36
7.3.160.0130.00916.26
7.2.330.0110.00716.83
7.2.320.0000.01716.72
7.2.310.0140.00316.67
7.2.300.0120.00416.74
7.2.290.0120.00916.62
7.2.110.0320.00514.49
7.2.100.0300.00614.77
7.2.90.0280.00414.81
7.2.80.0240.00714.73
7.2.70.0230.00814.82
7.2.60.0180.00715.96
7.2.50.0170.01115.27
7.2.40.0210.00915.12
7.2.30.0270.01014.82
7.2.20.0210.00914.93
7.2.10.0280.01114.93
7.2.00.0170.00414.61
7.1.230.0520.00913.80
7.1.220.0290.00313.66
7.1.210.0270.01013.81
7.1.200.0090.01014.75
7.1.190.0270.00013.74
7.1.180.0260.00313.73
7.1.170.0160.01613.72
7.1.160.0250.01113.98
7.1.150.0310.00413.80
7.1.140.0210.00413.73
7.1.130.0230.00513.86
7.1.120.0260.00014.05
7.1.110.0290.00413.85
7.1.100.0230.01214.02
7.1.90.0220.00414.01
7.1.80.1550.01215.10
7.1.70.1760.01114.66
7.1.60.1850.01432.39
7.1.50.2160.01632.31
7.1.40.2030.01432.10
7.1.30.2270.01132.32
7.1.20.0390.01332.25
7.1.10.0180.00814.37
7.1.00.1850.00814.33
7.0.310.0260.00313.52
7.0.300.0270.00613.30
7.0.290.0210.01013.32
7.0.280.0230.00913.20
7.0.270.0200.00713.15
7.0.260.0240.00313.38
7.0.250.0230.00913.50
7.0.240.0250.00813.50
7.0.230.0200.00813.50
7.0.220.0160.01113.26
7.0.210.0150.00913.40
7.0.200.1620.01214.03
7.0.190.2750.00714.08
7.0.180.2200.00813.92
7.0.170.0190.01013.80
7.0.160.0250.00613.59
7.0.150.0170.00813.88
7.0.140.0120.01113.99
7.0.130.1760.00614.85
7.0.120.0140.01114.98
7.0.110.2350.01314.68
7.0.100.1750.00914.68
7.0.90.1950.00714.49
7.0.80.0170.00814.77
7.0.70.1690.00814.81
7.0.60.0130.00714.67
7.0.50.0120.00814.74
7.0.40.1710.01014.03
7.0.30.0090.01314.79
7.0.20.0150.00914.87
7.0.10.0150.00814.76
7.0.00.0160.00714.83
5.6.380.0130.00513.70

preferences:
51.13 ms | 1739 KiB | 5 Q