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;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/X9nRH
function name:  (null)
number of ops:  10
compiled vars:  !0 = $json, !1 = $obj
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, '%7B%0A++%22Response%22%3A+%7B%0A++++%22MetaInfo%22%3A+%7B%0A++++++%22Timestamp%22%3A+%222018-10-17T03%3A35%3A57.353%2B0000%22%0A++++%7D%2C%0A++++%22View%22%3A+%5B%0A++++++%7B%0A++++++++%22_type%22%3A+%22SearchResultsViewType%22%2C%0A++++++++%22ViewId%22%3A+0%2C%0A++++++++%22Result%22%3A+%5B%0A++++++++++%7B%0A++++++++++++%22Relevance%22%3A+1%2C%0A++++++++++++%22MatchLevel%22%3A+%22houseNumber%22%2C%0A++++++++++++%22MatchQuality%22%3A+%7B%0A++++++++++++++%22Country%22%3A+1%2C%0A++++++++++++++%22State%22%3A+1%2C%0A++++++++++++++%22City%22%3A+1%2C%0A++++++++++++++%22Street%22%3A+%5B%0A++++++++++++++++1%0A++++++++++++++%5D%2C%0A++++++++++++++%22HouseNumber%22%3A+1%0A++++++++++++%7D%2C%0A++++++++++++%22MatchType%22%3A+%22pointAddress%22%2C%0A++++++++++++%22Location%22%3A+%7B%0A++++++++++++++%22LocationId%22%3A+%22NT_ySMW7zgrnTcVMzktS0t7FC_xkzM%22%2C%0A++++++++++++++%22LocationType%22%3A+%22point%22%2C%0A++++++++++++++%22DisplayPosition%22%3A+%7B%0A++++++++++++++++%22Latitude%22%3A+-23.46615%2C%0A++++++++++++++++%22Longitude%22%3A+-46.42356%0A++++++++++++++%7D%2C%0A++++++++++++++%22NavigationPosition%22%3A+%5B%0A++++++++++++++++%7B%0A++++++++++++++++++%22Latitude%22%3A+-23.4662%2C%0A++++++++++++++++++%22Longitude%22%3A+-46.42354%0A++++++++++++++++%7D%0A++++++++++++++%5D%2C%0A++++++++++++++%22MapView%22%3A+%7B%0A++++++++++++++++%22TopLeft%22%3A+%7B%0A++++++++++++++++++%22Latitude%22%3A+-23.4650258%2C%0A++++++++++++++++++%22Longitude%22%3A+-46.4247855%0A++++++++++++++++%7D%2C%0A++++++++++++++++%22BottomRight%22%3A+%7B%0A++++++++++++++++++%22Latitude%22%3A+-23.4672742%2C%0A++++++++++++++++++%22Longitude%22%3A+-46.4223345%0A++++++++++++++++%7D%0A++++++++++++++%7D%2C%0A++++++++++++++%22Address%22%3A+%7B%0A++++++++++++++++%22Label%22%3A+%22Rua+Canapi%2C+193%2C+Pimentas%2C+Guarulhos+-+SP%2C+07272-060%2C+Brasil%22%2C%0A++++++++++++++++%22Country%22%3A+%22BRA%22%2C%0A++++++++++++++++%22State%22%3A+%22SP%22%2C%0A++++++++++++++++%22City%22%3A+%22Guarulhos%22%2C%0A++++++++++++++++%22District%22%3A+%22Pimentas%22%2C%0A++++++++++++++++%22Street%22%3A+%22Rua+Canapi%22%2C%0A++++++++++++++++%22HouseNumber%22%3A+%22193%22%2C%0A++++++++++++++++%22PostalCode%22%3A+%2207272-060%22%2C%0A++++++++++++++++%22AdditionalData%22%3A+%5B%0A++++++++++++++++++%7B%0A++++++++++++++++++++%22value%22%3A+%22Brasil%22%2C%0A++++++++++++++++++++%22key%22%3A+%22CountryName%22%0A++++++++++++++++++%7D%2C%0A++++++++++++++++++%7B%0A++++++++++++++++++++%22value%22%3A+%22S%C3%A3o+Paulo%22%2C%0A++++++++++++++++++++%22key%22%3A+%22StateName%22%0A++++++++++++++++++%7D%0A++++++++++++++++%5D%0A++++++++++++++%7D%0A++++++++++++%7D%0A++++++++++%7D%0A++++++++%5D%0A++++++%7D%0A++++%5D%0A++%7D%0A%7D'
   76     1        INIT_FCALL                                               'json_decode'
          2        SEND_VAR                                                 !0
          3        DO_ICALL                                         $3      
          4        ASSIGN                                                   !1, $3
   78     5        FETCH_OBJ_R                                      ~5      !1, 'Response'
          6        FETCH_OBJ_R                                      ~6      ~5, 'MetaInfo'
          7        FETCH_OBJ_R                                      ~7      ~6, 'Timestamp'
          8        ECHO                                                     ~7
   79     9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.44 ms | 1004 KiB | 15 Q