3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
182.79 ms | 1392 KiB | 13 Q