3v4l.org

run code in 300+ PHP versions simultaneously
<html> <head> <title> Form </title> </head> <body> <form> Enter your name: <input type="text" name="name"> <input type="submit" name="submit"> </form> <?php $name=$_POST ['name']; echo "Hello $name"; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/LHY4n
function name:  (null)
number of ops:  8
compiled vars:  !0 = $name
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    1     0  E >   ECHO                                                     '%3Chtml%3E%0A%3Chead%3E%0A%3Ctitle%3E%0AForm%0A%3C%2Ftitle%3E%0A%3C%2Fhead%3E%0A%3Cbody%3E%0A%3Cform%3E%0A%0AEnter+your+name%3A+%3Cinput+type%3D%22text%22+name%3D%22name%22%3E%0A%3Cinput+type%3D%22submit%22+name%3D%22submit%22%3E%0A%3C%2Fform%3E%0A%0A'
   16     1        FETCH_R                      global              ~1      '_POST'
          2        FETCH_DIM_R                                      ~2      ~1, 'name'
          3        ASSIGN                                                   !0, ~2
   17     4        NOP                                                      
          5        FAST_CONCAT                                      ~4      'Hello+', !0
          6        ECHO                                                     ~4
   19     7      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.61 ms | 1393 KiB | 13 Q