3v4l.org

run code in 300+ PHP versions simultaneously
<?php $file = file_get_contents("http://steamcommunity.com/sharedfiles/filedetails/?id=493980032"); $muster = '<a href="http:\/\/steamcommunity.com\/sharedfiles\/filedetails\/\?id=([0-9]+)">'; preg_match_all($muster, $file, $match); $arr = array_unique(array_values($match[1])); sort($arr); foreach($arr as $val) { print $val . "<br/>"; } ?>

preferences:
52.35 ms | 402 KiB | 5 Q