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> <h1>Please input your name</h1> <input type="text" name="nome" method="post"> <?php $nome = $_POST["nome"]; ?> <p><?php $nome ?></p> </body> </html>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/mHnXZ
function name:  (null)
number of ops:  7
compiled vars:  !0 = $nome
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++++++%3Ch1%3EPlease+input+your+name%3C%2Fh1%3E%0A++++++%3Cinput+type%3D%22text%22+name%3D%22nome%22+method%3D%22post%22%3E%0A++++++'
   11     1        FETCH_R                      global              ~1      '_POST'
          2        FETCH_DIM_R                                      ~2      ~1, 'nome'
          3        ASSIGN                                                   !0, ~2
   13     4        ECHO                                                     '++++++%3Cp%3E'
          5        ECHO                                                     '%3C%2Fp%3E%0A++%3C%2Fbody%3E%0A%3C%2Fhtml%3E'
   15     6      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.04 ms | 1393 KiB | 13 Q