3v4l.org

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

preferences:
40.77 ms | 402 KiB | 5 Q