3v4l.org

run code in 300+ PHP versions simultaneously
<?php namespace GlobalAlliance\Services\Page; use const CONSTANT_NUMBER_ONE; class NavigationStructure { private static $root; private static $list; private static $fullList = array(); private static $fullPaths2NavigationItems = array(); private static $levels2NavigationItems = array(); private static $activeItem = NULL; private static $activeRequestPath = NULL; private static $navigationRoots = array(); static function init() { // For the group guest there are two possible navigations (branded and GA), so we need an array here self::$navigationRoots[CONSTANT_NUMBER_ONE] = array(); } } NavigationStructure::init();
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Dvq3P
function name:  (null)
number of ops:  3
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   32     0  E >   INIT_STATIC_METHOD_CALL                                  'GlobalAlliance%5CServices%5CPage%5CNavigationStructure', 'init'
          1        DO_FCALL                                      0          
          2      > RETURN                                                   1

Class GlobalAlliance\Services\Page\NavigationStructure:
Function init:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Dvq3P
function name:  init
number of ops:  5
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   27     0  E >   FETCH_CONSTANT                                   ~1      'CONSTANT_NUMBER_ONE'
          1        FETCH_STATIC_PROP_W          global              $0      'navigationRoots'
          2        ASSIGN_DIM                                               $0, ~1
          3        OP_DATA                                                  <array>
   28     4      > RETURN                                                   null

End of function init

End of class GlobalAlliance\Services\Page\NavigationStructure.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
169.74 ms | 1393 KiB | 13 Q