3v4l.org

run code in 300+ PHP versions simultaneously
<?php $name = 'moi'; $array[0][1] = 'test'; echo "this is my $array[0]";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/gh7WY
function name:  (null)
number of ops:  9
compiled vars:  !0 = $name, !1 = $array
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    5     0  E >   ASSIGN                                                   !0, 'moi'
    6     1        FETCH_DIM_W                                      $3      !1, 0
          2        ASSIGN_DIM                                               $3, 1
          3        OP_DATA                                                  'test'
   11     4        NOP                                                      
          5        FETCH_DIM_R                                      ~5      !1, 0
          6        FAST_CONCAT                                      ~6      'this+is+my+', ~5
          7        ECHO                                                     ~6
          8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.83 ms | 1384 KiB | 13 Q