3v4l.org

run code in 300+ PHP versions simultaneously
<?php $tab[0] = 'text'; $tab[1] = 'text'; $tab[2] = 'text'; unset($tab[0]); print_r($tab);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/7NYPm
function name:  (null)
number of ops:  11
compiled vars:  !0 = $tab
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN_DIM                                               !0, 0
          1        OP_DATA                                                  'text'
    3     2        ASSIGN_DIM                                               !0, 1
          3        OP_DATA                                                  'text'
    4     4        ASSIGN_DIM                                               !0, 2
          5        OP_DATA                                                  'text'
    7     6        UNSET_DIM                                                !0, 0
    8     7        INIT_FCALL                                               'print_r'
          8        SEND_VAR                                                 !0
          9        DO_ICALL                                                 
         10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.21 ms | 1398 KiB | 15 Q