3v4l.org

run code in 300+ PHP versions simultaneously
<?php class MicroTemplateEngine { public $data = array(); private $tpl; function __construct($f) { $this->tpl = $f; } function __set($name, $value) { $this->data[$name] = $value; } function __toString() { $out = $this->tpl; foreach ($this->data as $_key => $_value) { $out = str_replace('#{{' . $_key . '}}', $_value, $out); } $out = preg_replace('/#{{.*?}}/' , '' , $out ); return $out; } } $t = new MicroTemplateEngine('<#{{element}} id="element-#{{id}}">#{{inner}}</#{{element}}>')->data = (object)array('element'=> 'span', 'id'=>45, 'inner' => 'Teste templating engine!'); var_dump($t); echo $t;

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.310.0060.03912.52
5.4.300.0050.03712.52
5.4.290.0070.03812.52
5.4.280.0030.03812.41
5.4.270.0060.03612.41
5.4.260.0050.04312.41
5.4.250.0080.03712.41
5.4.240.0040.03712.41
5.4.230.0070.03812.41
5.4.220.0120.03012.41
5.4.210.0030.03812.40
5.4.200.0040.04212.41
5.4.190.0080.03312.40
5.4.180.0070.04412.40
5.4.170.0100.03312.41
5.4.160.0050.04112.40
5.4.150.0060.03512.40
5.4.140.0070.03712.09
5.4.130.0060.03612.07
5.4.120.0070.03512.04
5.4.110.0070.03512.04
5.4.100.0030.03812.03
5.4.90.0050.03812.03
5.4.80.0040.03812.04
5.4.70.0040.03712.03
5.4.60.0060.03512.03
5.4.50.0080.03412.03
5.4.40.0060.03512.02
5.4.30.0070.03512.02
5.4.20.0080.03412.01
5.4.10.0070.03512.02
5.4.00.0060.04311.51
5.3.280.0090.04012.71
5.3.270.0040.04212.73
5.3.260.0090.04612.72
5.3.250.0060.03712.72
5.3.240.0040.04012.72
5.3.230.0050.03912.71
5.3.220.0120.03212.68
5.3.210.0050.04212.68
5.3.200.0070.03612.68
5.3.190.0040.04112.68
5.3.180.0070.03612.67
5.3.170.0060.03612.67
5.3.160.0050.03812.68
5.3.150.0070.03712.67
5.3.140.0040.03812.66
5.3.130.0060.04112.66
5.3.120.0090.03912.66
5.3.110.0080.03912.66
5.3.100.0070.03712.13
5.3.90.0110.05112.11
5.3.80.0060.03712.10
5.3.70.0070.03512.10
5.3.60.0050.03712.09
5.3.50.0060.03712.04
5.3.40.0100.03312.03
5.3.30.0110.03011.99
5.3.20.0030.03811.77
5.3.10.0030.03811.74
5.3.00.0080.03811.73
5.2.170.0100.0339.23
5.2.160.0060.0289.24
5.2.150.0040.0319.24
5.2.140.0040.0319.22
5.2.130.0040.0299.18
5.2.120.0020.0319.18
5.2.110.0040.0309.19
5.2.100.0040.0299.19
5.2.90.0050.0299.19
5.2.80.0060.0299.18
5.2.70.0070.0279.18
5.2.60.0070.0289.14
5.2.50.0040.0319.11
5.2.40.0040.0309.09
5.2.30.0040.0309.06
5.2.20.0060.0279.05
5.2.10.0030.0308.95
5.2.00.0040.0298.82
5.1.60.0040.0248.11
5.1.50.0050.0238.10
5.1.40.0080.0208.08
5.1.30.0030.0268.43
5.1.20.0020.0288.45
5.1.10.0080.0228.17
5.1.00.0070.0318.18
5.0.50.0030.0206.65
5.0.40.0040.0186.52
5.0.30.0040.0306.32
5.0.20.0040.0196.29
5.0.10.0040.0206.27
5.0.00.0040.0306.26
4.4.90.0040.0144.77
4.4.80.0020.0164.75
4.4.70.0040.0194.75
4.4.60.0020.0164.76
4.4.50.0040.0144.77
4.4.40.0040.0244.71
4.4.30.0030.0164.76
4.4.20.0040.0144.84
4.4.10.0040.0154.85
4.4.00.0020.0254.76
4.3.110.0030.0154.67
4.3.100.0020.0154.66
4.3.90.0000.0174.63
4.3.80.0030.0254.59
4.3.70.0030.0204.63
4.3.60.0030.0154.63
4.3.50.0000.0194.63
4.3.40.0030.0294.54
4.3.30.0010.0233.30
4.3.20.0010.0203.28
4.3.10.0030.0163.24
4.3.00.0130.0207.21

preferences:
144.22 ms | 1394 KiB | 7 Q