3v4l.org

run code in 300+ PHP versions simultaneously
<?php $apiResponse = json_decode(<<<END { "status": { "version": "1.0.0", "code": 0, "msg": "SuccessWithResult", "total": 1, "page": 1, "pagesize": 10, "transactionID": "ba31a62303e76d49b2063e94e2972bc6" }, "property": [ { "identifier": { "Id": 34476108, "fips": "48201", "apn": "1288930010042", "attomId": 34476108 }, "lot": { "lotnum": "42", "lotsize1": 0.2735078, "lotsize2": 11914, "poolind": "YES" }, "area": { "blockNum": "1", "loctype": "VIEW - NONE", "countrysecsubd": "Harris", "countyuse1": "1001 ", "muncode": "HA", "munname": "HARRIS", "subdname": "BLACKHORSE RANCH SOUTH SEC 6", "taxcodearea": "40", "legal1": "BLACK HORSE RANCE LOT 14 BLOCK 12 USA" } } ] } END ); echo $apiResponse->property[0]->area->legal1;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/453TO
function name:  (null)
number of ops:  10
compiled vars:  !0 = $apiResponse
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'json_decode'
    4     1        SEND_VAL                                                 '++++%7B%0A++++++%22status%22%3A+%7B%0A++++++++%22version%22%3A+%221.0.0%22%2C%0A++++++++%22code%22%3A+0%2C%0A++++++++%22msg%22%3A+%22SuccessWithResult%22%2C%0A++++++++%22total%22%3A+1%2C%0A++++++++%22page%22%3A+1%2C%0A++++++++%22pagesize%22%3A+10%2C%0A++++++++%22transactionID%22%3A+%22ba31a62303e76d49b2063e94e2972bc6%22%0A++++++%7D%2C%0A++++++%22property%22%3A+%5B%0A++++++++%7B%0A++++++++++%22identifier%22%3A+%7B%0A++++++++++++%22Id%22%3A+34476108%2C%0A++++++++++++%22fips%22%3A+%2248201%22%2C%0A++++++++++++%22apn%22%3A+%221288930010042%22%2C%0A++++++++++++%22attomId%22%3A+34476108%0A++++++++++%7D%2C%0A++++++++++%22lot%22%3A+%7B%0A++++++++++++%22lotnum%22%3A+%2242%22%2C%0A++++++++++++%22lotsize1%22%3A+0.2735078%2C%0A++++++++++++%22lotsize2%22%3A+11914%2C%0A++++++++++++%22poolind%22%3A+%22YES%22%0A++++++++++%7D%2C%0A++++++++++%22area%22%3A+%7B%0A++++++++++++%22blockNum%22%3A+%221%22%2C%0A++++++++++++%22loctype%22%3A+%22VIEW+-+NONE%22%2C%0A++++++++++++%22countrysecsubd%22%3A+%22Harris%22%2C%0A++++++++++++%22countyuse1%22%3A+%221001+%22%2C%0A++++++++++++%22muncode%22%3A+%22HA%22%2C%0A++++++++++++%22munname%22%3A+%22HARRIS%22%2C%0A++++++++++++%22subdname%22%3A+%22BLACKHORSE+RANCH+SOUTH+SEC+6%22%2C%0A++++++++++++%22taxcodearea%22%3A+%2240%22%2C%0A++++++++++++%22legal1%22%3A+%22BLACK+HORSE+RANCE+LOT+14+BLOCK+12+USA%22%0A++++++++++%7D%0A++++++++%7D%0A++++++%5D%0A++++%7D'
    3     2        DO_ICALL                                         $1      
          3        ASSIGN                                                   !0, $1
   45     4        FETCH_OBJ_R                                      ~3      !0, 'property'
          5        FETCH_DIM_R                                      ~4      ~3, 0
          6        FETCH_OBJ_R                                      ~5      ~4, 'area'
          7        FETCH_OBJ_R                                      ~6      ~5, 'legal1'
          8        ECHO                                                     ~6
   46     9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
139.29 ms | 1005 KiB | 14 Q