3v4l.org

run code in 300+ PHP versions simultaneously
<?php $anchors_checked[6669] = array( 'id' => 234234, 'geo' => 666, 'real_sz' => 100 ); list($src_anchor_id, $src_geo, $real_sz) = $anchors_checked[6669]; var_dump($src_anchor_id, $src_geo, $real_sz);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/o7qBq
function name:  (null)
number of ops:  16
compiled vars:  !0 = $anchors_checked, !1 = $src_anchor_id, !2 = $src_geo, !3 = $real_sz
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN_DIM                                               !0, 6669
    3     1        OP_DATA                                                  <array>
    8     2        FETCH_DIM_R                                      ~5      !0, 6669
          3        FETCH_LIST_R                                     $6      ~5, 0
          4        ASSIGN                                                   !1, $6
          5        FETCH_LIST_R                                     $8      ~5, 1
          6        ASSIGN                                                   !2, $8
          7        FETCH_LIST_R                                     $10     ~5, 2
          8        ASSIGN                                                   !3, $10
          9        FREE                                                     ~5
   10    10        INIT_FCALL                                               'var_dump'
         11        SEND_VAR                                                 !1
         12        SEND_VAR                                                 !2
         13        SEND_VAR                                                 !3
         14        DO_ICALL                                                 
         15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
188.37 ms | 1394 KiB | 15 Q