3v4l.org

run code in 300+ PHP versions simultaneously
<?php $periodStartDate = new \DateTime('today')->modify('-5 days'); $periodEndDate = new \DateTime('today'); $periodEndDate->modify('+1 day'); $period = new \DatePeriod($periodStartDate, \DateInterval::createFromDateString('1 day'), $periodEndDate); foreach ($period as $date) { echo $date->format('Y-m-d'); //if ($this->getDayOffInDaysOffByDate($daysOff, $date) || $this->isWeekend($date)) { // $daysCount--; //} }
Output for 7.0.0 - 7.0.20, 7.1.0 - 7.1.6
Parse error: syntax error, unexpected '->' (T_OBJECT_OPERATOR) in /in/vQtjB on line 2
Process exited with code 255.

preferences:
169.38 ms | 1395 KiB | 35 Q