3v4l.org

run code in 300+ PHP versions simultaneously
<?php $testArray = array(-1, 0, 1, "Feb"); for($i = 0, $size = count($testArray); $i < $size; ++$i) { $testDate = $testArray[$i]; echo $testDate, "\n"; echo strtotime($testDate), "\n"; echo date('r',strtotime($testDate)), "\n\n"; }

preferences:
35.36 ms | 402 KiB | 5 Q