3v4l.org

run code in 300+ PHP versions simultaneously
<?php interface GoAlgorithm { public function go(); } class GoByDrivingAlgorithm implements GoAlgorithm { public function go() { echo("Now I'm driving."); } } class GoByFlying implements GoAlgorithm { public function go() { echo("Now I'm flying."); } } class GoByFlyingFast implements GoAlgorithm { public function go() { echo("Now I'm flying fast"); } } abstract class Vehicle { private $goAlgorithm; public static function setGoAlgorithm($goAlgorithm = TRUE) { return $goAlgorithm = 'GoAlgorithm'; } } class StreetRacer extends Vehicle { public function StreetRacer($goAlgorithm=TRUE) { Vehicle::setGoAlgorithm($str=new GoByDrivingAlgorithm(), $str->go()); } } class FormulaOne extends Vehicle { public function FormulaOne() { Vehicle::setGoAlgorithm($for=new GoByDrivingAlgorithm(), $for->go()); } } class Helicopter extends Vehicle { public function Helicopter() { Vehicle::setGoAlgorithm($hel=new GoByFlying(), $hel->go()); } } class Jet extends Vehicle { public function Jet() { Vehicle::setGoAlgorithm($jet=new GoByFlyingFast(), $jet->go()); } } class StartTheRace { public static function main() { $streetRacer = new StreetRacer(); $formulaone = new FormulaOne(); $helicopter = new Helicopter(); $jets = new Jet(); } } StartTheRace::main();

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.3.60.0070.00716.38
8.3.50.0130.00522.79
8.3.40.0140.00018.56
8.3.30.0100.00319.10
8.3.20.0000.00720.20
8.3.10.0050.00323.66
8.3.00.0200.00019.26
8.2.180.0100.00616.63
8.2.170.0030.01722.96
8.2.160.0140.00020.39
8.2.150.0040.00424.18
8.2.140.0070.00024.66
8.2.130.0030.00526.16
8.2.120.0080.00021.16
8.2.110.0180.00320.39
8.2.100.0070.00417.78
8.2.90.0000.00819.09
8.2.80.0000.00817.97
8.2.70.0040.00417.50
8.2.60.0090.00018.04
8.2.50.0050.00318.07
8.2.40.0070.00018.28
8.2.30.0000.00718.06
8.2.20.0000.00717.61
8.2.10.0030.00618.08
8.2.00.0020.00517.70
8.1.280.0120.00325.92
8.1.270.0080.00023.80
8.1.260.0070.00026.35
8.1.250.0040.00428.09
8.1.240.0050.00322.10
8.1.230.0080.00417.46
8.1.220.0030.00517.74
8.1.210.0000.00918.77
8.1.200.0070.00317.35
8.1.190.0000.00817.35
8.1.180.0050.00318.10
8.1.170.0040.00418.48
8.1.160.0040.00422.05
8.1.150.0070.00018.89
8.1.140.0000.00717.38
8.1.130.0030.00517.84
8.1.120.0000.00717.37
8.1.110.0080.00017.43
8.1.100.0070.00017.43
8.1.90.0000.00717.49
8.1.80.0000.00717.36
8.1.70.0030.00317.42
8.1.60.0060.00317.61
8.1.50.0040.00417.43
8.1.40.0000.00917.53
8.1.30.0040.00417.56
8.1.20.0040.00417.68
8.1.10.0030.00617.58
8.1.00.0040.00417.36
8.0.300.0040.00418.77
8.0.290.0040.00416.75
8.0.280.0040.00418.46
8.0.270.0030.00317.29
8.0.260.0060.00017.21
8.0.250.0030.00316.96
8.0.240.0040.00416.95
8.0.230.0070.00016.85
8.0.220.0040.00416.93
8.0.210.0000.00716.89
8.0.200.0030.00316.99
8.0.190.0060.00316.90
8.0.180.0040.00416.88
8.0.170.0040.00416.82
8.0.160.0070.00017.01
8.0.150.0030.00616.83
8.0.140.0040.00416.77
8.0.130.0000.00713.38
8.0.120.0000.00816.84
8.0.110.0040.00416.74
8.0.100.0040.00416.84
8.0.90.0030.00416.91
8.0.80.0130.00316.92
8.0.70.0040.00416.78
8.0.60.0030.00716.71
8.0.50.0000.00716.88
8.0.30.0090.01117.07
8.0.20.0100.00917.40
8.0.10.0040.00416.98
8.0.00.0090.00916.73
7.4.330.0070.00015.00
7.4.320.0030.00316.62
7.4.300.0000.00616.52
7.4.290.0080.00016.49
7.4.280.0070.00016.63
7.4.270.0030.00316.52
7.4.260.0030.00316.58
7.4.250.0070.00016.48
7.4.240.0020.00516.55
7.4.230.0030.00316.71
7.4.220.0130.01316.50
7.4.210.0060.01216.56
7.4.200.0020.00516.51
7.4.160.0170.00716.59
7.4.150.0070.01017.40
7.4.140.0090.00917.86
7.4.130.0090.01116.63
7.4.120.0110.00716.50
7.4.110.0150.00316.61
7.4.100.0110.00616.63
7.4.90.0100.00716.55
7.4.80.0060.01219.39
7.4.70.0090.00916.62
7.4.60.0060.01116.73
7.4.50.0000.00816.42
7.4.40.0080.00916.42
7.4.30.0110.00616.59
7.4.00.0060.00915.16
7.3.330.0040.00413.14
7.3.320.0000.00613.26
7.3.310.0060.00016.34
7.3.300.0000.00716.31
7.3.290.0100.01016.33
7.3.280.0080.00816.33
7.3.270.0120.00617.40
7.3.260.0100.00716.34
7.3.250.0120.00616.46
7.3.240.0100.00716.50
7.3.230.0160.00716.39
7.3.210.0130.01016.41
7.3.200.0130.00319.39
7.3.190.0100.00716.32
7.3.180.0030.01316.20
7.3.170.0000.01616.30
7.3.160.0090.00616.33
7.2.330.0090.00916.49
7.2.320.0060.01616.77
7.2.310.0060.01116.82
7.2.300.0100.00716.36
7.2.290.0090.00616.83
7.2.80.0000.01216.38
7.2.60.0160.00516.38
7.2.00.0040.01119.13
7.1.200.0060.00915.79
7.1.100.0030.00617.80
7.1.70.0030.00616.88
7.1.60.0070.01519.40
7.1.50.0100.01016.97
7.1.00.0030.07722.28
7.0.200.0000.00716.57
7.0.140.0000.07721.98
7.0.110.0130.05020.06
7.0.100.0070.07319.95
7.0.90.0100.07020.09
7.0.80.0170.07020.09
7.0.70.0070.08319.96
7.0.60.0000.04719.98
7.0.50.0070.04719.96
7.0.40.0170.07019.72
7.0.30.0100.08019.85
7.0.20.0070.08319.86
7.0.10.0030.04319.82
7.0.00.0000.08319.69
5.6.280.0030.07321.09
5.6.260.0030.04720.78
5.6.250.0130.06020.61
5.6.240.0030.08720.61
5.6.230.0070.08020.68
5.6.220.0100.08020.72
5.6.210.0070.04020.64
5.6.200.0200.07020.59
5.6.190.0070.05320.58
5.6.180.0030.07720.59
5.6.170.0070.06320.61
5.6.160.0100.06720.58
5.6.150.0100.04020.59
5.6.140.0100.05720.71
5.6.130.0030.06720.87
5.6.120.0070.06020.71
5.6.110.0030.04720.67
5.6.100.0030.04720.86
5.6.90.0030.04320.71
5.6.80.0130.03020.11
5.6.70.0070.05320.07
5.6.60.0100.07719.87
5.6.50.0070.07720.05
5.6.40.0030.05020.04
5.6.30.0100.07020.06
5.6.20.0170.06720.01
5.6.10.0070.04719.85
5.6.00.0030.07019.94
5.5.380.0000.04717.66
5.5.370.0100.07017.59
5.5.360.0030.04717.71
5.5.350.0070.08017.52
5.5.340.0030.06318.23
5.5.330.0130.05317.94
5.5.320.0070.06018.09
5.5.310.0070.07718.09
5.5.300.0130.03718.13
5.5.290.0070.08018.10
5.5.280.0130.06018.10
5.5.270.0030.04318.09
5.5.260.0100.06017.93
5.5.250.0000.06717.73
5.5.240.0100.06017.62
5.5.230.0100.07717.30
5.5.220.0170.06717.50
5.5.210.0130.07317.32
5.5.200.0130.03017.58
5.5.190.0030.04317.61
5.5.180.0070.04017.61
5.5.160.0070.06717.27
5.5.150.0030.07017.58
5.5.140.0030.04317.27
5.5.130.0070.04317.45
5.5.120.0130.08017.19
5.5.110.0070.07717.27
5.5.100.0070.06317.19
5.5.90.0170.07317.30
5.5.80.0070.07717.52
5.5.70.0070.08017.37
5.5.60.0100.08017.18
5.5.50.0170.07017.31
5.5.40.0200.06717.07
5.5.30.0030.07317.31
5.5.20.0070.07717.46
5.5.10.0000.03717.08
5.5.00.0000.03717.07
5.4.450.0070.05319.52
5.4.440.0100.08019.47
5.4.430.0070.04719.66
5.4.420.0130.03319.56
5.4.410.0130.06719.22
5.4.400.0130.05318.97
5.4.390.0200.05719.04
5.4.380.0230.02719.25
5.4.370.0070.07319.16
5.4.360.0100.04319.23
5.4.350.0100.03718.99
5.4.340.0070.07319.09
5.4.320.0030.04719.31
5.4.310.0070.04719.34
5.4.300.0070.07719.31
5.4.290.0100.06318.99
5.4.280.0170.06019.08
5.4.270.0070.05018.98
5.4.260.0070.07319.24
5.4.250.0100.05019.30
5.4.240.0070.04319.01
5.4.230.0030.04718.99
5.4.220.0000.08719.16
5.4.210.0030.06319.02
5.4.200.0000.04319.30
5.4.190.0070.07019.13
5.4.180.0030.06018.97
5.4.170.0100.06019.14
5.4.160.0070.07718.96
5.4.150.0170.06319.02
5.4.140.0070.05316.57
5.4.130.0070.07716.43
5.4.120.0030.06016.34
5.4.110.0070.03016.62
5.4.100.0030.03316.62
5.4.90.0070.06016.42
5.4.80.0070.06316.45
5.4.70.0070.07016.51
5.4.60.0100.06316.26
5.4.50.0030.05316.34
5.4.40.0000.07316.58
5.4.30.0030.05016.46
5.4.20.0100.07016.39
5.4.10.0000.05016.45
5.4.00.0070.07315.74
5.3.290.0070.07714.73
5.3.280.0070.05014.85
5.3.270.0000.07014.64
5.3.260.0100.05014.64
5.3.250.0130.03314.71
5.3.240.0000.05714.73
5.3.230.0100.02714.60
5.3.220.0070.03314.72
5.3.210.0030.03714.59
5.3.200.0030.06714.61
5.3.190.0070.06014.60
5.3.180.0070.07014.60
5.3.170.0070.05714.61
5.3.160.0000.06714.60
5.3.150.0070.03314.45
5.3.140.0030.03014.71
5.3.130.0000.08014.70
5.3.120.0070.04714.57
5.3.110.0030.07014.80
5.3.100.0070.05314.14
5.3.90.0070.07313.90
5.3.80.0030.07314.03
5.3.70.0030.07314.08
5.3.60.0130.06714.17
5.3.50.0000.03313.96
5.3.40.0030.06713.95
5.3.30.0130.05313.98
5.3.20.0130.05313.85
5.3.10.0000.04013.54
5.3.00.0130.06313.75
5.2.170.0000.04011.96
5.2.160.0000.06711.96
5.2.150.0000.06311.96
5.2.140.0070.04011.96
5.2.130.0100.05711.96
5.2.120.0000.04011.96
5.2.110.0070.02711.96
5.2.100.0100.03711.96
5.2.90.0000.06311.96
5.2.80.0130.03311.96
5.2.70.0070.06011.96
5.2.60.0030.06011.96
5.2.50.0070.04711.96
5.2.40.0070.02711.96
5.2.30.0100.05311.96
5.2.20.0030.05711.96
5.2.10.0030.06011.96
5.2.00.0100.05011.96
5.1.60.0000.05711.96
5.1.50.0000.06011.96
5.1.40.0100.02711.96
5.1.30.0100.03011.96
5.1.20.0030.03011.96
5.1.10.0130.04711.96
5.1.00.0070.03011.96
5.0.50.0000.04711.96
5.0.40.0070.03011.96
5.0.30.0030.06011.96
5.0.20.0100.03711.96
5.0.10.0030.04011.96
5.0.00.0070.06011.96
4.4.90.0070.02711.96
4.4.80.0000.01711.96
4.4.70.0030.02311.96
4.4.60.0030.01311.96
4.4.50.0030.01711.96
4.4.40.0030.04011.96
4.4.30.0000.03711.96
4.4.20.0070.03011.96
4.4.10.0030.03011.96
4.4.00.0000.03011.96
4.3.110.0030.03711.96
4.3.100.0030.01711.96
4.3.90.0130.02311.96
4.3.80.0000.02711.96
4.3.70.0070.02711.96
4.3.60.0030.01711.96
4.3.50.0030.03311.96
4.3.40.0000.03311.96
4.3.30.0030.03311.96
4.3.20.0030.01711.96
4.3.10.0000.02311.96
4.3.00.0070.02311.96

preferences:
44.94 ms | 400 KiB | 5 Q