3v4l.org

run code in 300+ PHP versions simultaneously
<?php $_id = array(asd, wed); print_r($_id); $_id = $_id[0]; print_r($_id);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/g4Jp1
function name:  (null)
number of ops:  14
compiled vars:  !0 = $_id
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   FETCH_CONSTANT                                   ~1      'asd'
          1        INIT_ARRAY                                       ~2      ~1
          2        FETCH_CONSTANT                                   ~3      'wed'
          3        ADD_ARRAY_ELEMENT                                ~2      ~3
          4        ASSIGN                                                   !0, ~2
    3     5        INIT_FCALL                                               'print_r'
          6        SEND_VAR                                                 !0
          7        DO_ICALL                                                 
    4     8        FETCH_DIM_R                                      ~6      !0, 0
          9        ASSIGN                                                   !0, ~6
    5    10        INIT_FCALL                                               'print_r'
         11        SEND_VAR                                                 !0
         12        DO_ICALL                                                 
         13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
177.11 ms | 1394 KiB | 15 Q