3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
169.18 ms | 1403 KiB | 13 Q