3v4l.org

run code in 300+ PHP versions simultaneously
<?php $ndays = 3; $dt = new DateTime('2013-12-22'); $dt->add(new DateInterval("P${ndays}D"); echo $dt->format('Y-m-d');
Output for 5.3.0 - 5.3.28, 5.4.0 - 5.4.23
Parse error: syntax error, unexpected ';' in /in/tgCqv on line 6
Process exited with code 255.

preferences:
181.57 ms | 1395 KiB | 60 Q