3v4l.org

run code in 300+ PHP versions simultaneously
<?php $var = json_decode('{"key":"UiTYuauM","success":"yes","zips":[{"zip_code":"97006","city":"Beaverton","county":"WASHINGTON","state":"OR","area_code":"503\/971","latitude":"45.522217","longitude":"-122.859176","csa_name":"","cbsa_name":"Portland-Vancouver-Hillsboro OR-WA","region":"West","time_zone":"8"}]}', true); print_r($var['zips']);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/i9GhN
function name:  (null)
number of ops:  10
compiled vars:  !0 = $var
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'json_decode'
          1        SEND_VAL                                                 '%7B%22key%22%3A%22UiTYuauM%22%2C%22success%22%3A%22yes%22%2C%22zips%22%3A%5B%7B%22zip_code%22%3A%2297006%22%2C%22city%22%3A%22Beaverton%22%2C%22county%22%3A%22WASHINGTON%22%2C%22state%22%3A%22OR%22%2C%22area_code%22%3A%22503%5C%2F971%22%2C%22latitude%22%3A%2245.522217%22%2C%22longitude%22%3A%22-122.859176%22%2C%22csa_name%22%3A%22%22%2C%22cbsa_name%22%3A%22Portland-Vancouver-Hillsboro+OR-WA%22%2C%22region%22%3A%22West%22%2C%22time_zone%22%3A%228%22%7D%5D%7D'
          2        SEND_VAL                                                 <true>
          3        DO_ICALL                                         $1      
          4        ASSIGN                                                   !0, $1
    3     5        INIT_FCALL                                               'print_r'
          6        FETCH_DIM_R                                      ~3      !0, 'zips'
          7        SEND_VAL                                                 ~3
          8        DO_ICALL                                                 
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
145.5 ms | 1394 KiB | 17 Q