3v4l.org

run code in 500+ PHP versions simultaneously
<?php class Foo { public function __construct( private readonly int $a, private readonly string $b, ) { } public function withA(int $a): self { return new self(...(get_defined_vars() + get_object_vars($this))); } public function withB(string $b): self { return new self(...(get_defined_vars() + get_object_vars($this))); } } $f = (new Foo(1, "foo")) ->withA(2) ->withB("bar"); var_dump($f);

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.0040.00318.68
8.5.60.0050.00416.75
8.5.50.0110.00716.84
8.5.30.0110.00819.63
8.5.20.0090.00817.72
8.5.10.0100.00816.70
8.5.00.0150.00719.88
8.4.180.0150.00619.54
8.4.170.0120.00923.71
8.4.160.0170.00423.95
8.4.150.0080.00516.79
8.4.140.0040.00817.58
8.4.130.0080.01118.75
8.4.120.0100.01020.43
8.4.110.0130.00822.63
8.4.100.0060.00317.88
8.4.90.0110.00317.78
8.4.80.0080.00222.58
8.4.70.0050.00417.92
8.4.60.0100.01118.84
8.4.50.0100.00718.95
8.4.40.0120.00917.72
8.4.30.0040.00418.92
8.4.20.0030.01517.83
8.4.10.0060.00319.50
8.3.300.0130.00720.82
8.3.290.0050.01820.75
8.3.280.0120.01018.25
8.3.270.0090.01016.37
8.3.260.0080.01116.82
8.3.250.0130.00818.73
8.3.240.0100.00716.80
8.3.230.0120.00716.63
8.3.220.0100.00919.14
8.3.210.0060.00316.63
8.3.200.0050.00416.82
8.3.190.0120.00517.16
8.3.180.0060.00216.47
8.3.170.0100.00720.71
8.3.160.0070.01116.39
8.3.150.0110.00716.77
8.3.140.0100.01016.79
8.3.130.0100.00016.54
8.3.120.0170.00318.91
8.3.110.0040.00416.75
8.3.100.0000.01018.56
8.3.90.0110.00418.44
8.3.50.0060.01318.31
8.3.00.0090.00523.50
8.2.300.0130.00718.74
8.2.290.0110.00820.60
8.2.280.0040.00619.98
8.2.270.0120.00616.61
8.2.260.0080.00016.57
8.2.250.0150.00016.71
8.2.240.0130.00319.11
8.2.230.0060.00320.94
8.2.220.0070.00318.11
8.2.210.0060.00318.33
8.2.130.0140.00523.62
8.2.120.0050.00723.63
8.2.110.0140.00523.46
8.2.100.0060.00323.44
8.2.90.0120.00623.46
8.2.80.0090.00523.45
8.2.70.0070.00623.52
8.2.60.0130.00623.49
8.2.50.0080.00623.49
8.2.40.0090.00323.46
8.2.30.0100.00823.48
8.2.20.0140.00323.46
8.2.10.0150.00323.47
8.2.00.0100.00723.48
8.1.340.0130.00921.67
8.1.330.0100.00821.75
8.1.320.0120.00715.97
8.1.310.0040.00416.25
8.1.300.0090.00620.25
8.1.260.0090.00925.04
8.1.250.0100.00825.08
8.1.240.0060.01023.28
8.1.230.0110.00723.27
8.1.220.0080.00823.29
8.1.210.0040.00823.35
8.1.200.0150.00223.29
8.1.190.0060.00623.44
8.1.180.0100.00323.26
8.1.170.0080.00523.23
8.1.160.0040.01123.24
8.1.150.0090.00623.22
8.1.140.0060.00523.26
8.1.130.0080.00323.43
8.1.120.0020.00623.29
8.1.110.0090.00323.18
8.1.100.0090.00523.34
8.1.90.0040.00623.38
8.1.80.0050.00423.21
8.1.70.0050.00323.34
8.1.60.0030.00923.43
8.1.50.0060.00523.38
8.1.40.0070.00223.38
8.1.30.0100.00123.37
8.1.20.0030.00523.40
8.1.10.0020.00623.35
8.1.00.0020.00623.31
8.0.300.0040.01117.55
8.0.290.0160.00317.52
8.0.280.0220.00317.69
8.0.270.0060.00317.88
8.0.260.0190.00317.60
8.0.250.0080.00018.02
8.0.240.0100.00317.95
8.0.230.0130.00017.81
8.0.220.0040.00717.76
8.0.210.0080.00017.66
8.0.200.0050.00517.84
8.0.190.0050.00917.88
8.0.180.0040.01117.83
8.0.170.0210.00317.64
8.0.160.0100.00718.05
8.0.150.0110.00417.79
8.0.140.0080.00517.73
8.0.130.0030.00617.85
8.0.120.0080.00417.68
8.0.110.0050.00317.75
8.0.100.0040.00417.75
8.0.90.0140.00017.77
8.0.80.0080.00017.88
8.0.70.0080.00017.88
8.0.60.0100.00317.64
8.0.50.0130.00017.86
8.0.30.0080.00017.96
8.0.20.0060.00318.00
8.0.10.0030.00617.88
8.0.00.0060.00317.96
7.4.330.0090.00414.09
7.4.320.0150.00417.15
7.4.300.0040.00417.25
7.4.290.0130.00317.28
7.4.280.0170.00017.44
7.4.270.0040.01317.48
7.4.260.0180.00017.28
7.4.250.0100.00717.41
7.4.240.0140.00417.28
7.4.230.0150.00417.14
7.4.220.0170.00317.15
7.4.210.0180.00017.07
7.4.200.0120.00417.25
7.4.190.0080.00816.90
7.4.180.0170.00217.41
7.4.160.0100.00617.31
7.4.150.0120.00417.41
7.4.140.0130.00317.38
7.4.130.0130.00317.30
7.4.120.0090.00617.17
7.4.110.0100.00617.31
7.4.100.0110.00617.25
7.4.90.0110.00517.12
7.4.80.0130.00317.31
7.4.70.0160.00016.96
7.4.60.0160.00017.20
7.4.50.0120.00417.34
7.4.40.0130.00317.02
7.4.30.0160.00017.02
7.4.20.0120.00317.18
7.4.10.0130.00316.93
7.4.00.0230.00517.19
7.3.330.0160.00017.07
7.3.320.0170.00616.68
7.3.310.0080.00817.06
7.3.300.0290.00317.57
7.3.290.0100.00617.11
7.3.280.0200.01317.36
7.3.270.0230.00417.03
7.3.260.0130.00916.75
7.3.250.0230.00516.93
7.3.240.0180.01017.14
7.3.230.0240.00317.09
7.3.220.0150.00317.09
7.3.210.0260.00016.93
7.3.200.0290.00017.16
7.3.190.0260.00316.96
7.3.180.0210.00817.05
7.3.170.0170.00317.76
7.3.160.0130.00316.96
7.3.150.0160.00017.29
7.3.140.0170.00017.15
7.3.130.0130.00417.03
7.3.120.0090.00617.01
7.3.110.0120.00417.13
7.3.100.0120.00416.96
7.3.90.0160.00017.35
7.3.80.0280.00017.15
7.3.70.0120.00417.03
7.3.60.0100.00617.08
7.3.50.0130.00317.34
7.3.40.0130.00317.30
7.3.30.0230.01117.01
7.3.20.0090.00918.87
7.3.10.0200.00318.70
7.3.00.0300.00418.73
7.2.340.0120.00417.20
7.2.330.0250.00916.96
7.2.320.0130.00317.32
7.2.310.0220.01116.96
7.2.300.0130.00317.07
7.2.290.0140.01016.93
7.2.280.0280.00517.26
7.2.270.0260.00817.05
7.2.260.0240.01017.06
7.2.250.0270.00817.20
7.2.240.0250.01017.06
7.2.230.0280.00617.09
7.2.220.0320.00316.91
7.2.210.0280.00617.12
7.2.200.0340.00317.09
7.2.190.0350.00017.19
7.2.180.0260.00817.32
7.2.170.0360.00017.13
7.2.160.0260.00817.28
7.2.150.0290.00618.95
7.2.140.0260.01019.09
7.2.130.0360.00319.16
7.2.120.0290.00419.11
7.2.110.0160.00319.19
7.2.100.0130.00419.31
7.2.90.0150.00319.13
7.2.80.0220.00619.15
7.2.70.0220.00618.98
7.2.60.0160.00019.29
7.2.50.0160.00019.11
7.2.40.0160.00019.20
7.2.30.0160.00418.95
7.2.20.0230.00019.25
7.2.10.0250.00319.38
7.2.00.0210.00019.29
7.1.330.0220.00317.98
7.1.320.0220.00018.00
7.1.310.0090.00517.96
7.1.300.0110.00418.20
7.1.290.0090.00518.05
7.1.280.0000.01417.91
7.1.270.0040.00919.27
7.1.260.0120.00318.00
7.1.250.0120.00217.84
7.1.240.0090.00617.88
7.1.230.0140.00017.93
7.1.220.0240.00317.99
7.1.210.0120.00217.96
7.1.200.0090.00517.87
7.1.190.0190.00018.11
7.1.180.0200.00317.83
7.1.170.0270.00318.14
7.1.160.0100.00517.93
7.1.150.0120.00317.86
7.1.140.0070.00718.09
7.1.130.0150.00018.06
7.1.120.0230.00617.97
7.1.110.0290.00317.96
7.1.100.0110.01518.09
7.1.90.0140.00017.91
7.1.80.0070.00717.93
7.1.70.0140.00017.82
7.1.60.0140.00017.96
7.1.50.0150.00018.21
7.1.40.0270.00317.84
7.1.30.0230.00517.80
7.1.20.0090.00517.89
7.1.10.0220.00617.81
7.1.00.0130.00617.88
7.0.330.0090.00517.64
7.0.320.0080.00418.06
7.0.310.0140.00017.76
7.0.300.0140.00017.46
7.0.290.0120.00317.66
7.0.280.0110.00417.64
7.0.270.0080.00617.84
7.0.260.0140.00017.48
7.0.250.0130.00017.80
7.0.240.0110.00217.98
7.0.230.0120.00317.65
7.0.220.0140.00017.78
7.0.210.0140.00017.81
7.0.200.0110.00317.81
7.0.190.0260.00417.66
7.0.180.0100.00317.62
7.0.170.0150.00017.99
7.0.160.0120.00217.69
7.0.150.0250.00017.44
7.0.140.0140.00017.86
7.0.130.0150.01517.56
7.0.120.0210.00417.48
7.0.110.0310.00017.82
7.0.100.0150.00017.88
7.0.90.0180.00317.69
7.0.80.0110.00317.94
7.0.70.0100.00317.61
7.0.60.0120.00317.74
7.0.50.0280.00317.35
7.0.40.0250.00317.83
7.0.30.0110.00317.68
7.0.20.0180.00717.47
7.0.10.0110.00317.77
7.0.00.0230.00317.51
5.6.400.0170.01216.57
5.6.390.0310.00316.58
5.6.380.0310.00316.66
5.6.370.0170.01016.57
5.6.360.0220.00416.48
5.6.350.0220.00316.66
5.6.340.0190.00616.44
5.6.330.0060.00916.58
5.6.320.0040.00416.74
5.6.310.0060.00616.44
5.6.300.0030.01316.36
5.6.290.0040.00416.57
5.6.280.0150.00316.60
5.6.270.0070.00016.56
5.6.260.0040.00416.72
5.6.250.0080.00816.55
5.6.240.0040.00416.61
5.6.230.0140.00316.39
5.6.220.0070.00716.61
5.6.210.0090.00616.48
5.6.200.0150.00416.56
5.6.190.0040.01116.83
5.6.180.0090.00616.83
5.6.170.0100.01016.83
5.6.160.0120.00616.64
5.6.150.0120.00816.64
5.6.140.0140.00016.68
5.6.130.0160.00316.69
5.6.120.0180.00016.65
5.6.110.0140.00416.54
5.6.100.0110.00416.51
5.6.90.0090.00916.57
5.6.80.0060.00916.68
5.6.70.0120.00616.77
5.6.60.0140.00016.62
5.6.50.0100.00316.71
5.6.40.0130.00316.72
5.6.30.0000.00816.55
5.6.20.0050.00316.60
5.6.10.0030.01316.54
5.6.00.0160.00016.55
5.5.380.0270.00316.64
5.5.370.0240.00516.53
5.5.360.0210.00416.53
5.5.350.0280.00616.50
5.5.340.0180.01216.63
5.5.330.0230.00716.57
5.5.320.0220.00316.52
5.5.310.0260.00016.40
5.5.300.0140.00016.53
5.5.290.0230.00716.62
5.5.280.0200.01016.39
5.5.270.0210.01016.44
5.5.260.0240.00616.59
5.5.250.0250.00616.68
5.5.240.0130.01716.60
5.5.230.0220.00816.70
5.5.220.0300.00016.66
5.5.210.0230.00816.62
5.5.200.0270.00316.41
5.5.190.0240.00716.37
5.5.180.0230.00616.55
5.5.170.0230.00716.41
5.5.160.0240.00716.55
5.5.150.0210.00716.30
5.5.140.0180.00616.45
5.5.130.0230.00716.28
5.5.120.0180.00716.34
5.5.110.0160.01216.18
5.5.100.0250.00316.60
5.5.90.0190.01016.49
5.5.80.0170.00716.52
5.5.70.0150.00916.70
5.5.60.0140.01016.53
5.5.50.0210.00316.41
5.5.40.0240.00016.67
5.5.30.0210.00316.55
5.5.20.0240.00016.35
5.5.10.0200.00416.58
5.5.00.0210.00416.53
5.4.450.0100.01014.09
5.4.440.0130.00714.09
5.4.430.0180.00614.09
5.4.420.0210.00314.09
5.4.410.0210.00314.09
5.4.400.0240.00014.09
5.4.390.0200.00414.09
5.4.380.0150.00914.09
5.4.370.0210.00314.09
5.4.360.0120.01214.09
5.4.350.0210.00314.09
5.4.340.0190.00514.09
5.4.330.0070.01314.09
5.4.320.0140.00714.09
5.4.310.0210.00014.09
5.4.300.0140.00614.09
5.4.290.0190.00614.09
5.4.280.0160.00314.09
5.4.270.0190.00014.09
5.4.260.0160.00314.09
5.4.250.0160.00614.09
5.4.240.0130.00714.09
5.4.230.0170.00714.09
5.4.220.0110.00814.09
5.4.210.0100.01014.09
5.4.200.0130.00614.09
5.4.190.0050.00514.09
5.4.180.0170.00714.09
5.4.170.0190.00414.09
5.4.160.0090.00314.09
5.4.150.0200.00414.09
5.4.140.0060.00614.09
5.4.130.0100.00014.09
5.4.120.0090.00214.09
5.4.110.0230.00014.09
5.4.100.0200.00314.09
5.4.90.0110.00014.09
5.4.80.0160.00814.09
5.4.70.0080.00314.09
5.4.60.0100.00014.09
5.4.50.0200.00314.09
5.4.40.0100.00514.09
5.4.30.0130.00314.09
5.4.20.0120.00014.09
5.4.10.0050.00514.09
5.4.00.0110.00014.09
5.3.290.0160.00014.09
5.3.280.0170.00314.09
5.3.270.0140.00814.09
5.3.260.0110.00614.09
5.3.250.0090.00314.09
5.3.240.0100.00014.09
5.3.230.0110.00014.09
5.3.220.0110.00014.09
5.3.210.0070.00414.09
5.3.200.0110.00014.09
5.3.190.0050.00514.09
5.3.180.0050.00514.09
5.3.170.0040.00714.09
5.3.160.0050.00514.09
5.3.150.0110.00014.09
5.3.140.0050.00514.09
5.3.130.0110.00014.09
5.3.120.0110.00014.09
5.3.110.0090.00214.09
5.3.100.0100.00014.09
5.3.90.0070.00314.09
5.3.80.0100.00014.09
5.3.70.0080.00314.09
5.3.60.0100.00014.09
5.3.50.0080.00314.09
5.3.40.0100.00014.09
5.3.30.0050.00514.09
5.3.20.0100.00014.09
5.3.10.0100.00014.09
5.3.00.0110.00014.09
5.2.170.0080.00014.09
5.2.160.0080.00014.09
5.2.150.0040.00414.09
5.2.140.0080.00014.09
5.2.130.0080.00014.09
5.2.120.0090.00014.09
5.2.110.0040.00414.09
5.2.100.0080.00014.09
5.2.90.0080.00014.09
5.2.80.0080.00014.09
5.2.70.0000.00814.09
5.2.60.0080.00014.09
5.2.50.0040.00414.09
5.2.40.0050.00314.09
5.2.30.0070.00214.09
5.2.20.0080.00014.09
5.2.10.0050.00314.09
5.2.00.0060.00214.09
5.1.60.0070.00014.09
5.1.50.0050.00214.09
5.1.40.0070.00014.09
5.1.30.0070.00014.09
5.1.20.0080.00014.09
5.1.10.0000.00714.09
5.1.00.0070.00014.09
5.0.50.0000.00614.09
5.0.40.0040.00214.09
5.0.30.0060.00014.09
5.0.20.0070.00014.09
5.0.10.0060.00014.09
5.0.00.0060.00014.09
4.4.90.0030.00014.09
4.4.80.0000.00414.09
4.4.70.0040.00014.09
4.4.60.0030.00014.09
4.4.50.0040.00014.09
4.4.40.0030.00014.09
4.4.30.0040.00014.09
4.4.20.0040.00014.09
4.4.10.0040.00014.09
4.4.00.0040.00014.09
4.3.110.0040.00014.09
4.3.100.0030.00014.09
4.3.90.0040.00014.09
4.3.80.0040.00014.09
4.3.70.0040.00014.09
4.3.60.0040.00014.09
4.3.50.0000.00314.09
4.3.40.0040.00014.09
4.3.30.0000.00314.09
4.3.20.0000.00314.09
4.3.10.0030.00014.09
4.3.00.0000.00314.09

preferences:
73.18 ms | 2678 KiB | 5 Q