3v4l.org

run code in 300+ PHP versions simultaneously
<?php assert(date('d',strtotime('last day of april')) == "30"); assert(date('d',strtotime('last Day of april')) == "30"); // will raise warning assert(date('d',strtotime('Last Day of april')) == "30");

preferences:
50.88 ms | 402 KiB | 5 Q