3v4l.org

run code in 300+ PHP versions simultaneously
<?php unset($GLOBALS['foo']); unset($GLOBALS['foo']['bar']);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/3TLGo
function name:  (null)
number of ops:  6
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   FETCH_UNSET                                      $0      'GLOBALS'
          1        UNSET_DIM                                                $0, 'foo'
    4     2        FETCH_UNSET                                      $1      'GLOBALS'
          3        FETCH_DIM_UNSET                                  $2      $1, 'foo'
          4        UNSET_DIM                                                $2, 'bar'
          5      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
171.47 ms | 1392 KiB | 13 Q