3v4l.org

run code in 500+ PHP versions simultaneously
<?php $json_str = '{ "html_attributions" : [], "results" : [ { "formatted_address" : "Narayan Peth, Pune, Maharashtra 411030, India", "geometry" : { "location" : { "lat" : 18.515797, "lng" : 73.852335 } }, "icon" : "https://maps.gstatic.com/mapfiles/place_api/icons/shopping-71.png", "id" : "3a25975b3806df28aa79ac4a8d954c307be4aa57", "name" : "Aditya Medical", "place_id" : "ChIJJxwmOHDAwjsRjRDO4LnGJ-I", "reference" : "CmRSAAAA3E7ih55-2BZjRQcw_URQ2gwi8eWb5HU6hdfNUj_TqtDJ7TtASVMowcuWMkohNjp7F6UKuGsMuR-IlzZEt4YUJyzNxzWg-TYy6hyN8P5n2asAO6ztZeU3oHZdH7OBFFW_EhBe4cQbAU99oILcDmvv_gOhGhR7jzP0Z9-mDrncd5Gr9hOY7aOqRg", "types" : [ "pharmacy", "health", "store", "point_of_interest", "establishment" ] } ], "status" : "OK" }'; $obj = json_decode($json_str,true); //foreach (json_decode($json_str,true) as $obj){ print_r($obj['results'][0]['formatted_address']); //}
Output for git.master, git.master_jit, rfc.property-hooks
Narayan Peth, Pune, Maharashtra 411030, India

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:
49.86 ms | 1662 KiB | 4 Q