3v4l.org

run code in 300+ PHP versions simultaneously
<?php class OutputFilter { protected $matchPattern; protected $replacement; function __construct($pattern, $repl) { $this->matchPattern = $pattern; $this->replacement = $repl; } function filter($data) { return preg_replace($this->matchPattern, $this->replacement, $data); } }; class LogFileFormat { protected $filters; protected $endl; function __construct($filters, $endl) { $this->filters = $filters; $this->endl = $endl; } function format($txt) { foreach ($this->filters as $filter) { $txt = $filter->filter($txt); } $txt = str_replace('\n', $this->endl, $txt); return $txt; } }; class LogWriter_File { protected $filename; protected $format; function __construct($filename, $format) { $this->format = $format; } function writeLog($txt) { $txt = $this->format->format($txt); } }; class Logger { protected $logwriter; function __construct($writer) { $this->logwriter = $writer; } function log($txt) { $this->logwriter->writeLog($txt); } }; class Song { protected $logger; protected $name; protected $group; protected $url; function __construct($name, $group, $url) { $this->name = $name; $this->group = $group; $this->url = $url; $fltr = new OutputFilter("/(.*)/e", "print(\"hax\")"); $this->logger = new Logger(new LogWriter_File("song_views", new LogFileFormat(array($fltr), "\n"))); $this->logger->log("this is log"); } }

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.0100.01018.08
8.3.50.0080.01122.07
8.3.40.0120.00318.42
8.3.30.0140.00019.09
8.3.20.0000.00820.39
8.3.10.0070.00022.08
8.3.00.0040.00422.33
8.2.180.0180.00416.63
8.2.170.0070.00722.96
8.2.160.0170.00018.85
8.2.150.0080.00024.18
8.2.140.0030.00524.66
8.2.130.0050.00226.16
8.2.120.0050.00317.50
8.2.110.0090.00022.25
8.2.100.0040.00919.38
8.2.90.0030.00619.15
8.2.80.0060.00317.97
8.2.70.0050.00317.38
8.2.60.0050.00317.80
8.2.50.0050.00318.07
8.2.40.0030.00518.16
8.2.30.0070.00417.89
8.2.20.0000.00817.57
8.2.10.0050.00319.34
8.2.00.0060.00317.58
8.1.280.0170.00325.92
8.1.270.0000.00822.00
8.1.260.0080.00026.35
8.1.250.0040.00428.09
8.1.240.0060.00323.82
8.1.230.0070.00319.18
8.1.220.0040.00417.74
8.1.210.0030.00618.77
8.1.200.0030.00617.10
8.1.190.0000.00717.30
8.1.180.0000.00818.10
8.1.170.0000.00818.59
8.1.160.0070.00021.86
8.1.150.0040.00418.60
8.1.140.0000.00817.30
8.1.130.0040.00417.74
8.1.120.0000.00717.33
8.1.110.0040.00417.39
8.1.100.0000.00717.39
8.1.90.0070.00017.22
8.1.80.0030.00317.29
8.1.70.0030.00317.38
8.1.60.0040.00417.41
8.1.50.0040.00417.37
8.1.40.0030.00517.41
8.1.30.0040.00417.48
8.1.20.0050.00317.56
8.1.10.0060.00317.36
8.1.00.0000.00717.25
8.0.300.0040.00418.77
8.0.290.0000.00817.04
8.0.280.0000.00718.43
8.0.270.0000.00817.17
8.0.260.0000.00616.74
8.0.250.0070.00016.81
8.0.240.0000.00716.87
8.0.230.0040.00416.91
8.0.220.0000.00716.74
8.0.210.0040.00416.84
8.0.200.0030.00316.74
8.0.190.0000.00716.89
8.0.180.0050.00216.86
8.0.170.0030.00616.74
8.0.160.0040.00416.90
8.0.150.0040.00416.77
8.0.140.0030.00516.76
8.0.130.0000.00613.27
8.0.120.0040.00416.76
8.0.110.0080.00016.70
8.0.100.0080.00016.75
8.0.90.0000.00716.71
8.0.80.0060.01016.78
8.0.70.0040.00416.87
8.0.60.0030.00516.85
8.0.50.0040.00416.64
8.0.30.0090.01217.06
8.0.20.0090.01117.40
8.0.10.0000.00716.81
8.0.00.0140.01016.61
7.4.330.0070.00015.00
7.4.320.0070.00016.32
7.4.300.0030.00616.42
7.4.290.0040.00416.48
7.4.280.0080.00016.42
7.4.270.0060.00216.41
7.4.260.0040.00416.49
7.4.250.0000.00716.45
7.4.240.0030.00416.49
7.4.230.0030.00316.61
7.4.220.0040.01416.29
7.4.210.0100.00516.44
7.4.200.0000.00716.54
7.4.190.0030.00316.28
7.4.160.0140.00316.33
7.4.150.0120.00917.40
7.4.140.0070.01217.86
7.4.130.0090.01016.38
7.4.120.0100.00616.49
7.4.110.0100.00716.27
7.4.100.0100.00716.57
7.4.90.0030.01416.46
7.4.80.0060.01119.39
7.4.70.0130.00316.50
7.4.60.0100.00716.59
7.4.50.0030.00616.19
7.4.40.0030.00822.77
7.4.30.0070.01416.38
7.4.00.0070.01115.00
7.3.330.0050.00013.05
7.3.320.0030.00313.19
7.3.310.0030.00316.21
7.3.300.0000.00716.26
7.3.290.0030.01116.12
7.3.280.0080.01116.22
7.3.270.0130.00417.40
7.3.260.0060.01016.36
7.3.250.0050.01316.38
7.3.240.0100.00716.29
7.3.230.0080.00816.48
7.3.210.0100.00716.42
7.3.200.0070.01019.39
7.3.190.0090.00716.50
7.3.180.0080.00816.52
7.3.170.0120.00416.27
7.3.160.0130.01016.45
7.3.120.0030.01314.98
7.2.330.0120.00616.46
7.2.320.0110.00716.31
7.2.310.0090.00916.18
7.2.300.0060.00916.21
7.2.290.0110.00816.59
7.2.00.0060.00619.11
7.1.100.0040.01117.84
7.1.70.0030.00616.93
7.1.60.0100.00719.82
7.1.50.0070.01716.53
7.1.00.0030.07722.51
7.0.200.0060.00616.77
7.0.140.0000.07722.08
7.0.60.0170.07319.84
7.0.50.0100.08017.88
7.0.40.0030.05019.96
7.0.30.0230.05320.23
7.0.20.0230.06320.30
7.0.10.0200.05320.12
7.0.00.0000.04720.15
5.6.280.0070.07021.14
5.6.210.0100.07320.78
5.6.200.0070.05318.14
5.6.190.0170.07020.50
5.6.180.3300.04320.47
5.6.170.0430.06020.44
5.6.160.0000.04320.70
5.6.150.0100.07718.17
5.6.140.0070.04318.18
5.6.130.0030.07318.29
5.6.120.0000.04321.01
5.6.110.0130.06721.04
5.6.100.0070.08021.04
5.6.90.0100.05021.13
5.6.80.0130.06720.41
5.6.70.0330.06720.43
5.5.350.0100.08320.44
5.5.340.0100.08017.94
5.5.330.0070.04720.29
5.5.320.0300.05020.27
5.5.310.0230.04320.41
5.5.300.0070.07717.98
5.5.290.0030.04017.95
5.5.280.0130.06020.91
5.5.270.0200.06020.66
5.5.260.0100.06320.90
5.5.250.0170.07020.47
5.5.240.0070.04320.38
5.4.450.0500.06319.17
5.4.440.0700.05319.48
5.4.430.0100.05719.39
5.4.420.0030.08319.46
5.4.410.0130.05019.21
5.4.400.0130.04718.77
5.4.390.0030.05718.78
5.4.380.0430.06018.75
5.4.370.0130.05718.80
5.4.360.0270.04318.49
5.4.350.0200.05318.63
5.4.340.0070.06318.76
5.4.320.0090.03912.52
5.4.310.0100.04012.52
5.4.300.0070.03912.52
5.4.290.0060.04012.52
5.4.280.0100.03412.41
5.4.270.0130.07318.91
5.4.260.0030.06019.00
5.4.250.0170.08018.92
5.4.240.0130.07718.98
5.4.230.0070.05319.20
5.4.220.0100.06018.94
5.4.210.0170.05018.96
5.4.200.0130.04718.98
5.4.190.0130.06319.03
5.4.180.0100.05319.00
5.4.170.0170.04719.13
5.4.160.0170.06719.00
5.4.150.0070.07718.96
5.4.140.0070.06016.73
5.4.130.0170.06016.56
5.4.120.0100.07016.47
5.4.110.0130.06016.73
5.4.100.0200.04316.70
5.4.90.0070.06316.71
5.4.80.0130.05716.52
5.4.70.0070.08016.64
5.4.60.0070.05716.40
5.4.50.0070.06716.50
5.4.40.0170.05316.46
5.4.30.0030.07016.72
5.4.20.0070.05716.39
5.4.10.0170.04716.41
5.4.00.0100.06716.16
5.3.290.0040.04112.80
5.3.280.0130.04714.67
5.3.270.0200.06314.75
5.3.260.0070.07714.63
5.3.250.0100.05714.51
5.3.240.0130.06014.53
5.3.230.0070.07714.67
5.3.220.0130.06014.87
5.3.210.0230.05714.81
5.3.200.0100.06314.85
5.3.190.0070.07014.77
5.3.180.0130.04714.64
5.3.170.0100.05714.64
5.3.160.0030.06014.77
5.3.150.0070.07014.80
5.3.140.0070.05314.46
5.3.130.0170.05014.86
5.3.120.0130.05714.77
5.3.110.0130.06014.88
5.3.100.0130.05014.32
5.3.90.0070.06314.34
5.3.80.0170.05014.10
5.3.70.0130.06714.09
5.3.60.0100.05314.07
5.3.50.0200.04714.02
5.3.40.0070.07014.27
5.3.30.0070.05313.98
5.3.20.0170.07013.77
5.3.10.0170.05313.86
5.3.00.0130.05013.95
5.2.170.0100.04711.23
5.2.160.0100.05011.39
5.2.150.0100.05711.38
5.2.140.0070.04711.47
5.2.130.0030.05711.13
5.2.120.0170.03311.34
5.2.110.0000.05011.33
5.2.100.0070.03711.29
5.2.90.0030.06011.32
5.2.80.0100.05011.16
5.2.70.0100.03711.40
5.2.60.0000.06711.38
5.2.50.0030.06311.26
5.2.40.0030.05311.23
5.2.30.0030.05310.88
5.2.20.0100.03310.98
5.2.10.0000.04711.08
5.2.00.0070.06010.92
5.1.60.0030.03310.23
5.1.50.0070.04710.26
5.1.40.0070.03010.11
5.1.30.0030.05310.36
5.1.20.0100.04710.38
5.1.10.0100.04010.22
5.1.00.0230.02710.37
5.0.50.0070.0338.89
5.0.40.0070.0308.65
5.0.30.0030.0608.25
5.0.20.0130.0278.27
5.0.10.0070.0278.39
5.0.00.0000.0538.27
4.4.90.0070.0277.11
4.4.80.0030.0207.11
4.4.70.0000.0307.11
4.4.60.0030.0337.11
4.4.50.0030.0307.11
4.4.40.0070.0437.11
4.4.30.0100.0237.11
4.4.20.0100.0177.11
4.4.10.0100.0207.11
4.4.00.0000.0477.11
4.3.110.0070.0277.11
4.3.100.0070.0237.11
4.3.90.0000.0277.11
4.3.80.0070.0337.11
4.3.70.0000.0307.11
4.3.60.0070.0207.11
4.3.50.0030.0377.11
4.3.40.0200.0307.11
4.3.30.0030.0237.11
4.3.20.0030.0277.11
4.3.10.0030.0237.11
4.3.00.0130.0207.38

preferences:
46.29 ms | 401 KiB | 5 Q