3v4l.org

run code in 300+ PHP versions simultaneously
<?php include("scripts/config.php"); augsa(); if($_GET['p'] == 'laptop'){ include('scripts/laptop.php'); } elseif($_GET['p'] == "plansete"){ include("scripts/plansete.php"); } elseif($_GET['p'] == "pc"){ include("scripts/pc.php"); } elseif($_GET['p'] == "microsoft-office"){ include("scripts/office.php"); } elseif($_GET['p'] == "skype"){ include("scripts/skype.php"); } elseif($_GET['p'] == "photoshop"){ include("scripts/photoshop.php"); } elseif($_GET['p'] == "utorrent"){ include("scripts/utorrent.php"); } elseif($_GET['p'] == "chrome"){ include("scripts/chrome.php"); } elseif($_GET['p'] == "video"){ include("videos.php"); } elseif($_GET['p'] == "par-mums"){ include("scripts/about.php"); } elseif($_GET['p'] == "atsauksmes"){ include("scripts/atsauksmes.php"); } else{ include("scripts/datorzinatnes.php"); } leja(); ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 7, Position 2 = 9
Branch analysis from position: 7
1 jumps found. (Code = 42) Position 1 = 70
Branch analysis from position: 70
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 9
2 jumps found. (Code = 43) Position 1 = 13, Position 2 = 15
Branch analysis from position: 13
1 jumps found. (Code = 42) Position 1 = 70
Branch analysis from position: 70
Branch analysis from position: 15
2 jumps found. (Code = 43) Position 1 = 19, Position 2 = 21
Branch analysis from position: 19
1 jumps found. (Code = 42) Position 1 = 70
Branch analysis from position: 70
Branch analysis from position: 21
2 jumps found. (Code = 43) Position 1 = 25, Position 2 = 27
Branch analysis from position: 25
1 jumps found. (Code = 42) Position 1 = 70
Branch analysis from position: 70
Branch analysis from position: 27
2 jumps found. (Code = 43) Position 1 = 31, Position 2 = 33
Branch analysis from position: 31
1 jumps found. (Code = 42) Position 1 = 70
Branch analysis from position: 70
Branch analysis from position: 33
2 jumps found. (Code = 43) Position 1 = 37, Position 2 = 39
Branch analysis from position: 37
1 jumps found. (Code = 42) Position 1 = 70
Branch analysis from position: 70
Branch analysis from position: 39
2 jumps found. (Code = 43) Position 1 = 43, Position 2 = 45
Branch analysis from position: 43
1 jumps found. (Code = 42) Position 1 = 70
Branch analysis from position: 70
Branch analysis from position: 45
2 jumps found. (Code = 43) Position 1 = 49, Position 2 = 51
Branch analysis from position: 49
1 jumps found. (Code = 42) Position 1 = 70
Branch analysis from position: 70
Branch analysis from position: 51
2 jumps found. (Code = 43) Position 1 = 55, Position 2 = 57
Branch analysis from position: 55
1 jumps found. (Code = 42) Position 1 = 70
Branch analysis from position: 70
Branch analysis from position: 57
2 jumps found. (Code = 43) Position 1 = 61, Position 2 = 63
Branch analysis from position: 61
1 jumps found. (Code = 42) Position 1 = 70
Branch analysis from position: 70
Branch analysis from position: 63
2 jumps found. (Code = 43) Position 1 = 67, Position 2 = 69
Branch analysis from position: 67
1 jumps found. (Code = 42) Position 1 = 70
Branch analysis from position: 70
Branch analysis from position: 69
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/MHV6W
function name:  (null)
number of ops:  73
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INCLUDE_OR_EVAL                                          'scripts%2Fconfig.php', INCLUDE
    3     1        INIT_FCALL_BY_NAME                                       'augsa'
          2        DO_FCALL                                      0          
    5     3        FETCH_R                      global              ~2      '_GET'
          4        FETCH_DIM_R                                      ~3      ~2, 'p'
          5        IS_EQUAL                                                 ~3, 'laptop'
          6      > JMPZ                                                     ~4, ->9
          7    >   INCLUDE_OR_EVAL                                          'scripts%2Flaptop.php', INCLUDE
          8      > JMP                                                      ->70
    6     9    >   FETCH_R                      global              ~6      '_GET'
         10        FETCH_DIM_R                                      ~7      ~6, 'p'
         11        IS_EQUAL                                                 ~7, 'plansete'
         12      > JMPZ                                                     ~8, ->15
         13    >   INCLUDE_OR_EVAL                                          'scripts%2Fplansete.php', INCLUDE
         14      > JMP                                                      ->70
    7    15    >   FETCH_R                      global              ~10     '_GET'
         16        FETCH_DIM_R                                      ~11     ~10, 'p'
         17        IS_EQUAL                                                 ~11, 'pc'
         18      > JMPZ                                                     ~12, ->21
         19    >   INCLUDE_OR_EVAL                                          'scripts%2Fpc.php', INCLUDE
         20      > JMP                                                      ->70
    8    21    >   FETCH_R                      global              ~14     '_GET'
         22        FETCH_DIM_R                                      ~15     ~14, 'p'
         23        IS_EQUAL                                                 ~15, 'microsoft-office'
         24      > JMPZ                                                     ~16, ->27
         25    >   INCLUDE_OR_EVAL                                          'scripts%2Foffice.php', INCLUDE
         26      > JMP                                                      ->70
    9    27    >   FETCH_R                      global              ~18     '_GET'
         28        FETCH_DIM_R                                      ~19     ~18, 'p'
         29        IS_EQUAL                                                 ~19, 'skype'
         30      > JMPZ                                                     ~20, ->33
         31    >   INCLUDE_OR_EVAL                                          'scripts%2Fskype.php', INCLUDE
         32      > JMP                                                      ->70
   10    33    >   FETCH_R                      global              ~22     '_GET'
         34        FETCH_DIM_R                                      ~23     ~22, 'p'
         35        IS_EQUAL                                                 ~23, 'photoshop'
         36      > JMPZ                                                     ~24, ->39
         37    >   INCLUDE_OR_EVAL                                          'scripts%2Fphotoshop.php', INCLUDE
         38      > JMP                                                      ->70
   11    39    >   FETCH_R                      global              ~26     '_GET'
         40        FETCH_DIM_R                                      ~27     ~26, 'p'
         41        IS_EQUAL                                                 ~27, 'utorrent'
         42      > JMPZ                                                     ~28, ->45
         43    >   INCLUDE_OR_EVAL                                          'scripts%2Futorrent.php', INCLUDE
         44      > JMP                                                      ->70
   12    45    >   FETCH_R                      global              ~30     '_GET'
         46        FETCH_DIM_R                                      ~31     ~30, 'p'
         47        IS_EQUAL                                                 ~31, 'chrome'
         48      > JMPZ                                                     ~32, ->51
         49    >   INCLUDE_OR_EVAL                                          'scripts%2Fchrome.php', INCLUDE
         50      > JMP                                                      ->70
   13    51    >   FETCH_R                      global              ~34     '_GET'
         52        FETCH_DIM_R                                      ~35     ~34, 'p'
         53        IS_EQUAL                                                 ~35, 'video'
         54      > JMPZ                                                     ~36, ->57
         55    >   INCLUDE_OR_EVAL                                          'videos.php', INCLUDE
         56      > JMP                                                      ->70
   14    57    >   FETCH_R                      global              ~38     '_GET'
         58        FETCH_DIM_R                                      ~39     ~38, 'p'
         59        IS_EQUAL                                                 ~39, 'par-mums'
         60      > JMPZ                                                     ~40, ->63
         61    >   INCLUDE_OR_EVAL                                          'scripts%2Fabout.php', INCLUDE
         62      > JMP                                                      ->70
   15    63    >   FETCH_R                      global              ~42     '_GET'
         64        FETCH_DIM_R                                      ~43     ~42, 'p'
         65        IS_EQUAL                                                 ~43, 'atsauksmes'
         66      > JMPZ                                                     ~44, ->69
         67    >   INCLUDE_OR_EVAL                                          'scripts%2Fatsauksmes.php', INCLUDE
         68      > JMP                                                      ->70
   17    69    >   INCLUDE_OR_EVAL                                          'scripts%2Fdatorzinatnes.php', INCLUDE
   19    70    >   INIT_FCALL_BY_NAME                                       'leja'
         71        DO_FCALL                                      0          
   20    72      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.57 ms | 1403 KiB | 13 Q