3v4l.org

run code in 300+ PHP versions simultaneously
<?php $today = date("d"); // Current day $month = date("m"); // Current month $year = date("Y"); // Current year $days_in_month = date('t',mktime(0,0,0,$month,1,$year)); echo $days_in_month;

preferences:
31.53 ms | 402 KiB | 5 Q