3v4l.org

run code in 300+ PHP versions simultaneously
<?php function get_timestamp ($time = NULL) { echo '<br>', date ('Y-M-d H:m:s', $time); } get_timestamp (); get_timestamp (time()); get_timestamp (NULL);

preferences:
29.27 ms | 402 KiB | 5 Q