3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Page() { private $title; private $description; private $body; public function __construct($title = '') { if (!empty($title)) { $this->title = $title; } else { $this->title = "TITLE"; } } public function description($description) { $this->description = $description; } public function body($body) { $this->body = $body; } public function display($content = '') { $html = ''; $html .= '<html>\n'; $html .= '<head>\n'; $html .= '<title>'.$this->title.'</title>\n<body'; if(!empty($this->body)) $html .= ' '. $this->body; $html .= '>\n'; $html .= trim($content); $html .= '</body?\n'; $html .= '</html>'; } } $myPage = new Page('test'); $myPage->display("<div>HELLO</div>"); ?>

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.0080.04012.02
5.4.320.0050.03912.51
5.4.310.0050.04012.50
5.4.300.0030.04212.51
5.4.290.0070.04512.50
5.4.280.0080.04512.40
5.4.270.0090.03312.40
5.4.260.0040.03912.40
5.4.250.0060.03812.40
5.4.240.0090.04012.40
5.4.230.0070.03812.39
5.4.220.0070.03612.39
5.4.210.0040.03812.39
5.4.200.0070.03712.39
5.4.190.0040.03812.39
5.4.180.0040.03712.39
5.4.170.0070.03612.40
5.4.160.0060.03612.39
5.4.150.0070.04112.39
5.4.140.0080.03512.08
5.4.130.0130.03612.06
5.4.120.0090.04512.03
5.4.110.0080.03412.03
5.4.100.0120.03112.02
5.4.90.0040.03812.02
5.4.80.0060.04312.02
5.4.70.0030.04312.02
5.4.60.0070.03512.02
5.4.50.0070.03412.02
5.4.40.0070.03412.00
5.4.30.0060.03612.00
5.4.20.0020.04012.00
5.4.10.0050.03512.00
5.4.00.0050.03711.49
5.3.290.0090.03712.80
5.3.280.0070.03712.71
5.3.270.0100.03512.72
5.3.260.0060.04812.72
5.3.250.0150.04012.72
5.3.240.0140.04512.72
5.3.230.0050.03912.71
5.3.220.0090.04012.68
5.3.210.0080.04112.68
5.3.200.0060.03712.68
5.3.190.0100.03412.68
5.3.180.0050.03812.67
5.3.170.0080.03512.67
5.3.160.0080.03712.67
5.3.150.0060.03912.67
5.3.140.0050.03712.66
5.3.130.0110.03512.65
5.3.120.0070.04012.66
5.3.110.0080.03812.66
5.3.100.0080.03712.12
5.3.90.0040.04012.10
5.3.80.0080.04012.09
5.3.70.0020.04112.09
5.3.60.0040.03912.07
5.3.50.0090.03412.02
5.3.40.0030.04012.02
5.3.30.0070.03711.98
5.3.20.0060.04011.76
5.3.10.0080.03511.73
5.3.00.0080.03411.71
5.2.170.0070.0429.21
5.2.160.0040.0429.21
5.2.150.0030.0399.21
5.2.140.0030.0329.21
5.2.130.0060.0339.17
5.2.120.0040.0329.17
5.2.110.0040.0329.17
5.2.100.0070.0299.18
5.2.90.0090.0379.17
5.2.80.0080.0399.17
5.2.70.0040.0319.17
5.2.60.0040.0319.13
5.2.50.0050.0309.09
5.2.40.0090.0249.07
5.2.30.0040.0319.05
5.2.20.0060.0289.03
5.2.10.0040.0348.94
5.2.00.0060.0368.80
5.1.60.0100.0288.08
5.1.50.0050.0298.07
5.1.40.0070.0298.06
5.1.30.0070.0258.41
5.1.20.0070.0268.44
5.1.10.0030.0268.16
5.1.00.0040.0258.16
5.0.50.0030.0216.64
5.0.40.0060.0176.50
5.0.30.0030.0356.30
5.0.20.0050.0186.28
5.0.10.0040.0216.26
5.0.00.0040.0316.25
4.4.90.0030.0154.78
4.4.80.0030.0154.76
4.4.70.0060.0124.75
4.4.60.0020.0174.75
4.4.50.0060.0134.77
4.4.40.0000.0304.71
4.4.30.0050.0194.76
4.4.20.0070.0184.85
4.4.10.0030.0184.85
4.4.00.0040.0304.75
4.3.110.0040.0214.66
4.3.100.0060.0194.66
4.3.90.0050.0194.63
4.3.80.0020.0314.59
4.3.70.0030.0144.63
4.3.60.0030.0144.63
4.3.50.0020.0174.63
4.3.40.0040.0254.54
4.3.30.0030.0193.30
4.3.20.0020.0183.28
4.3.10.0000.0183.23
4.3.00.0070.0236.89

preferences:
144.27 ms | 1394 KiB | 7 Q