3v4l.org

run code in 300+ PHP versions simultaneously
<?php $currentTime = new DateTime("now"); $timestamp = $currentTime->getTimestamp(); echo $timestamp; echo "\n"; echo time();
Output for 5.4.0 - 5.4.22, 5.4.24 - 5.4.45, 5.5.0 - 5.5.38, 5.6.0 - 5.6.40, 7.0.0 - 7.0.33, 7.1.0 - 7.1.33, 7.2.0 - 7.2.26, 7.3.0 - 7.3.13, 7.4.0 - 7.4.1
1444302776 1444302776
Output for 5.4.23
1444302775 1444302775

preferences:
175.15 ms | 401 KiB | 242 Q