3v4l.org

run code in 300+ PHP versions simultaneously
<?php $url = file_get_contents('http://data.bter.com/api/1/ticker/doge_btc'); $array = json_decode($url,true); foreach($array as $temp_array){ echo $temp_array['last']; echo "<br>"; echo $temp_array['high']; echo "<br>"; echo $temp_array['low']; } ?>

preferences:
58.4 ms | 402 KiB | 5 Q