3v4l.org

run code in 300+ PHP versions simultaneously
<?php $data = file_get_contents("http://steamcommunity.com/market/priceoverview/?appid=570&currency=1&market_hash_name=Pudgling"); $data_jsons = json_decode($data, true); $lowest = $data_jsons['lowest_price']; $median = $data_jsons['median_price']; $contents = "Lowest price " . $lowest . " and median price " . $median; echo str_replace("/&#36;/","", $contents); // It's will replace all HTML special chars ?>

preferences:
42.42 ms | 402 KiB | 5 Q