3v4l.org

run code in 300+ PHP versions simultaneously
<?php $quote = file_get_contents('http://finance.google.com/finance/info?client=ig&q=VSE:APG1L'); $json = str_replace("\n", "", $quote); $data = substr($json, 4, strlen($json) -5); print_r($data); $json_output = json_decode($data, true, JSON_UNESCAPED_UNICODE); print_r($json_output); echo "</br></br>"; echo "\n".$json_output['l']; ?>

preferences:
35.49 ms | 402 KiB | 5 Q