3v4l.org

run code in 500+ PHP versions simultaneously
<?php class Foo { protected static $a = 1; protected $b = 2; public function func() { echo 'foo' . static::$a . $this->b; } } class Bar extends Foo { protected static $a = 3; protected $b = 4; public function func() { echo 'bar' . static::$a . $this->b; } } $obj = new Bar(); $obj->func(); // Prints 'bar' $parentClassString = get_parent_class($obj); $newObj = new $parentClassString; // Gotta love PHP for magic like this $newObj->func(); // Prints 'foo'

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.30.0090.00819.01
8.5.20.0090.00819.64
8.5.10.0100.01016.70
8.5.00.0130.01219.84
8.4.180.0150.00919.44
8.4.170.0130.00920.50
8.4.160.0140.00723.83
8.4.150.0080.00516.90
8.4.140.0100.01117.46
8.4.130.0120.00917.62
8.4.120.0130.00722.49
8.4.110.0060.00418.80
8.4.100.0040.01017.72
8.4.90.0120.00817.93
8.4.80.0140.00619.38
8.4.70.0060.00517.86
8.4.60.0160.00517.60
8.4.50.0140.00618.31
8.4.40.0030.00717.72
8.4.30.0000.00819.22
8.4.20.0080.00819.44
8.4.10.0100.00020.62
8.3.300.0110.01020.93
8.3.290.0120.00820.77
8.3.280.0110.00918.29
8.3.270.0140.00816.60
8.3.260.0050.00416.61
8.3.250.0050.00418.87
8.3.240.0150.00516.58
8.3.230.0090.01016.41
8.3.220.0050.00316.45
8.3.210.0120.00716.80
8.3.200.0100.00916.55
8.3.190.0140.00416.71
8.3.180.0040.00518.52
8.3.170.0090.00918.98
8.3.160.0070.00720.18
8.3.150.0110.00716.85
8.3.140.0090.00617.10
8.3.130.0060.00316.36
8.3.120.0090.00020.82
8.3.110.0030.00518.47
8.3.100.0090.00016.50
8.3.90.0120.00618.29
8.3.80.0000.01318.55
8.3.70.0040.01116.50
8.3.60.0070.00718.56
8.3.50.0070.00618.07
8.3.40.0120.00318.67
8.3.30.0070.00718.57
8.3.20.0000.00719.15
8.3.10.0040.00421.73
8.3.00.0000.00817.80
8.2.300.0150.00622.14
8.2.290.0100.00918.91
8.2.280.0080.01118.50
8.2.270.0090.00618.94
8.2.260.0070.00316.56
8.2.250.0040.00417.07
8.2.240.0080.00018.98
8.2.230.0060.00320.94
8.2.220.0070.00724.06
8.2.210.0160.00326.77
8.2.200.0030.00618.41
8.2.190.0140.00716.61
8.2.180.0150.00418.41
8.2.170.0110.01122.96
8.2.160.0110.00718.90
8.2.150.0070.00024.18
8.2.140.0080.00024.66
8.2.130.0040.00419.70
8.2.120.0080.00026.35
8.2.110.0050.00520.90
8.2.100.0110.00017.91
8.2.90.0080.00018.09
8.2.80.0040.00418.16
8.2.70.0040.00417.80
8.2.60.0040.00417.80
8.2.50.0030.00518.10
8.2.40.0000.00819.26
8.2.30.0000.00719.49
8.2.20.0040.00417.97
8.2.10.0000.00717.99
8.2.00.0080.00019.35
8.1.340.0120.01021.70
8.1.330.0110.00716.07
8.1.320.0120.00716.01
8.1.310.0050.00218.59
8.1.300.0130.00617.98
8.1.290.0030.00618.88
8.1.280.0110.00725.92
8.1.270.0110.00423.88
8.1.260.0080.00026.35
8.1.250.0090.00028.09
8.1.240.0000.00923.92
8.1.230.0040.00822.66
8.1.220.0030.00617.74
8.1.210.0080.00418.77
8.1.200.0090.00017.35
8.1.190.0080.00017.35
8.1.180.0080.00018.10
8.1.170.0000.00818.71
8.1.160.0050.00218.88
8.1.150.0050.00318.94
8.1.140.0040.00417.75
8.1.130.0030.00318.88
8.1.120.0060.00317.46
8.1.110.0000.00817.36
8.1.100.0000.00817.47
8.1.90.0000.00817.43
8.1.80.0050.00317.44
8.1.70.0040.00717.43
8.1.60.0030.00617.50
8.1.50.0040.00417.55
8.1.40.0050.00317.54
8.1.30.0040.00417.54
8.1.20.0040.00417.54
8.1.10.0040.00717.47
8.1.00.0040.00417.55
8.0.300.0050.00320.07
8.0.290.0030.00616.75
8.0.280.0030.00318.45
8.0.270.0040.00317.25
8.0.260.0070.00017.24
8.0.250.0040.00716.98
8.0.240.0040.00416.96
8.0.230.0030.00316.98
8.0.220.0080.00016.86
8.0.210.0000.00716.94
8.0.200.0060.00016.92
8.0.190.0040.00416.93
8.0.180.0000.00716.93
8.0.170.0030.00516.88
8.0.160.0000.00716.98
8.0.150.0030.00516.66
8.0.140.0050.00316.88
8.0.130.0030.00313.28
8.0.120.0040.00416.81
8.0.110.0040.00416.78
8.0.100.0030.00516.94
8.0.90.0040.00416.93
8.0.80.0090.00716.86
8.0.70.0050.00216.92
8.0.60.0070.00016.71
8.0.50.0000.00716.87
8.0.30.0060.01317.16
8.0.20.0210.00417.41
8.0.10.0000.00716.75
8.0.00.0130.00716.77
7.4.330.0060.00015.55
7.4.320.0070.00016.51
7.4.300.0000.00616.61
7.4.290.0070.00016.65
7.4.280.0050.00316.38
7.4.270.0040.00416.57
7.4.260.0000.00716.46
7.4.250.0000.00716.50
7.4.240.0000.00716.42
7.4.230.0000.00716.47
7.4.220.0040.00416.53
7.4.210.0100.00716.50
7.4.200.0000.00916.67
7.4.160.0040.01616.43
7.4.140.0110.00817.86
7.4.130.0100.01016.56
7.4.120.0110.00716.41
7.4.110.0170.00016.36
7.4.100.0150.00316.31
7.4.90.0100.00716.49
7.4.80.0140.00719.39
7.4.70.0060.01016.47
7.4.60.0110.00716.60
7.4.50.0070.01116.47
7.4.40.0100.00716.56
7.4.10.0050.01215.18
7.4.00.0090.00615.15
7.3.330.0000.00513.19
7.3.320.0040.00313.44
7.3.310.0040.00416.39
7.3.300.0040.00316.41
7.3.290.0030.00316.23
7.3.280.0050.01016.31
7.3.260.0110.00716.35
7.3.240.0080.00916.45
7.3.230.0030.01316.61
7.3.210.0100.00716.32
7.3.200.0040.01216.24
7.3.190.0060.01516.59
7.3.180.0040.01216.49
7.3.170.0080.00816.51
7.3.160.0120.00916.34
7.3.130.0120.00814.77
7.3.120.0150.00314.82
7.3.110.0130.00715.10
7.3.100.0060.00615.04
7.3.90.0090.00615.02
7.3.80.0040.01114.77
7.3.70.0060.00614.95
7.3.60.0110.00414.54
7.3.50.0070.00714.86
7.3.40.0060.00314.73
7.3.30.0000.01614.85
7.3.20.0030.01316.76
7.3.10.0050.01016.78
7.3.00.0070.00816.51
7.2.330.0130.01016.46
7.2.320.0090.01116.63
7.2.310.0150.00616.49
7.2.300.0120.01016.74
7.2.290.0070.01116.73
7.2.260.0040.01514.86
7.2.250.0110.00715.23
7.2.240.0030.00915.26
7.2.230.0060.00915.01
7.2.220.0110.00715.21
7.2.210.0100.00715.26
7.2.200.0030.01215.09
7.2.190.0030.01514.91
7.2.180.0090.00914.84
7.2.170.0060.00315.08
7.2.160.0030.01314.96
7.2.150.0070.00717.00
7.2.140.0030.01116.63
7.2.130.0040.01216.84
7.2.120.0020.01316.93
7.2.110.0050.01116.92
7.2.100.0030.00716.95
7.2.90.0060.00616.93
7.2.80.0070.00816.93
7.2.70.0020.01016.90
7.2.60.0040.00917.00
7.2.50.0120.00316.79
7.2.40.0540.00917.38
7.2.30.1220.01017.49
7.2.20.2280.01017.37
7.2.10.1690.00717.38
7.2.00.0480.01217.31
7.1.330.0000.01416.02
7.1.320.0100.00715.95
7.1.310.0090.00616.05
7.1.300.0060.01115.84
7.1.290.0110.00615.81
7.1.280.0120.00315.73
7.1.270.0070.01116.00
7.1.260.0040.00715.75
7.1.250.0040.00915.81
7.1.240.0070.01415.88
7.1.230.0030.01715.88
7.1.220.0110.00415.54
7.1.210.0110.00315.94
7.1.200.0110.00215.84
7.1.190.0060.00315.60
7.1.180.0090.00015.94
7.1.170.0150.00015.88
7.1.160.3650.00816.45
7.1.150.1680.00816.50
7.1.140.3890.00916.50
7.1.130.0600.00916.49
7.1.120.0860.00716.33
7.1.110.0610.00916.20
7.1.100.0490.00815.99
7.1.90.3920.00816.01
7.1.80.3200.01216.04
7.1.70.3210.00815.52
7.1.60.3260.01227.41
7.1.50.2420.01127.37
7.1.40.0690.01426.91
7.1.30.0890.01127.17
7.1.20.0760.01127.14
7.1.10.0620.00715.10
7.1.00.0610.00715.10
7.0.330.0070.00715.55
7.0.320.0030.01315.12
7.0.310.0100.00715.27
7.0.300.0030.01215.50
7.0.290.0050.00315.46
7.0.280.0090.00315.39
7.0.270.0110.00415.49
7.0.260.0090.00615.29
7.0.250.0040.01215.39
7.0.240.0000.00815.29
7.0.230.0040.01115.41
7.0.220.0000.01315.60
7.0.210.0060.00615.58
7.0.200.0070.00715.64
7.0.190.0070.00715.41
7.0.180.0070.00715.62
7.0.170.0070.00715.54
7.0.160.0060.00615.49
7.0.150.0060.00615.59
7.0.140.0000.01515.43
7.0.130.0090.00015.61
7.0.120.0060.00615.55
7.0.110.0070.00315.47
7.0.100.0100.00315.51
7.0.90.0100.00315.41
7.0.80.0030.01015.42
7.0.70.0140.00315.49
7.0.60.0100.00615.10
7.0.50.0040.00715.52
7.0.40.0150.00313.52
7.0.30.0060.00813.25
7.0.20.0040.01113.42
7.0.10.0000.01413.39
7.0.00.0030.01313.48
5.6.400.0040.00814.22
5.6.390.0080.00814.13
5.6.380.0070.00714.37
5.6.370.0040.01213.91
5.6.360.0110.00414.27
5.6.350.0070.00714.30
5.6.340.0080.00814.64
5.6.330.0000.01513.99
5.6.320.0030.01314.65
5.6.310.0040.00714.21
5.6.300.0090.00914.25
5.6.290.0000.01814.17
5.6.280.0060.00914.64
5.6.270.0000.01314.48
5.6.260.0000.01214.41
5.6.250.0070.01014.44
5.6.240.0040.00714.17
5.6.230.0060.00614.28
5.6.220.0000.01714.46
5.6.210.0100.00714.58
5.6.200.0000.01514.27
5.6.190.0070.01114.04
5.6.180.0000.01914.58
5.6.170.0100.00314.14
5.6.160.0100.00314.13
5.6.150.0110.00414.09
5.6.140.0030.01014.46
5.6.130.0080.00414.38
5.6.120.0030.01314.26
5.6.110.0070.00414.25
5.6.100.0040.00714.36
5.6.90.0110.00314.14
5.6.80.0000.00914.16
5.6.70.0030.00914.30
5.6.60.0110.00314.21
5.6.50.0120.00314.15
5.6.40.0060.00614.30
5.6.30.0070.00714.13
5.6.20.0120.00014.11
5.6.10.0030.01014.26
5.6.00.0060.00614.01

preferences:
48.78 ms | 1919 KiB | 5 Q