3v4l.org

run code in 500+ PHP versions simultaneously
<?php $string = <<<EOT 195/50R16 EOT; $matches = []; preg_match('~^\d+/\d+R(?P<return>\d+)~', $string, $matches); var_dump($matches);

preferences:
114.55 ms | 2722 KiB | 5 Q