3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.18 ms | 1393 KiB | 15 Q