3v4l.org

run code in 300+ PHP versions simultaneously
<?php $dto = new DateTime('@'.1447859893); echo $dto->format('Y-m-d H:i:s');
Output for 7.0.0
Parse error: syntax error, unexpected '.1447859893' (T_DNUMBER), expecting ',' or ')' in /in/VFZpd on line 3
Process exited with code 255.
Output for 5.5.24 - 5.5.30, 5.6.8 - 5.6.16
Parse error: syntax error, unexpected '.1447859893' (T_DNUMBER) in /in/VFZpd on line 3
Process exited with code 255.

preferences:
167.27 ms | 1395 KiB | 24 Q