3v4l.org

run code in 300+ PHP versions simultaneously
<?php $json = '{ "Response": { "MetaInfo": { "Timestamp": "2018-10-17T03:35:57.353+0000" }, "View": [ { "_type": "SearchResultsViewType", "ViewId": 0, "Result": [ { "Relevance": 1, "MatchLevel": "houseNumber", "MatchQuality": { "Country": 1, "State": 1, "City": 1, "Street": [ 1 ], "HouseNumber": 1 }, "MatchType": "pointAddress", "Location": { "LocationId": "NT_ySMW7zgrnTcVMzktS0t7FC_xkzM", "LocationType": "point", "DisplayPosition": { "Latitude": -23.46615, "Longitude": -46.42356 }, "NavigationPosition": [ { "Latitude": -23.4662, "Longitude": -46.42354 } ], "MapView": { "TopLeft": { "Latitude": -23.4650258, "Longitude": -46.4247855 }, "BottomRight": { "Latitude": -23.4672742, "Longitude": -46.4223345 } }, "Address": { "Label": "Rua Canapi, 193, Pimentas, Guarulhos - SP, 07272-060, Brasil", "Country": "BRA", "State": "SP", "City": "Guarulhos", "District": "Pimentas", "Street": "Rua Canapi", "HouseNumber": "193", "PostalCode": "07272-060", "AdditionalData": [ { "value": "Brasil", "key": "CountryName" }, { "value": "São Paulo", "key": "StateName" } ] } } } ] } ] } }'; $obj = json_decode($json); echo $obj->Response->MetaInfo->Timestamp;
Output for git.master, git.master_jit, rfc.property-hooks
2018-10-17T03:35:57.353+0000

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:
64.81 ms | 405 KiB | 5 Q