3v4l.org

run code in 300+ PHP versions simultaneously
<?php $in=array(1=>'a', 2=>'b', 3=>array('aa', 'bb')); $in[3]['cc']=&$in[3]; var_export($in);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/gmD6r
function name:  (null)
number of ops:  10
compiled vars:  !0 = $in
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
    4     1        FETCH_DIM_W                                      $4      !0, 3
          2        MAKE_REF                                         $5      $4
          3        FETCH_DIM_W                                      $2      !0, 3
          4        FETCH_DIM_W                                      $3      $2, 'cc'
          5        ASSIGN_REF                                               $3, $5
    5     6        INIT_FCALL                                               'var_export'
          7        SEND_VAR                                                 !0
          8        DO_ICALL                                                 
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.89 ms | 1394 KiB | 15 Q