3v4l.org

run code in 300+ PHP versions simultaneously
<!DOCTYPE html>   <html>   <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">      </head>      <body> <html> <form method='post'> <input type="text" name="name"> <input type= "submit" value="submitname"> </form> </body> <?php $name=$_post['name']; echo "hello $name"; ?> </html>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/gv3XU
function name:  (null)
number of ops:  8
compiled vars:  !0 = $name, !1 = $_post
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    1     0  E >   ECHO                                                     '%3C%21DOCTYPE%C2%A0html%3E%C2%A0%0A%C2%A0%3Chtml%3E%C2%A0%C2%A0%0A%3Chead%3E%C2%A0%3Cmeta%C2%A0http-equiv%3D%22Content-Type%22%C2%A0content%3D%22text%2Fhtml%3B%C2%A0charset%3DUTF-8%22%3E%C2%A0%0A%C2%A0%C2%A0%C2%A0%C2%A0%3C%2Fhead%3E%C2%A0%C2%A0%C2%A0%0A%C2%A0%C2%A0%3Cbody%3E%0A%0A%0A%3Chtml%3E%0A%3Cform+method%3D%27post%27%3E%0A%3Cinput+type%3D%22text%22+name%3D%22name%22%3E%0A%3Cinput+type%3D+%22submit%22+value%3D%22submitname%22%3E%0A%3C%2Fform%3E%0A%3C%2Fbody%3E%0A'
   16     1        FETCH_DIM_R                                      ~2      !1, 'name'
          2        ASSIGN                                                   !0, ~2
   17     3        NOP                                                      
          4        FAST_CONCAT                                      ~4      'hello+', !0
          5        ECHO                                                     ~4
   20     6        ECHO                                                     '%3C%2Fhtml%3E'
          7      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.13 ms | 1393 KiB | 13 Q