3v4l.org

run code in 300+ PHP versions simultaneously
<?php $name = 'moi'; $array[0][1] = 'test'; echo "this is my $array[0][1]";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/9iQ09
function name:  (null)
number of ops:  10
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        ROPE_INIT                                     3  ~7      'this+is+my+'
          5        FETCH_DIM_R                                      ~5      !1, 0
          6        ROPE_ADD                                      1  ~7      ~7, ~5
          7        ROPE_END                                      2  ~6      ~7, '%5B1%5D'
          8        ECHO                                                     ~6
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
158.24 ms | 937 KiB | 14 Q