3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
158.22 ms | 1393 KiB | 13 Q