3v4l.org

run code in 300+ PHP versions simultaneously
<?php Class hisRange { public $s, $e, $r, $f; function __constructor($s= '00:00:00', $e= '23:59:59', $r= 3600, $f= 'H:00:00') { $this->s = $s; $this->e = $e; $this->r = $r; $this->f = $f; } function run() { return array_map(array($this, 'fm'), , range(strtotime($this->s), strtotime($this->e), $this->r)); } function fm($t) { return date($this->f, $t); } } $range = new hisRange(); $s = $range->run();

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.0040.03812.03
5.4.320.0030.04012.52
5.4.310.0070.04512.52
5.4.300.0050.03712.52
5.4.290.0050.04312.52
5.4.280.0050.03512.41
5.4.270.0070.04012.41
5.4.260.0070.05312.41
5.4.250.0050.04712.41
5.4.240.0050.03712.41
5.4.230.0090.03512.41
5.4.220.0040.03812.40
5.4.210.0030.03712.41
5.4.200.0070.03612.40
5.4.190.0050.03612.40
5.4.180.0060.04012.40
5.4.170.0040.03912.41
5.4.160.0060.03612.41
5.4.150.0050.03712.40
5.4.140.0050.03812.09
5.4.130.0050.03812.07
5.4.120.0060.03512.04
5.4.110.0070.03412.04
5.4.100.0050.03612.03
5.4.90.0070.03812.04
5.4.80.0070.03912.04
5.4.70.0070.03612.03
5.4.60.0050.03512.03
5.4.50.0040.03612.03
5.4.40.0040.03612.02
5.4.30.0060.03512.01
5.4.20.0080.03212.01
5.4.10.0040.03612.01
5.4.00.0030.03811.51
5.3.290.0080.03712.80
5.3.280.0060.03712.71
5.3.270.0050.03912.73
5.3.260.0060.03812.72
5.3.250.0060.03712.72
5.3.240.0050.04112.72
5.3.230.0110.03612.71
5.3.220.0040.03912.68
5.3.210.0060.03912.68
5.3.200.0090.03712.68
5.3.190.0060.03712.68
5.3.180.0090.03312.67
5.3.170.0050.03812.67
5.3.160.0050.03712.68
5.3.150.0060.04012.67
5.3.140.0050.04212.66
5.3.130.0060.03912.66
5.3.120.0050.03912.66
5.3.110.0040.04112.66
5.3.100.0080.03412.13
5.3.90.0050.03712.11
5.3.80.0030.04012.10
5.3.70.0090.04112.10
5.3.60.0030.03912.09
5.3.50.0070.03612.03
5.3.40.0100.03812.03
5.3.30.0040.03711.99
5.3.20.0060.03611.77
5.3.10.0050.03611.74
5.3.00.0070.03711.72
5.2.170.0060.0289.23
5.2.160.0050.0299.22
5.2.150.0000.0349.23
5.2.140.0050.0299.22
5.2.130.0040.0299.18
5.2.120.0070.0259.18
5.2.110.0050.0289.19
5.2.100.0050.0289.18
5.2.90.0060.0289.18
5.2.80.0050.0309.18
5.2.70.0030.0319.18
5.2.60.0060.0319.13
5.2.50.0030.0309.10
5.2.40.0040.0299.08
5.2.30.0050.0289.06
5.2.20.0030.0309.05
5.2.10.0030.0298.96
5.2.00.0040.0288.82
5.1.60.0020.0258.10
5.1.50.0060.0228.09
5.1.40.0030.0258.07
5.1.30.0030.0318.43
5.1.20.0030.0278.44
5.1.10.0050.0248.17
5.1.00.0080.0238.18
5.0.50.0030.0206.64
5.0.40.0050.0226.51
5.0.30.0050.0296.32
5.0.20.0060.0166.29
5.0.10.0030.0196.27
5.0.00.0050.0316.25
4.4.90.0040.0144.78
4.4.80.0020.0154.75
4.4.70.0040.0204.75
4.4.60.0010.0214.76
4.4.50.0030.0174.77
4.4.40.0050.0254.71
4.4.30.0030.0214.75
4.4.20.0020.0194.84
4.4.10.0030.0154.85
4.4.00.0010.0284.76
4.3.110.0020.0164.67
4.3.100.0030.0144.66
4.3.90.0010.0154.63
4.3.80.0020.0254.58
4.3.70.0040.0194.63
4.3.60.0010.0174.63
4.3.50.0030.0144.63
4.3.40.0030.0244.54
4.3.30.0020.0163.30
4.3.20.0020.0163.28
4.3.10.0030.0143.24
4.3.00.0130.0207.89

preferences:
136.28 ms | 1394 KiB | 7 Q