3v4l.org

run code in 300+ PHP versions simultaneously
<?php $link = "http://itunes.apple.com/se/app/animoto-video-slideshows/id459248037?mt=8"; preg_match("/id([0-9]*)/", $link, $matches1); var_dump($matches1); preg_match("/id([0-9]+)/", $link, $matches2); var_dump($matches2);

preferences:
46.74 ms | 402 KiB | 5 Q