3v4l.org

run code in 300+ PHP versions simultaneously
<?php include("ayar.php"); session_start(); if(!isset($_SESSION["login"])){ echo "Bu sayfayı görüntüleme yetkiniz yoktur."; }else{ echo "Admin sayfasina hosgeldiniz..<br>"; echo "<a href=logout.php>Çıkış Yap</a>"; } ?>
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 = 11
Branch analysis from position: 11
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 9
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/TEOK5
function name:  (null)
number of ops:  12
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INCLUDE_OR_EVAL                                          'ayar.php', INCLUDE
    3     1        INIT_FCALL                                               'session_start'
          2        DO_ICALL                                                 
    4     3        FETCH_IS                                         ~2      '_SESSION'
          4        ISSET_ISEMPTY_DIM_OBJ                         0  ~3      ~2, 'login'
          5        BOOL_NOT                                         ~4      ~3
          6      > JMPZ                                                     ~4, ->9
    5     7    >   ECHO                                                     'Bu+sayfay%C4%B1+g%C3%B6r%C3%BCnt%C3%BCleme+yetkiniz+yoktur.'
          8      > JMP                                                      ->11
    7     9    >   ECHO                                                     'Admin+sayfasina+hosgeldiniz..%3Cbr%3E'
    8    10        ECHO                                                     '%3Ca+href%3Dlogout.php%3E%C3%87%C4%B1k%C4%B1%C5%9F+Yap%3C%2Fa%3E'
   10    11    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.38 ms | 1394 KiB | 15 Q