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(date('w',$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.2.60.0060.00316.99
7.2.00.0100.00319.76
7.1.200.0040.01116.14
7.1.100.0060.00918.20
7.1.70.0030.00517.34
7.1.60.0070.01119.24
7.1.50.0060.01317.18
7.1.00.0030.07722.40
7.0.200.0040.00416.99
7.0.140.0100.06721.93
7.0.100.0100.07719.97
7.0.90.0030.06719.94
7.0.80.0030.05019.91
7.0.70.0070.04719.97
7.0.60.0170.07019.96
7.0.50.0030.05320.30
7.0.40.0070.07720.11
7.0.30.0100.07720.08
7.0.20.0070.09019.94
7.0.10.0070.06319.99
7.0.00.0200.07020.14
5.6.280.0070.07021.13
5.6.250.0030.07720.73
5.6.240.0100.08020.69
5.6.230.0000.05320.55
5.6.220.0030.09020.50
5.6.210.0100.07320.76
5.6.200.0100.05021.01
5.6.190.0270.05721.04
5.6.180.0070.05021.09
5.6.170.0000.09021.00
5.6.160.0030.06721.09
5.6.150.0030.06020.94
5.6.140.0070.05721.07
5.6.130.0170.07321.17
5.6.120.0000.05321.18
5.6.110.0030.05721.07
5.6.100.0130.08020.95
5.6.90.0100.07321.10
5.6.80.0100.08020.45
5.6.70.0100.05720.34
5.6.60.0030.07720.31
5.6.50.0000.08320.43
5.6.40.0070.07720.41
5.6.30.0130.07320.41
5.6.20.0230.06020.29
5.6.10.0070.07720.34
5.6.00.0070.08020.29
5.5.380.0070.08320.45
5.5.370.0100.04320.35
5.5.360.0070.04720.39
5.5.350.0100.08320.45
5.5.340.0100.07720.78
5.5.330.0100.08020.83
5.5.320.0070.08020.74
5.5.310.0000.05020.87
5.5.300.0070.07020.82
5.5.290.0070.08320.88
5.5.280.0200.07320.82
5.5.270.0030.08020.83
5.5.260.0070.08720.88
5.5.250.0100.07720.70
5.5.240.0070.07320.22
5.5.230.0170.04720.26
5.5.220.0070.05020.11
5.5.210.0100.06320.27
5.5.200.0070.08720.15
5.5.190.0070.07720.15
5.5.180.0030.08720.19
5.5.160.0030.05320.09
5.5.150.0070.05320.15
5.5.140.0130.07020.28
5.5.130.0030.04020.09
5.5.120.0100.08020.15
5.5.110.0100.07020.18
5.5.100.0130.06720.05
5.5.90.0130.07020.11
5.5.80.0070.05320.10
5.5.70.0100.07720.11
5.5.60.0070.07320.08
5.5.50.0270.04019.91
5.5.40.0130.06320.09
5.5.30.0100.08020.16
5.5.20.0030.07320.06
5.5.10.0100.07720.13
5.5.00.0100.03320.07
5.4.450.0100.07319.49
5.4.440.0100.07319.36
5.4.430.0100.07319.20
5.4.420.0130.04019.36
5.4.410.0170.05019.23
5.4.400.0070.06319.11
5.4.390.0170.06718.88
5.4.380.0230.05018.87
5.4.370.0030.08019.03
5.4.360.0030.08019.12
5.4.350.0100.06718.90
5.4.340.0100.07319.12
5.4.320.0070.07719.19
5.4.310.0000.04019.16
5.4.300.0000.04719.03
5.4.290.0000.05718.88
5.4.280.0070.04019.20
5.4.270.0000.06019.13
5.4.260.0030.04319.21
5.4.250.0070.07319.02
5.4.240.0030.04719.02
5.4.230.0000.04319.13
5.4.220.0070.07718.87
5.4.210.0070.05719.07
5.4.200.0100.07019.13
5.4.190.0070.08018.89
5.4.180.0030.08318.84
5.4.170.0030.04719.14
5.4.160.0030.06319.02
5.4.150.0070.07719.14
5.4.140.0100.03716.52
5.4.130.0100.05316.40
5.4.120.0170.03316.24
5.4.110.0070.06716.40
5.4.100.0000.06716.56
5.4.90.0070.05016.42
5.4.80.0070.03316.52
5.4.70.0030.07716.50
5.4.60.0100.08316.46
5.4.50.0200.06316.24
5.4.40.0170.06716.37
5.4.30.0070.07716.36
5.4.20.0000.05716.48
5.4.10.0070.07316.47
5.4.00.0070.05015.65
5.3.290.0000.06014.75
5.3.280.0070.06714.74
5.3.270.0070.07314.74
5.3.260.0030.07714.74
5.3.250.0030.03714.74
5.3.240.0130.07014.74
5.3.230.0030.05314.74
5.3.220.0070.07714.74
5.3.210.0030.07714.74
5.3.200.0130.06014.74
5.3.190.0000.06314.74
5.3.180.0070.06014.74
5.3.170.0030.03714.74
5.3.160.0070.07714.74
5.3.150.0070.04714.74
5.3.140.0070.05014.74
5.3.130.0100.06714.74
5.3.120.0070.05714.74
5.3.110.0130.06014.74
5.3.100.0100.07014.74
5.3.90.0100.07714.74
5.3.80.0170.06014.74
5.3.70.0130.06314.74
5.3.60.0070.08014.74
5.3.50.0030.07714.74
5.3.40.0100.07314.74
5.3.30.0100.05714.74
5.3.20.0000.04714.74
5.3.10.0070.04014.74
5.3.00.0070.06714.74
5.2.170.0100.05714.74
5.2.160.0100.05714.74
5.2.150.0030.06314.74
5.2.140.0030.03314.74
5.2.130.0030.03314.74
5.2.120.0030.03714.74
5.2.110.0070.06314.74
5.2.100.0070.05714.74
5.2.90.0100.05714.74
5.2.80.0030.04714.74
5.2.70.0000.05314.74
5.2.60.0000.04014.74
5.2.50.0100.05314.74
5.2.40.0100.06014.74
5.2.30.0100.05314.74
5.2.20.0030.04014.74
5.2.10.0030.06014.74
5.2.00.0100.04314.74
5.1.60.0030.04014.74
5.1.50.0030.02714.74
5.1.40.0100.02714.74
5.1.30.0070.03014.74
5.1.20.0000.03314.74
5.1.10.0000.05014.74
5.1.00.0030.04314.74
5.0.50.0030.04714.74
5.0.40.0000.04014.74
5.0.30.0000.06314.74
5.0.20.0000.04714.74
5.0.10.0070.04314.74
5.0.00.0000.06014.74
4.4.90.0000.02014.74
4.4.80.0030.03314.74
4.4.70.0000.04014.74
4.4.60.0070.02714.74
4.4.50.0030.01714.74
4.4.40.0030.05314.74
4.4.30.0030.01314.74
4.4.20.0030.03014.74
4.4.10.0030.03314.74
4.4.00.0030.03314.74
4.3.110.0030.03714.74
4.3.100.0000.03714.74
4.3.90.0000.03014.74
4.3.80.0030.05014.74
4.3.70.0030.02714.74
4.3.60.0000.02314.74
4.3.50.0000.01714.74
4.3.40.0000.05314.74
4.3.30.0000.03714.74
4.3.20.0030.03714.74
4.3.10.0030.03314.74
4.3.00.0030.03014.74

preferences:
37.79 ms | 400 KiB | 5 Q