3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = "blah 2015 yar"; $pos = strpos($string, "20"); $year = substr($string, $pos, 4); echo $year; $date1 = new DateTime($year); var_dump($date1); ?>

preferences:
48.96 ms | 402 KiB | 5 Q