3v4l.org

run code in 300+ PHP versions simultaneously
<?php $date = date('Ymd'); var_dump($date); echo $date . '<br>'; $date = new \DateTime(); var_dump($date); //echo $date; //Catchable fatal error: Object of class DateTime could not be converted to string in /in/DrHV2 on line 9

preferences:
59.46 ms | 402 KiB | 5 Q