3v4l.org

run code in 300+ PHP versions simultaneously
if(isset($_POST['submit'])) { $name = $_POST['name']; echo "User Has submitted the form and entered this name : <b> $name </b>"; echo "<br>You can use the following form again to enter a new name."; } ?> <form method="post" action="<?php echo $_SERVER['PHP_SELF']; ?>"> <input type="text" name="name"><br> <input type="submit" name="submit" value="Submit Form"><br> </form>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Lilua
function name:  (null)
number of ops:  6
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    1     0  E >   ECHO                                                     'if%28isset%28%24_POST%5B%27submit%27%5D%29%29+%0A%7B+%0A++++%24name+%3D+%24_POST%5B%27name%27%5D%3B%0A++++echo+%22User+Has+submitted+the+form+and+entered+this+name+%3A+%3Cb%3E+%24name+%3C%2Fb%3E%22%3B%0A++++echo+%22%3Cbr%3EYou+can+use+the+following+form+again+to+enter+a+new+name.%22%3B+%0A%7D%0A%3F%3E%0A%3Cform+method%3D%22post%22+action%3D%22'
    8     1        FETCH_R                      global              ~0      '_SERVER'
          2        FETCH_DIM_R                                      ~1      ~0, 'PHP_SELF'
          3        ECHO                                                     ~1
          4        ECHO                                                     '%22%3E%0A+++%3Cinput+type%3D%22text%22+name%3D%22name%22%3E%3Cbr%3E%0A+++%3Cinput+type%3D%22submit%22+name%3D%22submit%22+value%3D%22Submit+Form%22%3E%3Cbr%3E%0A%3C%2Fform%3E'
   11     5      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
168.65 ms | 1397 KiB | 13 Q