3v4l.org

run code in 300+ PHP versions simultaneously
<?php $now = new DateTime('now'); $tomorrow = clone $now; $tomorrow->add(new DateInterval('P1D'); var_dump($tomorrow);
Output for 5.3.0 - 5.3.28, 5.4.0 - 5.4.30
Parse error: syntax error, unexpected ';' in /in/qSF8p on line 4
Process exited with code 255.

preferences:
177.51 ms | 1399 KiB | 67 Q