3v4l.org

run code in 300+ PHP versions simultaneously
<?php $year = "2008"; $range = "2008-2013"; $shite = "2008-20013"; $regex = "/(\d{0,4}+(?:-\d{0,4}+)?)/is"; $matches = array(array()); preg_match($regex, $range, $matches[0]); preg_match($regex, $year, $matches[1]); preg_match($regex, $shite, $matches[2]); print_r($matches); ?>

preferences:
37.47 ms | 402 KiB | 5 Q