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) = array_values($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/Ek8bO
function name:  (null)
number of ops:  19
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        INIT_FCALL                                               'array_values'
          3        FETCH_DIM_R                                      ~5      !0, 6669
          4        SEND_VAL                                                 ~5
          5        DO_ICALL                                         $6      
          6        FETCH_LIST_R                                     $7      $6, 0
          7        ASSIGN                                                   !1, $7
          8        FETCH_LIST_R                                     $9      $6, 1
          9        ASSIGN                                                   !2, $9
         10        FETCH_LIST_R                                     $11     $6, 2
         11        ASSIGN                                                   !3, $11
         12        FREE                                                     $6
   10    13        INIT_FCALL                                               'var_dump'
         14        SEND_VAR                                                 !1
         15        SEND_VAR                                                 !2
         16        SEND_VAR                                                 !3
         17        DO_ICALL                                                 
         18      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.94 ms | 1394 KiB | 17 Q