3v4l.org

run code in 300+ PHP versions simultaneously
<?php $testArray = array("now"); 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:
55.31 ms | 402 KiB | 5 Q