3v4l.org

run code in 300+ PHP versions simultaneously
<?php $tabSelection = $this->_getParam('tab', 'designs'); $optionSelection = $this->_getParam('option', 'default'); $portalName = Zend_Registry::get('portalName');
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/lBWe4
function name:  (null)
number of ops:  17
compiled vars:  !0 = $tabSelection, !1 = $optionSelection, !2 = $portalName
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   FETCH_THIS                                       $3      
          1        INIT_METHOD_CALL                                         $3, '_getParam'
          2        SEND_VAL_EX                                              'tab'
          3        SEND_VAL_EX                                              'designs'
          4        DO_FCALL                                      0  $4      
          5        ASSIGN                                                   !0, $4
    3     6        FETCH_THIS                                       $6      
          7        INIT_METHOD_CALL                                         $6, '_getParam'
          8        SEND_VAL_EX                                              'option'
          9        SEND_VAL_EX                                              'default'
         10        DO_FCALL                                      0  $7      
         11        ASSIGN                                                   !1, $7
    4    12        INIT_STATIC_METHOD_CALL                                  'Zend_Registry', 'get'
         13        SEND_VAL_EX                                              'portalName'
         14        DO_FCALL                                      0  $9      
         15        ASSIGN                                                   !2, $9
         16      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.18 ms | 1393 KiB | 13 Q