3v4l.org

run code in 300+ PHP versions simultaneously
<!DOCTYPE html> <html> <head> <title>Панель администратора</title> </head> <body> <?php $rightPassword = "12345"; 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 = 5, Position 2 = 8
Branch analysis from position: 5
2 jumps found. (Code = 43) Position 1 = 11, Position 2 = 17
Branch analysis from position: 11
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 17
Branch analysis from position: 8
filename:       /in/aKOgJ
function name:  (null)
number of ops:  19
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        FETCH_IS                                         ~3      '_POST'
          3        ISSET_ISEMPTY_DIM_OBJ                         0          ~3, 'password'
          4      > JMPZ                                                     ~4, ->8
   10     5    >   FETCH_R                      global              ~5      '_POST'
          6        FETCH_DIM_R                                      ~6      ~5, 'password'
          7        ASSIGN                                                   !1, ~6
   12     8    >   ECHO                                                     !1
   13     9        IS_EQUAL                                                 !1, null
         10      > JMPZ                                                     ~8, ->17
   15    11    >   ADD                                              ~9      '', '%3Cform+id%3D%27passwordForm%27%3E'
   16    12        ADD                                              ~10     ~9, '%3Cinput+type%3D%27password%27+name%3D%27password%27%3E'
   17    13        ADD                                              ~11     ~10, '%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'
   18    14        ADD                                              ~12     ~11, '%3C%2Fform%3E'
   19    15        ADD                                              ~13     ~12, ''
         16        ECHO                                                     ~13
   22    17    >   ECHO                                                     '%09%3C%2Fbody%3E%0A%3C%2Fhtml%3E'
   23    18      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.08 ms | 1394 KiB | 13 Q