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"); } } class Lyrics { protected $lyrics; protected $song; function __construct($lyrics, $song) { $this->song = $song; $this->lyrics = $lyrics; } }; $kek = new Song("manyname", "sogroup", "wowhttp"); $lyr = new Lyrics("same old kid", $kek); $uus = array($lyr); echo serialize($uus);

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.0140.00718.55
8.3.50.0100.01122.01
8.3.40.0110.00718.96
8.3.30.0040.01119.04
8.3.20.0040.00420.16
8.3.10.0050.00322.13
8.3.00.0080.00022.58
8.2.180.0080.00816.63
8.2.170.0140.00022.96
8.2.160.0120.00319.16
8.2.150.0040.00424.18
8.2.140.0030.00624.66
8.2.130.0000.00826.16
8.2.120.0000.00817.61
8.2.110.0090.00022.08
8.2.100.0130.00317.84
8.2.90.0000.00819.22
8.2.80.0000.00818.05
8.2.70.0040.00417.63
8.2.60.0040.00418.05
8.2.50.0060.00318.07
8.2.40.0080.00018.16
8.2.30.0040.00718.10
8.2.20.0040.00417.63
8.2.10.0060.00319.60
8.2.00.0030.00617.83
8.1.280.0170.00325.92
8.1.270.0110.00722.12
8.1.260.0080.00026.35
8.1.250.0070.00028.09
8.1.240.0080.00023.84
8.1.230.0040.00819.02
8.1.220.0030.00517.74
8.1.210.0060.00318.77
8.1.200.0030.00717.35
8.1.190.0030.00617.40
8.1.180.0040.00418.10
8.1.170.0050.00518.46
8.1.160.0050.00322.10
8.1.150.0000.00818.71
8.1.140.0000.01117.49
8.1.130.0030.00617.87
8.1.120.0000.00817.54
8.1.110.0040.00417.47
8.1.100.0000.00717.48
8.1.90.0000.00717.34
8.1.80.0000.00717.51
8.1.70.0030.00317.54
8.1.60.0040.00417.65
8.1.50.0000.00717.46
8.1.40.0050.00317.55
8.1.30.0020.00517.50
8.1.20.0040.00417.68
8.1.10.0050.00317.54
8.1.00.0040.00417.55
8.0.300.0060.00318.77
8.0.290.0070.00017.43
8.0.280.0030.00318.36
8.0.270.0000.00717.41
8.0.260.0000.00816.93
8.0.250.0070.00016.98
8.0.240.0000.00716.96
8.0.230.0030.00517.06
8.0.220.0060.00016.84
8.0.210.0050.00317.02
8.0.200.0000.00616.97
8.0.190.0040.00417.04
8.0.180.0040.00416.93
8.0.170.0040.00417.05
8.0.160.0040.00417.05
8.0.150.0070.00016.93
8.0.140.0040.00416.86
8.0.130.0030.00313.45
8.0.120.0040.00416.97
8.0.110.0040.00416.84
8.0.100.0050.00317.01
8.0.90.0000.00716.98
8.0.80.0120.00317.04
8.0.70.0040.00416.95
8.0.60.0000.00716.82
8.0.50.0040.00417.11
8.0.30.0170.01017.14
8.0.20.0110.00817.40
8.0.10.0000.00717.14
8.0.00.0090.01216.72
7.4.330.0060.00015.05
7.4.320.0040.00416.49
7.4.300.0000.00616.69
7.4.290.0040.00416.57
7.4.280.0040.00416.46
7.4.270.0030.00716.62
7.4.260.0000.00716.63
7.4.250.0000.00716.54
7.4.240.0010.00616.65
7.4.230.0030.00316.67
7.4.220.0080.00916.63
7.4.210.0120.00416.58
7.4.200.0030.00316.65
7.4.190.0030.00316.61
7.4.160.0170.00016.57
7.4.150.0200.00717.40
7.4.140.0100.00717.86
7.4.130.0110.00916.65
7.4.120.0100.00816.57
7.4.110.0060.01216.58
7.4.100.0070.01116.60
7.4.90.0060.01116.52
7.4.80.0060.01519.39
7.4.70.0080.00716.66
7.4.60.0040.01416.66
7.4.50.0090.00016.26
7.4.40.0040.01122.77
7.4.30.0060.01016.72
7.4.00.0080.00915.00
7.3.330.0050.00013.20
7.3.320.0000.00513.36
7.3.310.0030.00316.42
7.3.300.0000.00716.43
7.3.290.0090.00616.48
7.3.280.0120.00616.43
7.3.270.0090.00817.40
7.3.260.0110.00716.45
7.3.250.0180.00516.59
7.3.240.0120.00816.41
7.3.230.0170.00016.39
7.3.210.0100.00716.48
7.3.200.0090.00919.39
7.3.190.0110.01016.40
7.3.180.0060.00916.59
7.3.170.0080.00816.45
7.3.160.0140.00516.50
7.3.120.0100.00815.07
7.3.110.0000.01915.03
7.3.100.0100.00314.70
7.3.90.0030.00614.79
7.3.80.0030.01014.91
7.3.70.0060.00914.89
7.3.60.0060.00914.89
7.3.50.0150.00314.76
7.3.40.0030.01015.03
7.3.30.0030.00614.96
7.3.20.0080.00816.77
7.3.10.0090.00616.60
7.3.00.0030.01016.54
7.2.330.0130.00617.01
7.2.320.0130.00616.94
7.2.310.0070.01017.04
7.2.300.0080.00816.92
7.2.290.0140.00416.86
7.2.250.0120.00615.27
7.2.240.0100.01015.22
7.2.230.0080.00715.36
7.2.220.0130.00015.52
7.2.210.0060.00915.41
7.2.200.0030.00915.48
7.2.190.0030.01215.25
7.2.180.0100.00615.43
7.2.170.0000.01615.12
7.2.60.0100.00816.94
7.1.330.0070.01116.01
7.1.320.0060.00915.98
7.1.310.0030.00915.88
7.1.300.0040.01215.80
7.1.290.0080.00615.48
7.1.280.0040.01115.99
7.1.270.0070.00715.61
7.1.260.0000.00915.91
7.1.200.0080.00415.94
7.1.70.0000.00817.19
7.1.60.0060.00919.82
7.1.50.0070.00716.83
7.1.00.0030.07722.35
7.0.200.0070.00717.07
7.0.140.0000.07721.98
7.0.60.0000.08719.97
7.0.50.0100.07717.91
7.0.40.0130.05720.13
7.0.30.0270.07720.35
7.0.20.0400.07020.16
7.0.10.0100.07020.10
7.0.00.0070.05720.13
5.6.280.0100.06721.09
5.6.210.0130.07320.54
5.6.200.0030.04018.18
5.6.190.0030.05720.52
5.6.180.0270.07320.39
5.6.170.0270.03720.41
5.6.160.0100.05020.44
5.6.150.0170.07018.31
5.6.140.0070.07018.25
5.6.130.0100.03318.18
5.6.120.0030.08721.02
5.6.110.0000.05021.07
5.6.100.0030.08021.01
5.6.90.0130.07721.00
5.6.80.0130.07320.39
5.5.350.0070.03720.40
5.5.340.0100.04317.98
5.5.330.0030.09020.36
5.5.320.0270.07720.27
5.5.310.0170.07720.24
5.5.300.0070.04018.05
5.5.290.0070.07717.97
5.5.280.0130.05020.83
5.5.270.0170.07720.79
5.5.260.0100.07320.70
5.5.250.0130.05020.70
5.5.240.0430.05320.21
5.4.450.0630.05019.48
5.4.440.0030.07319.60
5.4.430.0070.05719.57
5.4.420.1000.05319.40
5.4.410.1000.07719.14
5.4.400.1000.04319.27
5.4.390.0700.06318.84
5.4.380.0170.06018.78
5.4.370.0270.04318.59
5.4.360.0200.05018.81
5.4.350.0270.04718.77
5.4.340.0230.04718.56
5.4.320.0080.03412.53
5.4.310.0070.04512.53
5.4.300.0070.04412.52
5.4.290.0040.03912.52
5.4.280.0070.03912.42
5.4.270.0130.07019.16
5.4.260.0070.06319.12
5.4.250.0270.05719.09
5.4.240.0070.08718.99
5.4.230.0130.07019.01
5.4.220.0130.07319.04
5.4.210.0130.05019.04
5.4.200.0130.08019.04
5.4.190.0100.06718.93
5.4.180.0100.07719.01
5.4.170.0100.05718.97
5.4.160.0100.05319.00
5.4.150.0130.06318.90
5.4.140.0230.05316.69
5.4.130.0200.05716.69
5.4.120.0030.06716.52
5.4.110.0200.06016.69
5.4.100.0030.06316.54
5.4.90.0130.04716.48
5.4.80.0170.07316.72
5.4.70.0100.05716.68
5.4.60.0130.07316.40
5.4.50.0200.06316.65
5.4.40.0100.06016.43
5.4.30.0070.06316.41
5.4.20.0230.03716.59
5.4.10.0170.04716.61
5.4.00.0200.05715.86
5.3.290.0080.04312.80
5.3.280.0030.06714.63
5.3.270.0100.06014.92
5.3.260.0200.05014.92
5.3.250.0100.07014.82
5.3.240.0070.06714.76
5.3.230.0270.04714.70
5.3.220.0100.05714.80
5.3.210.0130.05014.88
5.3.200.0130.07014.82
5.3.190.0100.06314.91
5.3.180.0100.05714.65
5.3.170.0130.05314.66
5.3.160.0270.05714.79
5.3.150.0430.07014.59
5.3.140.0100.05714.71
5.3.130.0130.07314.47
5.3.120.0300.05314.88
5.3.110.0070.07314.89
5.3.100.0130.06314.13
5.3.90.0200.05014.35
5.3.80.0100.07014.34
5.3.70.0130.06314.26
5.3.60.0100.06014.29
5.3.50.0130.06014.15
5.3.40.0070.07714.28
5.3.30.0130.06314.16
5.3.20.0070.05013.99
5.3.10.0200.05713.74
5.3.00.0070.06013.72
5.2.170.0100.04711.21
5.2.160.0070.06011.39
5.2.150.0070.04311.07
5.2.140.0100.06011.07
5.2.130.0100.05311.29
5.2.120.0030.04311.34
5.2.110.0130.04711.37
5.2.100.0030.05711.34
5.2.90.0070.05711.02
5.2.80.0070.06311.13
5.2.70.0070.04711.34
5.2.60.0200.04011.28
5.2.50.0170.04011.36
5.2.40.0100.04311.23
5.2.30.0100.04711.32
5.2.20.0070.05311.18
5.2.10.0070.05311.18
5.2.00.0100.05010.83
5.1.60.0130.02710.32
5.1.50.0030.05010.15
5.1.40.0070.04310.34
5.1.30.0100.03010.57
5.1.20.0070.03710.66
5.1.10.0070.05310.34
5.1.00.0030.04310.38
5.0.50.0000.0378.54
5.0.40.0030.0308.34
5.0.30.0130.0408.57
5.0.20.0030.0278.34
5.0.10.0030.0308.41
5.0.00.0100.0508.20
4.4.90.0000.0237.27
4.4.80.0030.0237.27
4.4.70.0100.0277.27
4.4.60.0000.0307.27
4.4.50.0070.0277.27
4.4.40.0100.0307.27
4.4.30.0070.0207.27
4.4.20.0070.0207.27
4.4.10.0030.0237.27
4.4.00.0000.0477.27
4.3.110.0030.0277.27
4.3.100.0100.0237.27
4.3.90.0100.0207.27
4.3.80.0030.0337.27
4.3.70.0000.0337.27
4.3.60.0000.0237.27
4.3.50.0000.0237.27
4.3.40.0070.0407.27
4.3.30.0030.0277.27
4.3.20.0030.0307.27
4.3.10.0030.0307.27
4.3.00.0130.0178.13

preferences:
60.3 ms | 400 KiB | 5 Q