3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = 'application/vnd.github.full+json'; function match($string) { $pattern = '#(?P<maintype>[a-z].*)/(?P<fullsubtype>(?P<subtype>[a-z0-9.-]*)([+](?P<submediatype>[a-z]*))?)#i'; preg_match($pattern, $string, $matches); return $matches; } var_dump(match('application/vnd.github.full+json')); var_dump(match('text/html'));

This is an error 404

There are `0` results


preferences:
146.02 ms | 1399 KiB | 7 Q