3v4l.org

run code in 300+ PHP versions simultaneously
<!DOCTYPE html> <html> <head> <title>Панель администратора</title> </head> <body> <?php $rightPassword = "12345"; $password = null; if(isset($_POST["password"])){ $password = $_POST["password"]; } echo ($password); if($password == null){ echo ""+ "<form id='passwordForm'>"+ "<input type='password' name='password'>"+ "<input type='submit' value='Отправить'>"+ "</form>"+ ""; } ?> </body> </html>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 6, Position 2 = 9
Branch analysis from position: 6
2 jumps found. (Code = 43) Position 1 = 12, Position 2 = 18
Branch analysis from position: 12
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 18
Branch analysis from position: 9
filename:       /in/mVNeM
function name:  (null)
number of ops:  20
compiled vars:  !0 = $rightPassword, !1 = $password
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    1     0  E >   ECHO                                                     '%3C%21DOCTYPE+html%3E%0A%3Chtml%3E%0A%09%3Chead%3E%0A%09%09%3Ctitle%3E%D0%9F%D0%B0%D0%BD%D0%B5%D0%BB%D1%8C+%D0%B0%D0%B4%D0%BC%D0%B8%D0%BD%D0%B8%D1%81%D1%82%D1%80%D0%B0%D1%82%D0%BE%D1%80%D0%B0%3C%2Ftitle%3E%0A%09%3C%2Fhead%3E%0A%09%3Cbody%3E%0A%09%09'
    8     1        ASSIGN                                                   !0, '12345'
    9     2        ASSIGN                                                   !1, null
   10     3        FETCH_IS                                         ~4      '_POST'
          4        ISSET_ISEMPTY_DIM_OBJ                         0          ~4, 'password'
          5      > JMPZ                                                     ~5, ->9
   11     6    >   FETCH_R                      global              ~6      '_POST'
          7        FETCH_DIM_R                                      ~7      ~6, 'password'
          8        ASSIGN                                                   !1, ~7
   13     9    >   ECHO                                                     !1
   14    10        IS_EQUAL                                                 !1, null
         11      > JMPZ                                                     ~9, ->18
   16    12    >   ADD                                              ~10     '', '%3Cform+id%3D%27passwordForm%27%3E'
   17    13        ADD                                              ~11     ~10, '%3Cinput+type%3D%27password%27+name%3D%27password%27%3E'
   18    14        ADD                                              ~12     ~11, '%3Cinput+type%3D%27submit%27+value%3D%27%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C%27%3E'
   19    15        ADD                                              ~13     ~12, '%3C%2Fform%3E'
   20    16        ADD                                              ~14     ~13, ''
         17        ECHO                                                     ~14
   23    18    >   ECHO                                                     '%09%3C%2Fbody%3E%0A%3C%2Fhtml%3E'
   24    19      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.07 ms | 1394 KiB | 13 Q