3v4l.org

run code in 300+ PHP versions simultaneously
<?php $datetime = new DateTime(); $json = json_encode($datetime->getTimestamp()); $datetime2 = new DateTime(); $datetime2->setTimestamp(json_decode($json));

preferences:
62 ms | 402 KiB | 5 Q