3v4l.org

run code in 300+ PHP versions simultaneously
<?php $site = file_get_contents("https://btc-e.com/exchange/ltc_btc"); preg_match("'Last Price: <strong>(.*?)</strong></div> <div class=/'orderStats/'>Low:'si", $site, $matches); echo $matches[1]; // 1234 ?>

preferences:
42.12 ms | 402 KiB | 5 Q