3v4l.org

run code in 300+ PHP versions simultaneously
<?php class day{ public $date; public function __construct() { $this->date = time(); } /** * Should I write code today? * @param (array) $todos Current list of TODOs * @return boolean I should code if true. */ public function doCode($todos) { //return true; //Never stop coding $chore = next($todos); while($chore && $chore->priority < 3 ) $chore = next($todos); return $chore === false || $this->isWeekend($this->date); } /** * Is the date in teh weekend? * @param string $date String date to check * @return boolean True if date is in the weekend */ public function isWeekend($date) { return date('w', $date) % 6 == 0; } } /* End of file day.php */ /* Location: ./life/modules/day/day.php */ $agenda = array( (object)array('priority'=>1) ,(object)array('priority'=>4) ,(object)array('priority'=>1) ,(object)array('priority'=>5) ); $day = new day(); $i = 1; while($i< 10) { echo var_dump($day->doCode($day->date)) . "\n"; $day->date = strtotime('+1 day', $day->date); $i++; }

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)
7.4.00.0040.01515.48
7.3.120.0030.01715.20
7.3.110.0130.00615.16
7.3.100.0090.00615.23
7.3.90.0090.00015.26
7.3.80.0090.00615.41
7.3.70.0080.00415.17
7.3.60.0110.00314.98
7.3.50.0090.00314.87
7.3.40.0100.00315.23
7.3.30.0070.00715.14
7.3.20.0060.00917.04
7.3.10.0170.00116.61
7.3.00.0090.00716.74
7.2.250.0160.00315.32
7.2.240.0070.01415.54
7.2.230.0070.00315.26
7.2.220.0080.00615.18
7.2.210.0040.00915.27
7.2.200.0030.01015.42
7.2.190.0100.00715.32
7.2.180.0080.00615.24
7.2.170.0030.01015.16
7.2.130.0160.00516.51
7.2.120.0140.01117.09
7.2.110.0190.00917.02
7.2.100.0110.01117.21
7.2.90.0200.00317.29
7.2.80.0140.00816.43
7.2.70.0140.00716.78
7.2.60.0130.00616.96
7.2.50.0180.00016.63
7.2.40.0100.01316.98
7.2.30.0140.00616.54
7.2.20.0070.01116.47
7.2.10.0160.00016.45
7.2.00.0070.00918.34
7.1.330.0070.00716.11
7.1.320.0040.00715.78
7.1.310.0150.00015.73
7.1.300.0070.00716.20
7.1.290.0080.00315.90
7.1.280.0040.00715.95
7.1.270.0060.00616.15
7.1.260.0080.00615.91
7.1.250.0130.00616.08
7.1.200.0240.00315.41
7.1.100.0000.01118.04
7.1.70.0030.01017.47
7.1.60.0100.01319.17
7.1.50.0220.00717.29
7.1.00.0000.07022.45
7.0.200.0110.00016.98
7.0.140.0070.07022.10
7.0.80.0100.08319.91
7.0.70.0100.07019.91
7.0.60.0130.04019.94
7.0.50.0100.04720.17
7.0.40.0030.06020.18
7.0.30.0030.05320.08
7.0.20.0100.06720.00
7.0.10.0130.03720.07
7.0.00.0000.07720.14
5.6.280.0070.06721.04
5.6.230.0070.04720.59
5.6.220.0070.04020.57
5.6.210.0030.04020.57
5.6.200.0070.04321.04
5.6.190.0070.04021.14
5.6.180.0130.05320.98
5.6.170.0130.03721.03
5.6.160.0030.06321.11
5.6.150.0030.04321.11
5.6.140.0030.04321.06
5.6.130.0100.07321.02
5.6.120.0130.03721.04
5.6.110.0070.04321.04
5.6.100.0100.03721.02
5.6.90.0000.05020.99
5.6.80.0030.04320.42
5.6.70.0070.06720.34
5.6.60.0070.04020.39
5.6.50.0030.04720.56
5.6.40.0070.04020.41
5.6.30.0030.04720.48
5.6.20.0070.04020.30
5.6.10.0130.03320.38
5.6.00.0000.04720.45
5.5.370.0030.09020.46
5.5.360.0200.05720.54
5.5.350.0030.04320.45
5.5.340.0030.04720.81
5.5.330.0070.04020.74
5.5.320.0000.04720.74
5.5.310.0070.07720.91
5.5.300.0200.04720.73
5.5.290.0100.04020.80
5.5.280.0030.04320.80
5.5.270.0070.07020.92
5.5.260.0070.04020.82
5.5.250.0030.05320.45
5.5.240.0100.07020.32
5.5.230.0000.05020.14
5.5.220.0030.05020.15
5.5.210.0130.04320.27
5.5.200.0030.04320.12
5.5.190.0000.07720.09
5.5.180.0070.04720.26
5.5.160.0070.04020.26
5.5.150.0030.06720.15
5.5.140.0070.05320.10
5.5.130.0030.07720.26
5.5.120.0130.06020.22
5.5.110.0070.08020.18
5.5.100.0100.07320.12
5.5.90.0000.08019.95
5.5.80.0130.07320.07
5.5.70.0130.08020.10
5.5.60.0100.07720.14
5.5.50.0070.08020.06
5.5.40.0100.07720.15
5.5.30.0100.07720.05
5.5.20.0070.06020.15
5.5.10.0070.06720.04
5.5.00.0030.08320.12
5.4.450.0030.04019.40
5.4.440.0100.03719.46
5.4.430.0070.04719.27
5.4.420.0070.03719.37
5.4.410.0030.07019.34
5.4.400.0030.03719.04
5.4.390.0030.04019.05
5.4.380.0100.05719.12
5.4.370.0030.04319.14
5.4.360.0100.06719.16
5.4.350.0030.04319.16
5.4.340.0070.06319.16
5.4.320.0030.05019.23
5.4.310.0070.04019.13
5.4.300.0170.07319.17
5.4.290.0030.06719.20
5.4.280.0000.07019.13
5.4.270.0130.06719.04
5.4.260.0070.08019.00
5.4.250.0130.07019.03
5.4.240.0030.05019.15
5.4.230.0100.05718.87
5.4.220.0130.07019.03
5.4.210.0030.06019.04
5.4.200.0100.07319.20
5.4.190.0000.08018.84
5.4.180.0070.07719.15
5.4.170.0130.03719.05
5.4.160.0100.08019.10
5.4.150.0030.05019.16
5.4.140.0070.06016.49
5.4.130.0130.06316.46
5.4.120.0030.05316.38
5.4.110.0130.03316.54
5.4.100.0130.07316.49
5.4.90.0030.08316.52
5.4.80.0100.06016.56
5.4.70.0070.06316.46
5.4.60.0030.07016.48
5.4.50.0000.04716.47
5.4.40.0030.08016.37
5.4.30.0030.08016.44
5.4.20.0000.04316.43
5.4.10.0030.07716.44
5.4.00.0100.06715.79
5.3.290.0030.07314.60
5.3.280.0030.08314.67
5.3.270.0130.07014.61
5.3.260.0100.08014.55
5.3.250.0000.06314.54
5.3.240.0130.06714.60
5.3.230.0030.08314.68
5.3.220.0100.06714.59
5.3.210.0030.07314.52
5.3.200.0070.08014.56
5.3.190.0030.08014.61
5.3.180.0070.07314.51
5.3.170.0030.07314.63
5.3.160.0070.07314.52
5.3.150.0100.07014.71
5.3.140.0030.07314.60
5.3.130.0100.06714.68
5.3.120.0030.04314.63
5.3.110.0100.07714.67
5.3.100.0070.08013.98
5.3.90.0000.08314.02
5.3.80.0130.07314.08
5.3.70.0070.07713.91
5.3.60.0070.06014.03
5.3.50.0070.07013.99
5.3.40.0100.07013.96
5.3.30.0130.06314.04
5.3.20.0100.06713.68
5.3.10.0070.07313.69
5.3.00.0070.05313.78
5.2.170.0030.06311.69
5.2.160.0100.04711.69
5.2.150.0030.06711.69
5.2.140.0030.06711.69
5.2.130.0070.05711.69
5.2.120.0070.05711.69
5.2.110.0100.06011.69
5.2.100.0030.06011.69
5.2.90.0070.05711.69
5.2.80.0030.06311.69
5.2.70.0000.06011.54
5.2.60.0130.04311.54
5.2.50.0030.06711.54
5.2.40.0000.06311.54
5.2.30.0070.05711.54
5.2.20.0000.07011.54
5.2.10.0000.06711.54
5.2.00.0000.07011.54
5.1.60.0030.05711.54
5.1.50.0130.04311.54
5.1.40.0070.05011.54
5.1.30.0030.05311.54
5.1.20.0030.06011.54
5.1.10.0070.05311.54
5.1.00.0100.05011.54
5.0.50.0100.04011.54
5.0.40.0030.03711.54
5.0.30.0000.05011.54
5.0.20.0030.04711.54
5.0.10.0000.03711.54
5.0.00.0030.06011.54
4.4.90.0000.04011.54
4.4.80.0000.04311.54
4.4.70.0000.03711.54
4.4.60.0070.03011.54
4.4.50.0030.03711.54
4.4.40.0000.05011.54
4.4.30.0000.04011.54
4.4.20.0000.04011.54
4.4.10.0070.03311.54
4.4.00.0000.04311.54
4.3.110.0000.02311.54
4.3.100.0030.02311.54
4.3.90.0030.03011.54
4.3.80.0030.02711.54
4.3.70.0000.03711.54
4.3.60.0100.02311.54
4.3.50.0070.02711.54
4.3.40.0000.04011.54
4.3.30.0000.02711.54
4.3.20.0000.03011.54
4.3.10.0000.02711.54
4.3.00.0070.02311.54

preferences:
39.35 ms | 400 KiB | 5 Q