3v4l.org

run code in 300+ PHP versions simultaneously
<?php $var = ' '; if(empty($var)) { echo "leeg"; } else { echo "Waarde!"; } ?> <form action="/includes/user.login.inc.php" method="POST" class="login active"> <h3>Login</h3> <font color = red>&nbsp;<?PHP echo ($message); ?></font> <div> <label>Gebruikersnaam:</label> <input name="username" type="text" /> <span class="error">This is an error</span> </div> <div> <label>Wachtwoord: <a href="forgot_password.html" rel="forgot_password" class="forgot linkform">Wachtwoord vergeten?</a></label> <input name="password" type="password" /> <span class="error">This is an error</span> </div> <div class="bottom"> <input type="submit" value="Login" /> <input type="hidden" value="1" name="login" /> <a href="register.html" rel="register" class="linkform">Nog geen lid? Schrijf je hier in</a> <div class="clear"></div> </div> </form>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 3, Position 2 = 5
Branch analysis from position: 3
1 jumps found. (Code = 42) Position 1 = 6
Branch analysis from position: 6
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 5
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/fXDVP
function name:  (null)
number of ops:  10
compiled vars:  !0 = $var, !1 = $message
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, '+'
    3     1        ISSET_ISEMPTY_CV                                         !0
          2      > JMPZ                                                     ~3, ->5
    4     3    >   ECHO                                                     'leeg'
          4      > JMP                                                      ->6
    6     5    >   ECHO                                                     'Waarde%21'
    9     6    >   ECHO                                                     '%3Cform+action%3D%22%2Fincludes%2Fuser.login.inc.php%22+method%3D%22POST%22+class%3D%22login+active%22%3E%0A++++++++++++++++++++++++%3Ch3%3ELogin%3C%2Fh3%3E%0A++++++++++++++++++++++++%3Cfont+color+%3D+red%3E%26nbsp%3B'
   11     7        ECHO                                                     !1
          8        ECHO                                                     '%3C%2Ffont%3E%0A++++++++++++++++++++++++%3Cdiv%3E%0A++++++++++++++++++++++++++++%3Clabel%3EGebruikersnaam%3A%3C%2Flabel%3E%0A++++++++++++++++++++++++++++%3Cinput+name%3D%22username%22+type%3D%22text%22+%2F%3E%0A++++++++++++++++++++++++++++%3Cspan+class%3D%22error%22%3EThis+is+an+error%3C%2Fspan%3E%0A++++++++++++++++++++++++%3C%2Fdiv%3E%0A++++++++++++++++++++++++%3Cdiv%3E%0A++++++++++++++++++++++++++++%3Clabel%3EWachtwoord%3A+%3Ca+href%3D%22forgot_password.html%22+rel%3D%22forgot_password%22+class%3D%22forgot+linkform%22%3EWachtwoord+vergeten%3F%3C%2Fa%3E%3C%2Flabel%3E%0A++++++++++++++++++++++++++++%3Cinput+name%3D%22password%22+type%3D%22password%22+%2F%3E%0A++++++++++++++++++++++++++++%3Cspan+class%3D%22error%22%3EThis+is+an+error%3C%2Fspan%3E%0A++++++++++++++++++++++++%3C%2Fdiv%3E%0A++++++++++++++++++++++++%3Cdiv+class%3D%22bottom%22%3E++++++++%0A++++++++++++++++++++++++++++%3Cinput+type%3D%22submit%22+value%3D%22Login%22+%2F%3E%0A++++++++++++++++++++++++++++%3Cinput+type%3D%22hidden%22+value%3D%221%22+name%3D%22login%22+%2F%3E%0A++++++++++++++++++++++++++++%3Ca+href%3D%22register.html%22+rel%3D%22register%22+class%3D%22linkform%22%3ENog+geen+lid%3F+Schrijf+je+hier+in%3C%2Fa%3E%0A++++++++++++++++++++++++++++%3Cdiv+class%3D%22clear%22%3E%3C%2Fdiv%3E%0A++++++++++++++++++++++++%3C%2Fdiv%3E%0A++++++++++++++++++++%3C%2Fform%3E'
   28     9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
144.47 ms | 1398 KiB | 13 Q