3v4l.org

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

preferences:
26.48 ms | 402 KiB | 5 Q