3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Everything you enter here will be executed by our servers. Try it! $jsonp = file_get_contents( "http://www.google.com/dictionary/json?callback=a&sl=en&tl=en&q=" . 'love'); $json = json_decode(substr($jsonp, 2, strlen($jsonp)-12)); var_dump($json);

preferences:
37.09 ms | 402 KiB | 5 Q