3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo "<form action=\"\" method=\"post\"><input name=\"username\" type=\"text\" autocomplete=\"off\" id=\"username\" />"; echo "<input type=\"checkbox\" id=\"atur_peg\" name=\"atur_peg\" value=\"Ya\" checked />"; echo "<input type=\"submit\"></form>"; echo $username=$_POST['username']; // this can get value echo $atur_peg=$_POST['atur_peg'];?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/fFNAt
function name:  (null)
number of ops:  12
compiled vars:  !0 = $username, !1 = $atur_peg
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ECHO                                                     '%3Cform+action%3D%22%22+method%3D%22post%22%3E%3Cinput+name%3D%22username%22+type%3D%22text%22+autocomplete%3D%22off%22+id%3D%22username%22+%2F%3E'
    4     1        ECHO                                                     '%3Cinput+type%3D%22checkbox%22+id%3D%22atur_peg%22+name%3D%22atur_peg%22+value%3D%22Ya%22+checked+%2F%3E'
    5     2        ECHO                                                     '%3Cinput+type%3D%22submit%22%3E%3C%2Fform%3E'
    6     3        FETCH_R                      global              ~2      '_POST'
          4        FETCH_DIM_R                                      ~3      ~2, 'username'
          5        ASSIGN                                           ~4      !0, ~3
          6        ECHO                                                     ~4
    7     7        FETCH_R                      global              ~5      '_POST'
          8        FETCH_DIM_R                                      ~6      ~5, 'atur_peg'
          9        ASSIGN                                           ~7      !1, ~6
         10        ECHO                                                     ~7
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
258.48 ms | 1393 KiB | 14 Q