3v4l.org

run code in 300+ PHP versions simultaneously
<select name="type" id="ad-type-chooser"> <option></option> <option <?php echo ( isset($_POST['banner']) && $_POST['banner'] || isset($update['banner']) && $update['banner'] ) ? 'selected' : '' ; ?> value="banner">Banner (Aufstellungen &amp; Posten)</option> <option value="skyscraper">Skyscrapper (Systemweit)</option> </select>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 46) Position 1 = 4, Position 2 = 7
Branch analysis from position: 4
2 jumps found. (Code = 47) Position 1 = 8, Position 2 = 13
Branch analysis from position: 8
2 jumps found. (Code = 46) Position 1 = 10, Position 2 = 12
Branch analysis from position: 10
2 jumps found. (Code = 43) Position 1 = 14, Position 2 = 16
Branch analysis from position: 14
1 jumps found. (Code = 42) Position 1 = 17
Branch analysis from position: 17
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 16
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 12
Branch analysis from position: 13
Branch analysis from position: 7
filename:       /in/mMpo7
function name:  (null)
number of ops:  20
compiled vars:  !0 = $update
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    1     0  E >   ECHO                                                     '%3Cselect+name%3D%22type%22+id%3D%22ad-type-chooser%22%3E%0A%09%09%09%09%09%09%3Coption%3E%3C%2Foption%3E%0A%09%09%09%09%09%09%3Coption+'
    3     1        FETCH_IS                                         ~1      '_POST'
          2        ISSET_ISEMPTY_DIM_OBJ                         0  ~2      ~1, 'banner'
          3      > JMPZ_EX                                          ~2      ~2, ->7
          4    >   FETCH_R                      global              ~3      '_POST'
          5        FETCH_DIM_R                                      ~4      ~3, 'banner'
          6        BOOL                                             ~2      ~4
          7    > > JMPNZ_EX                                         ~2      ~2, ->13
          8    >   ISSET_ISEMPTY_DIM_OBJ                         0  ~5      !0, 'banner'
          9      > JMPZ_EX                                          ~5      ~5, ->12
         10    >   FETCH_DIM_R                                      ~6      !0, 'banner'
         11        BOOL                                             ~5      ~6
         12    >   BOOL                                             ~2      ~5
         13    > > JMPZ                                                     ~2, ->16
         14    >   QM_ASSIGN                                        ~7      'selected'
         15      > JMP                                                      ->17
         16    >   QM_ASSIGN                                        ~7      ''
         17    >   ECHO                                                     ~7
         18        ECHO                                                     '+value%3D%22banner%22%3EBanner+%28Aufstellungen+%26amp%3B+Posten%29%3C%2Foption%3E%0A%09%09%09%09%09%09%3Coption++value%3D%22skyscraper%22%3ESkyscrapper+%28Systemweit%29%3C%2Foption%3E%0A%09%09%09%09%09%3C%2Fselect%3E'
    5    19      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.53 ms | 1394 KiB | 13 Q