3v4l.org

run code in 300+ PHP versions simultaneously
<!DOCTYPE html> <html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <title>W3resource!</title> </head> <body> <h2>Inseriscil il nome</h2> <form action="POST"> <input type="text" name="nome"> <input type="submit" name="submit"> </form> <?php $name = $_POST["nome"]; ?> <p>Ciao <?php echo '$nome' ?></p> </body> </html>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/9dFqF
function name:  (null)
number of ops:  8
compiled vars:  !0 = $name
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    1     0  E >   ECHO                                                     '%3C%21DOCTYPE+html%3E++%0A%3Chtml%3E++%0A%3Chead%3E++%0A++%3Cmeta+http-equiv%3D%22content-type%22+content%3D%22text%2Fhtml%3B+charset%3Dutf-8%22%3E++%0A++%3Ctitle%3EW3resource%21%3C%2Ftitle%3E++%0A++%3C%2Fhead%3E++%0A++++%3Cbody%3E%0A++++++++%3Ch2%3EInseriscil+il+nome%3C%2Fh2%3E%0A++++++++%3Cform+action%3D%22POST%22%3E%0A++++++++++++%3Cinput+type%3D%22text%22+name%3D%22nome%22%3E%0A++++++++++++%3Cinput+type%3D%22submit%22+name%3D%22submit%22%3E%0A++++++++%3C%2Fform%3E%0A++++++++'
   14     1        FETCH_R                      global              ~1      '_POST'
          2        FETCH_DIM_R                                      ~2      ~1, 'nome'
          3        ASSIGN                                                   !0, ~2
   16     4        ECHO                                                     '++++++++%3Cp%3ECiao+'
          5        ECHO                                                     '%24nome'
          6        ECHO                                                     '%3C%2Fp%3E%0A++++%3C%2Fbody%3E%0A%3C%2Fhtml%3E'
   18     7      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.24 ms | 1393 KiB | 13 Q