3v4l.org

run code in 300+ PHP versions simultaneously
<?php $url = 'http://weather.livedoor.com/forecast/webservice/json/v1?city=016010'; $json = file_get_contents( $url, true ); header( 'Content-type: application/json' ); echo json_encode( $json );

preferences:
36.98 ms | 402 KiB | 5 Q