3v4l.org

run code in 300+ PHP versions simultaneously
<?php $myAddress = "15502 S Memorial Dr, Bixby, OK 74445"; $myKey = "Fmjtd%7Cluu82q6y2q%2Can%3Do5-94txl0"; function GetJsonFeed() { global $myAddress, $myKey; $url = "http://www.mapquestapi.com/geocoding/v1/address?key=" . $myKey . "&callback=renderOptions&inFormat=kvp&outFormat=json&location=" . $myAddress . "&maxResults=1"; //$url = @file_get_contents('http://open.mapquestapi.com/geocoding/v1/address?key=' . $myKey . '&location=Lancaster,PA'); //echo $url . "<br>"; $mapresponse = file_get_contents(rawurlencode($url), "r"); return json_decode($mapresponse); } $json = GetJsonFeed(); $jsonArr = json_decode($json); var_dump(json_decode($json, true)); ?>
Output for git.master, git.master_jit, rfc.property-hooks
Warning: file_get_contents(): open_basedir restriction in effect. File(http%3A%2F%2Fwww.mapquestapi.com%2Fgeocoding%2Fv1%2Faddress%3Fkey%3DFmjtd%257Cluu82q6y2q%252Can%253Do5-94txl0%26callback%3DrenderOptions%26inFormat%3Dkvp%26outFormat%3Djson%26location%3D15502%20S%20Memorial%20Dr%2C%20Bixby%2C%20OK%2074445%26maxResults%3D1) is not within the allowed path(s): (/tmp:/in:/etc) in /in/sJce8 on line 11 Warning: file_get_contents(http%3A%2F%2Fwww.mapquestapi.com%2Fgeocoding%2Fv1%2Faddress%3Fkey%3DFmjtd%257Cluu82q6y2q%252Can%253Do5-94txl0%26callback%3DrenderOptions%26inFormat%3Dkvp%26outFormat%3Djson%26location%3D15502%20S%20Memorial%20Dr%2C%20Bixby%2C%20OK%2074445%26maxResults%3D1): Failed to open stream: Operation not permitted in /in/sJce8 on line 11 Deprecated: json_decode(): Passing null to parameter #1 ($json) of type string is deprecated in /in/sJce8 on line 16 Deprecated: json_decode(): Passing null to parameter #1 ($json) of type string is deprecated in /in/sJce8 on line 17 NULL

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
40.02 ms | 403 KiB | 8 Q