3v4l.org

run code in 300+ PHP versions simultaneously
<?php /** * */ function FIXME_UNSET(&$variable) { return $variable; } $i = 0; 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/s2D4B
function name:  (null)
number of ops:  10
compiled vars:  !0 = $i, !1 = $notes
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   10     0  E >   ASSIGN                                                   !0, 0
   12     1        INIT_FCALL                                               'var_dump'
          2        INIT_FCALL                                               'fixme_unset'
          3        FETCH_DIM_W                                      $3      !1, !0
          4        FETCH_DIM_W                                      $4      $3, 'disabled'
          5        SEND_REF                                                 $4
          6        DO_FCALL                                      0  $5      
          7        SEND_VAR                                                 $5
          8        DO_ICALL                                                 
          9      > RETURN                                                   1

Function fixme_unset:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/s2D4B
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.8 ms | 1397 KiB | 16 Q