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 = 11, Position 2 = 16
Branch analysis from position: 11
2 jumps found. (Code = 43) Position 1 = 17, Position 2 = 18
Branch analysis from position: 17
1 jumps found. (Code = 79) Position 1 = -2
Branch analysis from position: 18
2 jumps found. (Code = 43) Position 1 = 33, Position 2 = 39
Branch analysis from position: 33
1 jumps found. (Code = 42) Position 1 = 52
Branch analysis from position: 52
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 39
2 jumps found. (Code = 43) Position 1 = 42, Position 2 = 48
Branch analysis from position: 42
1 jumps found. (Code = 42) Position 1 = 52
Branch analysis from position: 52
Branch analysis from position: 48
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 16
filename:       /in/hej0E
function name:  (null)
number of ops:  58
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      'GLOBALS'
          5        FETCH_DIM_R                                      ~6      ~5, 'USER'
          6        INIT_METHOD_CALL                                         ~6, 'CanDoOperation'
          7        SEND_VAL_EX                                              'bitrix24_config'
          8        DO_FCALL                                      0  $7      
          9        BOOL_NOT                                         ~8      $7
         10      > JMPNZ_EX                                         ~8      ~8, ->16
         11    >   INIT_STATIC_METHOD_CALL                                  'CModule', 'IncludeModule'
         12        SEND_VAL_EX                                              'bitrix24'
         13        DO_FCALL                                      0  $9      
         14        BOOL_NOT                                         ~10     $9
         15        BOOL                                             ~8      ~10
         16    > > JMPZ                                                     ~8, ->18
         17    > > EXIT                                                     
    5    18    >   INIT_FCALL_BY_NAME                                       'IncludeModuleLangFile'
         19        FETCH_R                      global              ~11     '_SERVER'
         20        FETCH_DIM_R                                      ~12     ~11, 'DOCUMENT_ROOT'
         21        CONCAT                                           ~13     ~12, '%2Fbitrix%2Fmodules%2Fbitrix24%2Fpublic%2Fmarketplace%2Findex.php'
         22        SEND_VAL_EX                                              ~13
         23        DO_FCALL                                      0          
    7    24        ECHO                                                     '%0A%3Cdiv+class%3D%22mp_wrap%22%3E%0A%09'
    9    25        FETCH_R                      global              ~15     '_SERVER'
         26        FETCH_DIM_R                                      ~16     ~15, 'DOCUMENT_ROOT'
         27        CONCAT                                           ~17     ~16, '%2Fmarketplace%2Finclude_top_panel.php'
         28        INCLUDE_OR_EVAL                                          ~17, REQUIRE
   10    29        ECHO                                                     '%09%3Cdiv+class%3D%22mp_section%22%3E%0A%09'
   12    30        FETCH_IS                                         ~19     '_GET'
         31        ISSET_ISEMPTY_DIM_OBJ                         0          ~19, 'category'
         32      > JMPZ                                                     ~20, ->39
   13    33    >   INIT_METHOD_CALL                                         !0, 'IncludeComponent'
         34        SEND_VAL_EX                                              'bitrix%3Abitrix24.marketplace.category'
         35        SEND_VAL_EX                                              ''
         36        SEND_VAL_EX                                              <array>
         37        DO_FCALL                                      0          
         38      > JMP                                                      ->52
   14    39    >   FETCH_IS                                         ~22     '_GET'
         40        ISSET_ISEMPTY_DIM_OBJ                         0          ~22, 'app'
         41      > JMPZ                                                     ~23, ->48
   15    42    >   INIT_METHOD_CALL                                         !0, 'IncludeComponent'
         43        SEND_VAL_EX                                              'bitrix%3Abitrix24.marketplace.detail'
         44        SEND_VAL_EX                                              ''
         45        SEND_VAL_EX                                              <array>
         46        DO_FCALL                                      0          
         47      > JMP                                                      ->52
   17    48    >   FETCH_R                      global              ~25     '_SERVER'
         49        FETCH_DIM_R                                      ~26     ~25, 'DOCUMENT_ROOT'
         50        CONCAT                                           ~27     ~26, '%2Fmarketplace%2Finclude_top.php'
         51        INCLUDE_OR_EVAL                                          ~27, REQUIRE
   19    52    >   ECHO                                                     '%09%3C%2Fdiv%3E%0A%3C%2Fdiv%3E%0A%0A'
   22    53        FETCH_R                      global              ~29     '_SERVER'
         54        FETCH_DIM_R                                      ~30     ~29, 'DOCUMENT_ROOT'
         55        CONCAT                                           ~31     ~30, '%2Fbitrix%2Ffooter.php'
         56        INCLUDE_OR_EVAL                                          ~31, REQUIRE
         57      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
141.94 ms | 1399 KiB | 13 Q