3v4l.org

run code in 300+ PHP versions simultaneously
<?php $timestamp = strtotime("May"); echo "The unix epoch time from strtotime was $timestamp"; if ($timestamp === false) { echo "strtotime returned false"; } elseif ($timestamp === -1) { echo "strtotime didn't recognize the date string"; } else { echo date('F',strtotime($timestamp)); } ?>

preferences:
45.99 ms | 402 KiB | 5 Q