3v4l.org

run code in 300+ PHP versions simultaneously
<?php function getYouTubeId($yturl) { $pattern = '~(?:http|https|)(?::\/\/|)(?:www.|)(?:youtu\.be\/|youtube\.com(?:\/embed\/|\/v\/|\/watch\?v=|\/ytscreeningroom\?v=|\/feeds\/api\/videos\/|\/user\S*[^\w\-\s]|\S*[^\w\-\s]))([\w\-]{11})[a-z0-9;:@?&%=+\/\$_.-]*~i'; return (preg_replace($pattern, '$1', $yturl)); } var_dump getYouTubeId("http://www.youtube.com/watch?v=ty9QSiVC2g0");
Output for 5.4.0 - 5.4.26
Parse error: syntax error, unexpected 'getYouTubeId' (T_STRING) in /in/DobeT on line 9
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected T_STRING in /in/DobeT on line 9
Process exited with code 255.

preferences:
173.49 ms | 1395 KiB | 63 Q