3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Thing { private $foo; private $bar; private $qux; public function __construct($foo, $bar, $qux) { $this->foo = $foo; $this->bar = $bar; $this->qux = $qux; } } class Builder { private $foo; private $bar; public function withFoo($foo) { $this->foo = $foo; return $this; } public function withBar($bar) { $this->bar = $bar; return $this; } public function withQux($qux) { try { return new Thing($this->foo, $this->bar, $qux); } finally { $this->reset(); } } private function reset() { $this->foo = null; $this->bar = null; } } function test(Builder $builder) { return [ $builder->withFoo('a')->withBar('b')->withQux('c'), $builder->withFoo('d')->withQux('e'), $builder->withQux('f'), ]; } var_dump(test(new Builder()));

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.4.120.0100.01117.86
8.4.110.0120.00818.01
8.4.100.0100.00717.83
8.4.90.0120.00822.28
8.4.80.0090.01218.74
8.4.70.0140.00718.83
8.4.60.0130.00718.66
8.4.50.0120.01020.21
8.4.40.0200.00017.52
8.4.30.0100.01017.52
8.4.20.0130.00317.61
8.4.10.0090.00017.63
8.3.250.0100.00918.08
8.3.240.0100.00916.32
8.3.230.0100.01016.79
8.3.220.0080.01019.09
8.3.210.0040.00416.71
8.3.200.0050.00416.52
8.3.190.0050.00418.98
8.3.180.0110.00718.83
8.3.170.0000.01019.23
8.3.160.0070.01118.26
8.3.150.0130.00618.86
8.3.140.0030.00618.91
8.3.130.0040.00418.26
8.3.120.0040.01520.61
8.3.110.0040.00820.94
8.3.100.0070.00424.06
8.3.90.0080.00026.77
8.3.80.0090.00318.43
8.3.70.0120.00916.50
8.3.60.0120.00916.63
8.3.50.0110.01222.01
8.3.40.0090.00918.79
8.3.30.0070.00719.25
8.3.20.0080.00020.19
8.3.10.0040.00421.58
8.3.00.0040.00419.51
8.2.290.0150.00416.72
8.2.280.0160.00418.55
8.2.270.0090.00917.06
8.2.260.0080.00817.25
8.2.250.0060.00316.84
8.2.240.0090.00617.05
8.2.230.0060.00322.58
8.2.220.0110.00837.54
8.2.210.0130.00326.77
8.2.200.0060.00318.16
8.2.190.0070.00716.58
8.2.180.0110.00718.29
8.2.170.0120.00322.96
8.2.160.0130.00720.27
8.2.150.0000.00825.66
8.2.140.0050.00324.66
8.2.130.0080.00026.16
8.2.120.0080.00020.73
8.2.110.0060.00320.88
8.2.100.0120.00017.75
8.2.90.0050.00319.22
8.2.80.0040.00417.97
8.2.70.0030.00517.47
8.2.60.0000.01017.80
8.2.50.0030.00518.07
8.2.40.0000.00820.07
8.2.30.0000.00718.11
8.2.20.0050.00317.77
8.2.10.0000.00818.09
8.2.00.0000.00718.01
8.1.330.0160.00219.88
8.1.320.0090.01217.76
8.1.310.0040.00416.82
8.1.300.0050.00318.12
8.1.290.0030.00618.88
8.1.280.0150.00025.92
8.1.270.0090.00620.25
8.1.260.0000.00726.35
8.1.250.0040.00428.09
8.1.240.0130.01019.01
8.1.230.0000.01117.83
8.1.220.0000.00817.74
8.1.210.0000.00918.77
8.1.200.0070.00317.22
8.1.190.0080.00017.25
8.1.180.0030.00618.10
8.1.170.0030.00618.57
8.1.160.0030.00621.97
8.1.150.0070.00018.76
8.1.140.0040.00417.48
8.1.130.0030.00317.63
8.1.120.0000.00717.53
8.1.110.0050.00317.40
8.1.100.0040.00417.49
8.1.90.0000.00817.49
8.1.80.0000.00717.48
8.1.70.0040.00417.45
8.1.60.0030.00617.56
8.1.50.0100.00017.44
8.1.40.0000.00817.56
8.1.30.0080.00017.68
8.1.20.0000.00817.67
8.1.10.0050.00517.48
8.1.00.0040.00417.57
8.0.300.0050.00319.09
8.0.290.0000.00716.75
8.0.280.0000.00718.35
8.0.270.0030.00317.23
8.0.260.0030.00317.39
8.0.250.0070.00016.93
8.0.240.0000.00817.02
8.0.230.0030.00316.96
8.0.220.0000.00716.92
8.0.210.0070.00016.91
8.0.200.0000.00716.98
8.0.190.0040.00716.98
8.0.180.0000.00716.78
8.0.170.0040.00416.81
8.0.160.0000.00716.98
8.0.150.0030.00316.93
8.0.140.0030.00716.91
8.0.130.0000.00513.39
8.0.120.0040.00417.00
8.0.110.0050.00216.99
8.0.100.0070.00016.78
8.0.90.0090.00016.82
8.0.80.0090.01016.90
8.0.70.0000.00816.94
8.0.60.0030.00616.88
8.0.50.0050.00316.98
8.0.30.0120.00817.23
8.0.20.0170.00317.40
8.0.10.0000.00817.11
8.0.00.0110.00916.94
7.4.330.0060.00015.13
7.4.320.0000.00616.48
7.4.300.0040.00416.52
7.4.290.0000.00816.61
7.4.280.0030.00616.47
7.4.270.0070.00016.43
7.4.260.0000.00816.44
7.4.250.0080.00016.45
7.4.240.0040.00416.56
7.4.230.0000.00716.65
7.4.220.0100.00616.59
7.4.210.0000.01716.59
7.4.200.0060.00316.65
7.4.160.0090.00616.58
7.4.150.0070.01117.40
7.4.140.0110.00717.86
7.4.130.0140.00816.63
7.4.120.0120.01116.59
7.4.110.0180.00616.50
7.4.100.0150.00616.52
7.4.90.0070.01116.40
7.4.80.0110.00619.39
7.4.70.0040.01516.70
7.4.60.0080.00816.58
7.4.50.0030.00616.28
7.4.40.0120.00616.42
7.4.30.0110.01116.48
7.4.10.0060.01314.88
7.4.00.0060.01214.77
7.3.330.0000.00513.34
7.3.320.0000.00613.19
7.3.310.0070.00016.33
7.3.300.0030.00316.25
7.3.290.0100.00616.25
7.3.280.0070.01116.27
7.3.270.0130.00617.40
7.3.260.0140.00916.49
7.3.240.0060.01216.58
7.3.230.0030.01616.41
7.3.210.0060.01016.46
7.3.200.0060.01119.39
7.3.190.0030.01416.40
7.3.180.0100.00616.41
7.3.170.0080.00816.46
7.3.160.0130.00316.41
7.3.130.0030.01414.77
7.3.120.0080.00814.86
7.3.110.0100.00814.70
7.3.100.0030.00914.75
7.3.90.0050.01014.62
7.3.80.0060.00514.94
7.3.70.0070.00714.86
7.3.60.0090.00714.86
7.3.50.0050.00614.56
7.3.40.0050.00714.98
7.3.30.0080.00614.70
7.3.20.0080.00716.44
7.3.10.0100.00716.46
7.3.00.0070.00816.54
7.2.330.0110.00716.55
7.2.320.0000.01716.52
7.2.310.0070.01116.53
7.2.300.0090.01616.88
7.2.290.0000.01716.76
7.2.260.0040.01515.16
7.2.250.0040.01115.04
7.2.240.0090.01015.01
7.2.230.0030.01115.05
7.2.220.0000.01715.12
7.2.210.0050.01014.97
7.2.200.0110.00314.89
7.2.190.0060.00714.97
7.2.180.0050.01014.97
7.2.170.0080.00615.07
7.2.160.0100.01015.15
7.2.150.0090.00616.89
7.2.140.0040.01216.96
7.2.130.0100.00616.71
7.2.120.0090.00816.45
7.2.110.0100.00816.63
7.2.100.0070.00616.54
7.2.90.0140.00516.75
7.2.80.0100.00916.71
7.2.70.0150.00516.64
7.2.60.0040.01116.69
7.2.50.0100.00616.63
7.2.40.0090.00716.45
7.2.30.0060.01216.57
7.2.20.0050.01016.48
7.2.10.0110.00816.57
7.2.00.0050.01016.52
7.1.330.0060.00915.80
7.1.320.0030.01215.55
7.1.310.0080.00515.66
7.1.300.0030.01115.79
7.1.290.0050.01115.92
7.1.280.0030.01115.71
7.1.270.0090.00515.83
7.1.260.0040.00715.67
7.1.250.0040.01115.40
7.1.240.0060.01215.62
7.1.230.0060.00915.84
7.1.220.0090.00015.81
7.1.210.0030.01015.61
7.1.200.0050.00815.91
7.1.190.0040.00815.77
7.1.180.0060.00315.83
7.1.170.0030.00915.75
7.1.160.0090.00315.61
7.1.150.0000.01015.76
7.1.140.0030.01015.95
7.1.130.0030.00615.73
7.1.120.0030.01015.76
7.1.110.0030.00715.77
7.1.100.0080.00015.62
7.1.90.0070.01015.82
7.1.80.0070.00715.77
7.1.70.0080.00816.13
7.1.60.0050.01217.79
7.1.50.0050.01116.21
7.1.40.0030.00915.73
7.1.30.0030.01415.65
7.1.20.0040.00415.86
7.1.10.0030.00615.40
7.1.00.0050.04019.02
7.0.330.0030.00915.13
7.0.320.0000.00915.26
7.0.310.0100.00015.14
7.0.300.0000.00815.57
7.0.290.0070.00315.40
7.0.280.0080.00415.24
7.0.270.0030.00815.35
7.0.260.0000.00815.47
7.0.250.0040.00715.43
7.0.240.0040.00715.16
7.0.230.0030.01015.34
7.0.220.0000.01015.48
7.0.210.0000.00815.51
7.0.200.0160.00715.94
7.0.190.0030.00915.27
7.0.180.0030.00715.53
7.0.170.0030.00915.44
7.0.160.0060.00615.22
7.0.150.0000.00815.22
7.0.140.0000.00915.50
7.0.130.0000.01415.63
7.0.120.0110.00315.42
7.0.110.0040.01115.27
7.0.100.0040.00415.32
7.0.90.0070.00715.39
7.0.80.0000.01215.43
7.0.70.0030.01315.23
7.0.60.0100.03717.75
7.0.50.0100.04316.68
7.0.40.0080.04516.85
7.0.30.0180.03216.80
7.0.20.0230.03516.76
7.0.10.0210.04216.63
7.0.00.0000.02616.70
5.6.400.0040.01114.58
5.6.390.0090.00614.65
5.6.380.0030.01014.13
5.6.370.0040.00714.57
5.6.360.0070.00314.47
5.6.350.0000.01514.65
5.6.340.0000.01614.25
5.6.330.0060.00613.97
5.6.320.0000.01114.46
5.6.310.0040.00714.48
5.6.300.0080.00014.05
5.6.290.0060.00914.24
5.6.280.0030.04317.94
5.6.270.0100.00614.44
5.6.260.0030.01414.17
5.6.250.0070.01014.46
5.6.240.0100.00614.36
5.6.230.0090.00914.45
5.6.220.0060.01214.35
5.6.210.0050.04417.43
5.6.200.0100.03016.43
5.6.190.0070.04417.34
5.6.180.1750.02617.29
5.6.170.0130.02517.58
5.6.160.0130.04217.52
5.6.150.0070.04016.14
5.6.140.0030.02516.25
5.6.130.0030.04916.24
5.6.120.0100.04017.71
5.6.110.0060.02317.71
5.6.100.0100.04017.84
5.6.90.0100.04017.75
5.6.80.0070.04317.38
5.6.70.1680.01517.24
5.6.60.0000.01114.32
5.6.50.0090.00614.44
5.6.40.0030.01014.19
5.6.30.0060.00614.33
5.6.20.0090.00614.15
5.6.10.0000.01414.56
5.6.00.0100.00714.57
5.5.380.0040.00814.55
5.5.370.0030.01214.53
5.5.360.0040.01114.15
5.5.350.0210.03517.34
5.5.340.0090.04116.13
5.5.330.0130.03817.21
5.5.320.0160.02617.22
5.5.310.0150.02817.31
5.5.300.0090.02016.13
5.5.290.0030.02516.09
5.5.280.0050.04717.69
5.5.270.0090.04417.64
5.5.260.0080.04417.40
5.5.250.0020.03017.30
5.5.240.0040.03417.15
5.5.230.0140.00013.96
5.5.220.0100.00314.16
5.5.210.0080.00614.21
5.5.200.0030.01314.09
5.5.190.0060.00614.29
5.5.180.0030.01313.93
5.5.170.0030.01013.95
5.5.160.0100.00714.37
5.5.150.0060.00914.23
5.5.140.0070.00314.42
5.5.130.0090.00313.95
5.5.120.0030.01414.36
5.5.110.0030.00913.99
5.5.100.0100.00314.22
5.5.90.0000.00914.30
5.5.80.0040.00714.26
5.5.70.0030.01214.28
5.5.60.0040.00714.00
5.5.50.0040.00813.96
5.5.40.0070.00714.04
5.5.30.0100.00714.39
5.5.20.0040.01214.27
5.5.10.0060.00313.88
5.5.00.0030.01014.02
5.4.450.0160.02615.54
5.4.440.0150.03015.75
5.4.430.0380.00515.71
5.4.420.0370.00415.72
5.4.410.0420.00215.66
5.4.400.0350.00415.51
5.4.390.0370.00615.53
5.4.380.0370.00315.48
5.4.370.0370.00315.56
5.4.360.0380.00115.53
5.4.350.0350.00515.50
5.4.340.0380.00215.60
5.4.330.0060.00611.90
5.4.320.0370.00515.43
5.4.310.0510.00115.54
5.4.300.0450.00315.60
5.4.290.0320.00515.53
5.4.280.0370.00215.51
5.4.270.0320.00615.40
5.4.260.0330.00415.44
5.4.250.0330.00315.60
5.4.240.0350.00215.50
5.4.230.0350.00315.51
5.4.220.0380.00315.44
5.4.210.0370.00515.46
5.4.200.0370.00214.29
5.4.190.0370.00215.57
5.4.180.0350.00315.42
5.4.170.0330.00515.44
5.4.160.0350.00315.42
5.4.150.0350.00315.51
5.4.140.0370.00314.29
5.4.130.0350.00614.21
5.4.120.0350.00414.31
5.4.110.0350.00014.26
5.4.100.0360.00014.10
5.4.90.0330.00314.21
5.4.80.0310.00414.26
5.4.70.0340.00414.22
5.4.60.0370.00214.08
5.4.50.0330.00414.18
5.4.40.0370.00214.18
5.4.30.0340.00214.22
5.4.20.0370.00214.17
5.4.10.0330.00314.08
5.4.00.0350.00213.84
5.3.290.0700.00014.79
5.3.280.0700.00014.75
5.3.270.0700.00014.68
5.3.260.0670.00014.63
5.3.250.0630.00014.77
5.3.240.0670.00014.55
5.3.230.0700.00014.66
5.3.220.0670.00014.61
5.3.210.0700.00014.52
5.3.200.0670.00014.74
5.3.190.0900.00014.65
5.3.180.0670.00014.47
5.3.170.0730.00014.43
5.3.160.0730.00014.51
5.3.150.0730.00014.74
5.3.140.0700.00014.71
5.3.130.0670.00014.63
5.3.120.0700.00014.62
5.3.110.0670.00014.52
5.3.100.0670.00014.20
5.3.90.0630.00013.93
5.3.80.0670.00014.01
5.3.70.0670.00014.04
5.3.60.0830.00014.02
5.3.50.0830.00013.96
5.3.40.0670.00013.94
5.3.30.0630.00013.88
5.3.20.0630.00013.56
5.3.10.0600.00013.74
5.3.00.0600.00013.61
5.2.170.0530.00011.14
5.2.160.0500.00011.16
5.2.150.0500.00011.09
5.2.140.0600.00011.12
5.2.130.0530.00011.26
5.2.120.0500.00010.98
5.2.110.0500.00011.04
5.2.100.0530.00011.18
5.2.90.0500.00011.04
5.2.80.0500.00011.07
5.2.70.0530.00010.96
5.2.60.0530.00011.06
5.2.50.0700.00010.89
5.2.40.0570.00010.95
5.2.30.0570.00010.97
5.2.20.0530.00011.14
5.2.10.0500.00010.98
5.2.00.0530.00010.63
5.1.60.0430.00010.00
5.1.50.0470.00010.06
5.1.40.0470.00010.00
5.1.30.0470.00010.38
5.1.20.0470.00010.40
5.1.10.0470.00010.09
5.1.00.0500.00010.19
5.0.50.0370.0008.49
5.0.40.0330.0008.35
5.0.30.0500.0008.17
5.0.20.0370.0008.14
5.0.10.0430.0008.11
5.0.00.0500.0008.33
4.4.90.0300.0005.86
4.4.80.0270.0005.85
4.4.70.0270.0005.73
4.4.60.0270.0005.90
4.4.50.0270.0005.75
4.4.40.0400.0005.74
4.4.30.0270.0005.73
4.4.20.0300.0005.79
4.4.10.0300.0005.80
4.4.00.0400.0005.82
4.3.110.0270.0005.68
4.3.100.0270.0005.78
4.3.90.0270.0005.65
4.3.80.0400.0005.74
4.3.70.0270.0005.80
4.3.60.0270.0005.75
4.3.50.0300.0005.74
4.3.40.0400.0005.75
4.3.30.0270.0004.41
4.3.20.0270.0004.50
4.3.10.0230.0004.38
4.3.00.0030.01315.53

preferences:
31.87 ms | 403 KiB | 5 Q