3v4l.org

run code in 300+ PHP versions simultaneously
<?php /** * */ function FIXME_UNSET(&$variable) { return $variable; } var_dump(FIXME_UNSET($notes[$i]['disabled']));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/8TjWh
function name:  (null)
number of ops:  9
compiled vars:  !0 = $notes, !1 = $i
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   10     0  E >   INIT_FCALL                                               'var_dump'
          1        INIT_FCALL                                               'fixme_unset'
          2        FETCH_DIM_W                                      $2      !0, !1
          3        FETCH_DIM_W                                      $3      $2, 'disabled'
          4        SEND_REF                                                 $3
          5        DO_FCALL                                      0  $4      
          6        SEND_VAR                                                 $4
          7        DO_ICALL                                                 
          8      > RETURN                                                   1

Function fixme_unset:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/8TjWh
function name:  FIXME_UNSET
number of ops:  3
compiled vars:  !0 = $variable
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    6     0  E >   RECV                                             !0      
    7     1      > RETURN                                                   !0
    8     2*     > RETURN                                                   null

End of function fixme_unset

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.4 ms | 1397 KiB | 16 Q