3v4l.org

run code in 300+ PHP versions simultaneously
<?php $monthToInt = strtotime("January"); printf("Month to int:\n\tType: %s; Value: %d\nDate string: %s.\n", gettype($monthToInt), $monthToInt, date('F', $monthToInt));

preferences:
40.4 ms | 402 KiB | 5 Q