3v4l.org

run code in 300+ PHP versions simultaneously
<?php $now = new DateTime(); while ($now->format('D') != "Sun") { $now->modify("+1 day"); } $mon = clone $now; $mon->modify("+1 day"); $tue = clone $now; $tue->modify("+2 day"); $wed = clone $now; $wed->modify("+3 day"); $thu = clone $now; $thu->modify("+4 day"); $fri = clone $now; $fri->modify("+5 day"); $sat = clone $now; $sat->modify("+6 day"); $sun = clone $now; $sun->modify("+7 day");<?php
Output for 5.3.0 - 5.3.27, 5.4.0 - 5.4.22
Parse error: syntax error, unexpected '<' in /in/A5vg4 on line 13
Process exited with code 255.

preferences:
182.13 ms | 1395 KiB | 58 Q