3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
134.42 ms | 996 KiB | 14 Q