3v4l.org

run code in 300+ PHP versions simultaneously
<?php $timestamp = strtotime("May"); if ($timestamp === false) { echo "The string $timestamp is bogus"; } else { echo date('F',strtotime($timestamp)); }

preferences:
44.04 ms | 402 KiB | 5 Q