3v4l.org

run code in 300+ PHP versions simultaneously
<?php interface MakeMeCMS_Listener_interface { public function __construct($method, $args); public function setFeedback($arg, $type); public function feedback(); } class MakeMeCMS_Listener implements MakeMeCMS_Listener_interface { private $_feedback; private $_type; public function __construct($method, $args) { if(method_exists($this, $method)) { if($args != '') { if(preg_match('#\,#', $args)) { $args = explode(',', $args); } $this->$method($args); } else { $this->$method(); } } } public function setFeedback($arg,$type) { $this->_feedback = $arg; $this->_type = $type; } public function feedback() { return $this->_feedback; } private function test(array $args) { $string = ''; foreach($args as $arg) { $string .= $arg.' '; } $this->setFeedback($string, 'text/plain'); } } class myAddon_Listener extends MakeMeCMS_Listener implements MakeMeCMS_Listener_interface { public function __construct($method, $args) { if(method_exists($this, $method)) { if($args != '') { if(preg_match('#\,#', $args)) { $args = explode(',', $args); } $this->$method($args); } else { $this->$method(); } } } public function setFeedback($arg, $type) { parent::setFeedback($arg, $type); } public function feedback() { return parent::_feedback; } private function test2() { echo('Hello World!'); } } $listener = new MakeMeCMS_Listener('test', 'foo,bar'); echo($listener->feedback()); $customListener = new myAddon_Listener('test2'); echo($customListener->feedback());

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.0090.00617.13
8.3.50.0150.00722.15
8.3.40.0140.00019.04
8.3.30.0090.00919.10
8.3.20.0070.00020.20
8.3.10.0000.00823.65
8.3.00.0040.00419.63
8.2.180.0150.00318.91
8.2.170.0160.00622.96
8.2.160.0090.00620.20
8.2.150.0080.00024.18
8.2.140.0060.00624.66
8.2.130.0060.00319.48
8.2.120.0000.00826.35
8.2.110.0030.00622.19
8.2.100.0060.00618.16
8.2.90.0000.00819.17
8.2.80.0030.00517.97
8.2.70.0070.00318.00
8.2.60.0000.00817.93
8.2.50.0030.00518.07
8.2.40.0000.00919.39
8.2.30.0000.00820.73
8.2.20.0050.00518.02
8.2.10.0040.00418.09
8.2.00.0040.00418.18
8.1.280.0070.00725.92
8.1.270.0070.00323.98
8.1.260.0140.00028.09
8.1.250.0040.01128.09
8.1.240.0030.00720.71
8.1.230.0080.00322.62
8.1.220.0000.00817.75
8.1.210.0040.00418.77
8.1.200.0060.00317.50
8.1.190.0030.00517.35
8.1.180.0050.00318.10
8.1.170.0080.00018.95
8.1.160.0040.00421.93
8.1.150.0030.00618.95
8.1.140.0040.00419.54
8.1.130.0000.00717.75
8.1.120.0040.00417.61
8.1.110.0100.00017.52
8.1.100.0040.00417.61
8.1.90.0040.00417.62
8.1.80.0000.00717.63
8.1.70.0030.00317.49
8.1.60.0030.00617.66
8.1.50.0030.00617.71
8.1.40.0080.00317.65
8.1.30.0050.00317.81
8.1.20.0040.00417.69
8.1.10.0040.00417.73
8.1.00.0040.00417.73
8.0.300.0000.00718.77
8.0.290.0040.00417.00
8.0.280.0040.00418.36
8.0.270.0040.00417.24
8.0.260.0060.00017.36
8.0.250.0030.00317.16
8.0.240.0000.00717.19
8.0.230.0040.00417.15
8.0.220.0000.00717.04
8.0.210.0060.00617.07
8.0.200.0000.00617.13
8.0.190.0040.00417.16
8.0.180.0000.00717.03
8.0.170.0040.00417.13
8.0.160.0050.00317.09
8.0.150.0040.00417.04
8.0.140.0080.00017.14
8.0.130.0030.00313.54
8.0.120.0050.00317.07
8.0.110.0080.00017.07
8.0.100.0040.00416.94
8.0.90.0000.00817.12
8.0.80.0070.01417.07
8.0.70.0040.00417.16
8.0.60.0000.00716.95
8.0.50.0000.00816.99
8.0.30.0090.00817.20
8.0.20.0080.01117.40
8.0.10.0030.00617.24
8.0.00.0130.00516.91
7.4.330.0070.00015.18
7.4.320.0030.00316.78
7.4.300.0000.00616.82
7.4.290.0040.00416.70
7.4.280.0030.00516.83
7.4.270.0070.00016.66
7.4.260.0000.00816.65
7.4.250.0080.00016.71
7.4.240.0040.00416.76
7.4.230.0070.00016.54
7.4.220.0070.01116.92
7.4.210.0080.00616.64
7.4.200.0000.00716.73
7.4.160.0120.00316.81
7.4.150.0030.01517.40
7.4.140.0080.01017.86
7.4.130.0080.00916.89
7.4.120.0130.00516.64
7.4.110.0070.01116.69
7.4.100.0110.00616.81
7.4.90.0070.01116.79
7.4.80.0070.01319.39
7.4.70.0130.00316.63
7.4.60.0060.01016.82
7.4.50.0060.00916.86
7.4.40.0070.01016.69
7.4.30.0080.00816.89
7.4.00.0050.01215.12
7.3.330.0000.00713.51
7.3.320.0050.00013.36
7.3.310.0030.00316.57
7.3.300.0030.00316.50
7.3.290.0060.01016.51
7.3.280.0100.00616.57
7.3.270.0170.00317.40
7.3.260.0100.00716.66
7.3.250.0110.00716.60
7.3.240.0100.00816.67
7.3.230.0170.00016.70
7.3.210.0100.00716.57
7.3.200.0090.00816.79
7.3.190.0100.00616.80
7.3.180.0070.01416.79
7.3.170.0060.00916.65
7.3.160.0070.01016.71
7.3.120.0090.01115.09
7.3.110.0050.01114.92
7.3.100.0110.00614.84
7.3.90.0070.00514.89
7.3.80.0040.01114.97
7.3.70.0030.00915.06
7.3.60.0040.00914.89
7.3.50.0020.01014.95
7.3.40.0030.00814.96
7.3.30.0060.00815.07
7.3.20.0050.00616.89
7.3.10.0050.00816.78
7.3.00.0050.00916.70
7.2.330.0070.01016.82
7.2.320.0110.01116.95
7.2.310.0100.00616.89
7.2.300.0030.01616.90
7.2.290.0060.01216.91
7.2.250.0100.00915.07
7.2.240.0070.01315.28
7.2.230.0070.00815.40
7.2.220.0080.00615.32
7.2.210.0050.01115.36
7.2.200.0080.00615.10
7.2.190.0010.00915.19
7.2.180.0000.01515.23
7.2.170.0060.00915.23
7.2.160.0090.00615.07
7.2.150.0060.00317.11
7.2.140.0100.00016.97
7.2.130.0080.00417.15
7.2.120.0030.00917.21
7.2.110.0090.00317.00
7.2.100.0070.00317.15
7.2.90.0000.01617.25
7.2.80.0030.01317.14
7.2.70.0080.00416.95
7.2.60.0000.01416.96
7.2.50.0080.00817.25
7.2.40.0070.01016.89
7.2.30.0040.00717.18
7.2.20.0030.00917.16
7.2.10.0070.01117.11
7.2.00.0060.00918.52
7.1.330.0070.00915.84
7.1.320.0050.01115.87
7.1.310.0030.01016.06
7.1.300.0100.00415.84
7.1.290.0080.00715.91
7.1.280.0070.00615.73
7.1.270.0070.00815.92
7.1.260.0080.00515.82
7.1.250.0000.00816.04
7.1.240.0050.00515.96
7.1.230.0030.00915.86
7.1.220.0030.00815.78
7.1.210.0030.00915.57
7.1.200.0080.00815.95
7.1.190.0030.01315.93
7.1.180.0140.00015.69
7.1.170.0040.00415.68
7.1.160.0000.01415.61
7.1.150.0030.01216.01
7.1.140.0030.00715.96
7.1.130.0100.00315.93
7.1.120.0060.00615.94
7.1.110.0030.01016.10
7.1.100.0050.00917.16
7.1.90.0060.00915.86
7.1.80.0090.00315.75
7.1.70.0110.00316.84
7.1.60.0060.01317.68
7.1.50.0070.00916.56
7.1.40.0090.00615.85
7.1.30.0080.00315.77
7.1.20.0050.00516.01
7.1.10.0090.00315.89
7.1.00.0030.04119.11
7.0.330.0030.00915.63
7.0.320.0100.00315.38
7.0.310.0060.00315.68
7.0.300.0000.00815.67
7.0.290.0100.00715.62
7.0.280.0000.01115.58
7.0.270.0080.00415.61
7.0.260.0000.01315.50
7.0.250.0070.00315.63
7.0.240.0030.01015.61
7.0.230.0080.00415.37
7.0.220.0110.00415.66
7.0.210.0060.00915.44
7.0.200.0050.00816.32
7.0.190.0040.01115.59
7.0.180.0030.00615.57
7.0.170.0030.00915.72
7.0.160.0060.01115.30
7.0.150.0000.01315.73
7.0.140.0030.01015.66
7.0.130.0000.01315.74
7.0.120.0070.00715.62
7.0.110.0060.00615.66
7.0.100.0090.00315.36
7.0.90.0100.00315.51
7.0.80.0060.00315.54
7.0.70.0040.00715.46
7.0.60.0030.04517.76
7.0.50.0080.04316.79
7.0.40.0050.02716.74
7.0.30.0230.04016.90
7.0.20.0180.04716.86
7.0.10.0100.04616.87
7.0.00.0070.04216.92
5.6.400.0030.01314.79
5.6.390.0040.00414.68
5.6.380.0000.00914.26
5.6.370.0040.00414.66
5.6.360.0040.01114.43
5.6.350.0070.01014.55
5.6.340.0040.00414.37
5.6.330.0000.01814.60
5.6.320.0090.00614.36
5.6.310.0030.00914.48
5.6.300.0070.00714.43
5.6.290.0090.00314.61
5.6.280.0050.01617.77
5.6.270.0110.00014.45
5.6.260.0040.00714.62
5.6.250.0070.00714.43
5.6.240.0090.00614.63
5.6.230.0060.00914.51
5.6.220.0060.00614.43
5.6.210.0060.02417.62
5.6.200.0070.02216.40
5.6.190.0100.04717.51
5.6.180.0280.03217.41
5.6.170.0150.04417.43
5.6.160.0080.02517.32
5.6.150.0060.04316.35
5.6.140.0030.03116.31
5.6.130.0090.02216.37
5.6.120.0060.02317.79
5.6.110.0050.02517.79
5.6.100.0090.03317.68
5.6.90.0080.04217.78
5.6.80.0080.03817.39
5.6.70.0040.00814.48
5.6.60.0040.01114.65
5.6.50.0030.01414.55
5.6.40.0000.01214.35
5.6.30.0030.00914.48
5.6.20.0030.00514.58
5.6.10.0040.00814.50
5.6.00.0040.00714.48
5.5.380.0060.00614.36
5.5.370.0030.01014.35
5.5.360.0060.00814.71
5.5.350.2220.02417.31
5.5.340.0100.03016.20
5.5.330.0050.04317.31
5.5.320.0060.02117.45
5.5.310.0070.02817.27
5.5.300.0080.02016.39
5.5.290.0120.04216.13
5.5.280.0100.03817.58
5.5.270.0090.04717.67
5.5.260.0060.04417.54
5.5.250.0030.04217.60
5.5.240.0150.04317.30
5.5.230.0120.00014.27
5.5.220.0100.00314.20
5.5.210.0080.00314.29
5.5.200.0070.01014.51
5.5.190.0070.01014.43
5.5.180.0100.00014.49
5.5.170.0040.01014.24
5.5.160.0000.01114.50
5.5.150.0070.00714.27
5.5.140.0030.00514.64
5.5.130.0030.00714.00
5.5.120.0050.00814.13
5.5.110.0000.01114.48
5.5.100.0000.00914.46
5.5.90.0100.00314.44
5.5.80.0030.01214.49
5.5.70.0040.00714.45
5.5.60.0130.00014.17
5.5.50.0000.01414.10
5.5.40.0120.00614.25
5.5.30.0060.01114.23
5.5.20.0080.00714.35
5.5.10.0130.00014.27
5.5.00.0000.01314.40

preferences:
56.78 ms | 401 KiB | 5 Q