3v4l.org

run code in 300+ PHP versions simultaneously
<?php $url = "http://api.giphy.com/v1/gifs/search?q=hello&api_key=dc6zaTOxFJmzC"; $content = file_get_contents($url); $json = json_decode($content); echo $json->images[0]->fixedheight->url[0]; ?>

preferences:
36.78 ms | 402 KiB | 5 Q