3v4l.org

run code in 300+ PHP versions simultaneously
<?php interface Log { public function alert($message); } class EchoLog implements Log { public function alert($message) { echo $message; } } class TestLog { private $log; static const TEST = ['hoi']; public function __construct(Log $log) { $this->log = $log; } public function run() { $this->log->alert(SELF::TEST[0]); } } $testLog = new TestLog(new EchoLog()); $testLog->run();

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)
5.4.340.0040.03512.03
5.4.320.0030.03712.52
5.4.310.0070.03512.52
5.4.300.0060.03512.52
5.4.290.0040.03912.51
5.4.280.0070.03412.41
5.4.270.0060.04112.41
5.4.260.0060.03612.41
5.4.250.0070.03512.41
5.4.240.0090.03312.41
5.4.230.0070.03912.40
5.4.220.0080.03612.40
5.4.210.0080.03112.40
5.4.200.0030.03912.40
5.4.190.0070.03412.40
5.4.180.0050.03612.40
5.4.170.0140.02712.41
5.4.160.0060.03512.40
5.4.150.0090.03112.39
5.4.140.0070.04012.09
5.4.130.0050.04212.07
5.4.120.0060.03412.04
5.4.110.0060.03412.03
5.4.100.0060.03312.03
5.4.90.0070.03412.03
5.4.80.0080.03312.03
5.4.70.0060.03312.03
5.4.60.0050.03412.02
5.4.50.0040.03612.02
5.4.40.0030.03712.02
5.4.30.0080.03212.01
5.4.20.0050.03412.01
5.4.10.0060.03312.01
5.4.00.0040.03711.51
5.3.290.0070.03712.80
5.3.280.0070.03612.70
5.3.270.0050.03912.72
5.3.260.0060.03812.72
5.3.250.0100.03312.72
5.3.240.0080.03512.72
5.3.230.0030.04412.71
5.3.220.0050.03712.68
5.3.210.0110.04512.68
5.3.200.0060.03912.68
5.3.190.0060.03612.68
5.3.180.0060.03612.67
5.3.170.0060.03512.67
5.3.160.0060.03512.68
5.3.150.0080.03312.67
5.3.140.0100.03112.66
5.3.130.0060.03712.66
5.3.120.0060.03812.66
5.3.110.0070.04412.66
5.3.100.0070.03512.13
5.3.90.0060.03512.11
5.3.80.0090.03112.10
5.3.70.0070.03412.10
5.3.60.0070.03412.08
5.3.50.0080.03212.03
5.3.40.0070.03412.03
5.3.30.0040.03511.99
5.3.20.0070.03311.77
5.3.10.0090.03611.74
5.3.00.0050.04211.73
5.2.170.0070.0289.22
5.2.160.0060.0279.22
5.2.150.0060.0299.22
5.2.140.0040.0339.22
5.2.130.0030.0309.18
5.2.120.0020.0309.18
5.2.110.0030.0319.19
5.2.100.0070.0279.18
5.2.90.0050.0349.18
5.2.80.0070.0279.18
5.2.70.0060.0289.18
5.2.60.0070.0279.14
5.2.50.0050.0299.11
5.2.40.0040.0299.08
5.2.30.0040.0319.05
5.2.20.0010.0319.04
5.2.10.0080.0248.95
5.2.00.0070.0308.82
5.1.60.0050.0238.09
5.1.50.0060.0258.09
5.1.40.0050.0238.07
5.1.30.0050.0258.43
5.1.20.0050.0298.44
5.1.10.0040.0258.17
5.1.00.0050.0248.17
5.0.50.0030.0206.64
5.0.40.0040.0186.51
5.0.30.0020.0316.32
5.0.20.0030.0206.29
5.0.10.0040.0196.26
5.0.00.0040.0296.25
4.4.90.0020.0154.78
4.4.80.0030.0154.75
4.4.70.0010.0164.76
4.4.60.0030.0154.75
4.4.50.0000.0174.77
4.4.40.0040.0294.71
4.4.30.0020.0164.76
4.4.20.0040.0154.85
4.4.10.0030.0224.84
4.4.00.0030.0304.76
4.3.110.0020.0154.67
4.3.100.0040.0144.67
4.3.90.0010.0154.64
4.3.80.0030.0294.59
4.3.70.0030.0134.63
4.3.60.0020.0144.63
4.3.50.0030.0144.63
4.3.40.0020.0244.54
4.3.30.0050.0123.29
4.3.20.0010.0163.26
4.3.10.0020.0153.22
4.3.00.0130.0206.80

preferences:
134.94 ms | 1394 KiB | 7 Q