3v4l.org

run code in 300+ PHP versions simultaneously
<html> <head><title>FORM</title></head> <body> <form method='POST'> <input type="text" name="textval"> <input type="SUBMIT" name="btnsub"> </form> <?php echo "Entered text: ".$_POST['textval']; ?> </body> </html>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/eml0o
function name:  (null)
number of ops:  7
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    1     0  E >   ECHO                                                     '%3Chtml%3E%0A++++%3Chead%3E%3Ctitle%3EFORM%3C%2Ftitle%3E%3C%2Fhead%3E%0A++++%3Cbody%3E%0A++++++++%3Cform+method%3D%27POST%27%3E%0A%3Cinput+type%3D%22text%22+name%3D%22textval%22%3E%0A++++++++++++%3Cinput+type%3D%22SUBMIT%22+name%3D%22btnsub%22%3E%0A%0A++++++++%3C%2Fform%3E%0A++++++++'
   10     1        FETCH_R                      global              ~0      '_POST'
          2        FETCH_DIM_R                                      ~1      ~0, 'textval'
          3        CONCAT                                           ~2      'Entered+text%3A+', ~1
          4        ECHO                                                     ~2
   12     5        ECHO                                                     '++++%3C%2Fbody%3E%0A%3C%2Fhtml%3E'
   13     6      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
158.93 ms | 1393 KiB | 13 Q