3v4l.org

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

preferences:
36.78 ms | 402 KiB | 5 Q