3v4l.org

run code in 300+ PHP versions simultaneously
<?php $date = new DateTime('2013-01-31'); $date->modify('end of month')->modify('+ 2 days')->modify('end of month') echo $date->format('Y-m-d');
Output for 5.4.0 - 5.4.16
Parse error: syntax error, unexpected 'echo' (T_ECHO) in /in/ta1Fg on line 4
Process exited with code 255.
Output for 5.3.0 - 5.3.26
Parse error: syntax error, unexpected T_ECHO in /in/ta1Fg on line 4
Process exited with code 255.

preferences:
180.98 ms | 1399 KiB | 51 Q