3v4l.org

run code in 300+ PHP versions simultaneously
<html> <head> </head> <body> <form method='get'> Your name: <input input type="text" name="name"> <input type="submit" valuue="submit Name"> </form> <?php $me=$_get['name']; echo $me; ?> </body> </html>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Os2oR
function name:  (null)
number of ops:  6
compiled vars:  !0 = $me, !1 = $_get
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    1     0  E >   ECHO                                                     '%3Chtml%3E%0A%3Chead%3E%0A%0A%3C%2Fhead%3E%0A%3Cbody%3E%0A%3Cform+method%3D%27get%27%3E%0AYour+name%3A+%3Cinput+input+type%3D%22text%22+name%3D%22name%22%3E%0A%3Cinput+type%3D%22submit%22+valuue%3D%22submit+Name%22%3E%0A%3C%2Fform%3E%0A'
   11     1        FETCH_DIM_R                                      ~2      !1, 'name'
          2        ASSIGN                                                   !0, ~2
   12     3        ECHO                                                     !0
   14     4        ECHO                                                     '%3C%2Fbody%3E%0A%3C%2Fhtml%3E'
   15     5      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.06 ms | 1396 KiB | 14 Q