3v4l.org

run code in 300+ PHP versions simultaneously
<?require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php"); if (!$GLOBALS['USER']->CanDoOperation('bitrix24_config') || !CModule::IncludeModule("bitrix24")) die(); IncludeModuleLangFile($_SERVER["DOCUMENT_ROOT"]."/bitrix/modules/bitrix24/public/marketplace/index.php"); ?> <div class="mp_wrap"> <?require($_SERVER["DOCUMENT_ROOT"]."/marketplace/include_top_panel.php");?> <div class="mp_section"> <? if (isset($_GET["category"])) $APPLICATION->IncludeComponent("bitrix:bitrix24.marketplace.category", "", array()); elseif (isset($_GET["app"])) $APPLICATION->IncludeComponent("bitrix:bitrix24.marketplace.detail", "", array()); else require($_SERVER["DOCUMENT_ROOT"]."/marketplace/include_top.php"); ?> </div> </div> <?require($_SERVER["DOCUMENT_ROOT"]."/bitrix/footer.php");?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 47) Position 1 = 10, Position 2 = 15
Branch analysis from position: 10
2 jumps found. (Code = 43) Position 1 = 16, Position 2 = 17
Branch analysis from position: 16
1 jumps found. (Code = 79) Position 1 = -2
Branch analysis from position: 17
2 jumps found. (Code = 43) Position 1 = 32, Position 2 = 38
Branch analysis from position: 32
1 jumps found. (Code = 42) Position 1 = 51
Branch analysis from position: 51
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 38
2 jumps found. (Code = 43) Position 1 = 41, Position 2 = 47
Branch analysis from position: 41
1 jumps found. (Code = 42) Position 1 = 51
Branch analysis from position: 51
Branch analysis from position: 47
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 15
filename:       /in/hej0E
function name:  (null)
number of ops:  57
compiled vars:  !0 = $APPLICATION
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    1     0  E >   FETCH_R                      global              ~1      '_SERVER'
          1        FETCH_DIM_R                                      ~2      ~1, 'DOCUMENT_ROOT'
          2        CONCAT                                           ~3      ~2, '%2Fbitrix%2Fheader.php'
          3        INCLUDE_OR_EVAL                                          ~3, REQUIRE
    3     4        FETCH_R                      global              ~5      'USER'
          5        INIT_METHOD_CALL                                         ~5, 'CanDoOperation'
          6        SEND_VAL_EX                                              'bitrix24_config'
          7        DO_FCALL                                      0  $6      
          8        BOOL_NOT                                         ~7      $6
          9      > JMPNZ_EX                                         ~7      ~7, ->15
         10    >   INIT_STATIC_METHOD_CALL                                  'CModule', 'IncludeModule'
         11        SEND_VAL_EX                                              'bitrix24'
         12        DO_FCALL                                      0  $8      
         13        BOOL_NOT                                         ~9      $8
         14        BOOL                                             ~7      ~9
         15    > > JMPZ                                                     ~7, ->17
         16    > > EXIT                                                     
    5    17    >   INIT_FCALL_BY_NAME                                       'IncludeModuleLangFile'
         18        FETCH_R                      global              ~10     '_SERVER'
         19        FETCH_DIM_R                                      ~11     ~10, 'DOCUMENT_ROOT'
         20        CONCAT                                           ~12     ~11, '%2Fbitrix%2Fmodules%2Fbitrix24%2Fpublic%2Fmarketplace%2Findex.php'
         21        SEND_VAL_EX                                              ~12
         22        DO_FCALL                                      0          
    7    23        ECHO                                                     '%0A%3Cdiv+class%3D%22mp_wrap%22%3E%0A%09'
    9    24        FETCH_R                      global              ~14     '_SERVER'
         25        FETCH_DIM_R                                      ~15     ~14, 'DOCUMENT_ROOT'
         26        CONCAT                                           ~16     ~15, '%2Fmarketplace%2Finclude_top_panel.php'
         27        INCLUDE_OR_EVAL                                          ~16, REQUIRE
   10    28        ECHO                                                     '%09%3Cdiv+class%3D%22mp_section%22%3E%0A%09'
   12    29        FETCH_IS                                         ~18     '_GET'
         30        ISSET_ISEMPTY_DIM_OBJ                         0          ~18, 'category'
         31      > JMPZ                                                     ~19, ->38
   13    32    >   INIT_METHOD_CALL                                         !0, 'IncludeComponent'
         33        SEND_VAL_EX                                              'bitrix%3Abitrix24.marketplace.category'
         34        SEND_VAL_EX                                              ''
         35        SEND_VAL_EX                                              <array>
         36        DO_FCALL                                      0          
   12    37      > JMP                                                      ->51
   14    38    >   FETCH_IS                                         ~21     '_GET'
         39        ISSET_ISEMPTY_DIM_OBJ                         0          ~21, 'app'
         40      > JMPZ                                                     ~22, ->47
   15    41    >   INIT_METHOD_CALL                                         !0, 'IncludeComponent'
         42        SEND_VAL_EX                                              'bitrix%3Abitrix24.marketplace.detail'
         43        SEND_VAL_EX                                              ''
         44        SEND_VAL_EX                                              <array>
         45        DO_FCALL                                      0          
   14    46      > JMP                                                      ->51
   17    47    >   FETCH_R                      global              ~24     '_SERVER'
         48        FETCH_DIM_R                                      ~25     ~24, 'DOCUMENT_ROOT'
         49        CONCAT                                           ~26     ~25, '%2Fmarketplace%2Finclude_top.php'
         50        INCLUDE_OR_EVAL                                          ~26, REQUIRE
   19    51    >   ECHO                                                     '%09%3C%2Fdiv%3E%0A%3C%2Fdiv%3E%0A%0A'
   22    52        FETCH_R                      global              ~28     '_SERVER'
         53        FETCH_DIM_R                                      ~29     ~28, 'DOCUMENT_ROOT'
         54        CONCAT                                           ~30     ~29, '%2Fbitrix%2Ffooter.php'
         55        INCLUDE_OR_EVAL                                          ~30, REQUIRE
         56      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.36 ms | 1012 KiB | 13 Q