3v4l.org

run code in 300+ PHP versions simultaneously
<?php $source = file_get_contents("http://store.steampowered.com/app/318020/"); if ( preg_match('|<div class="game_purchase_price price">(.*?)</div>|is',$source,$cap) ) { echo $cap[1]; }

preferences:
77.74 ms | 402 KiB | 5 Q