3v4l.org

run code in 300+ PHP versions simultaneously
<?php function ncs_custom_order_pane_alter(&$panes) { //dpm($panes); foreach ($panes as $key => $value) { if ($value['id'] == 'products') { dpm($value['callback']); $panes[$key]['callback'] = 'ncs_custom_pane_products'; } //dpm($pane['title']); } //dpm($panes); }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/788uC
function name:  (null)
number of ops:  1
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   12     0  E > > RETURN                                                   1

Function ncs_custom_order_pane_alter:
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 2, Position 2 = 16
Branch analysis from position: 2
2 jumps found. (Code = 78) Position 1 = 3, Position 2 = 16
Branch analysis from position: 3
2 jumps found. (Code = 43) Position 1 = 7, Position 2 = 15
Branch analysis from position: 7
1 jumps found. (Code = 42) Position 1 = 2
Branch analysis from position: 2
Branch analysis from position: 15
Branch analysis from position: 16
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 16
filename:       /in/788uC
function name:  ncs_custom_order_pane_alter
number of ops:  18
compiled vars:  !0 = $panes, !1 = $value, !2 = $key
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   RECV                                             !0      
    4     1      > FE_RESET_R                                       $3      !0, ->16
          2    > > FE_FETCH_R                                       ~4      $3, !1, ->16
          3    >   ASSIGN                                                   !2, ~4
    5     4        FETCH_DIM_R                                      ~6      !1, 'id'
          5        IS_EQUAL                                                 ~6, 'products'
          6      > JMPZ                                                     ~7, ->15
    6     7    >   INIT_FCALL_BY_NAME                                       'dpm'
          8        CHECK_FUNC_ARG                                           
          9        FETCH_DIM_FUNC_ARG                               $8      !1, 'callback'
         10        SEND_FUNC_ARG                                            $8
         11        DO_FCALL                                      0          
    7    12        FETCH_DIM_W                                      $10     !0, !2
         13        ASSIGN_DIM                                               $10, 'callback'
         14        OP_DATA                                                  'ncs_custom_pane_products'
    4    15    > > JMP                                                      ->2
         16    >   FE_FREE                                                  $3
   12    17      > RETURN                                                   null

End of function ncs_custom_order_pane_alter

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
171.51 ms | 1394 KiB | 13 Q