3v4l.org

run code in 300+ PHP versions simultaneously
<html> <form method='post'> <input type="text" name="name"> <input type= "submit" value="submitname"> </form> <?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/IoLur
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                                                     '%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%0A'
    9     1        FETCH_DIM_R                                      ~2      !1, 'name'
          2        ASSIGN                                                   !0, ~2
   10     3        NOP                                                      
          4        FAST_CONCAT                                      ~4      'hello+', !0
          5        ECHO                                                     ~4
   13     6        ECHO                                                     '%3C%2Fhtml%3E'
          7      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.39 ms | 1392 KiB | 13 Q