3v4l.org

run code in 300+ PHP versions simultaneously
<?php $html = '<html>'; $html .= '<form action="login.php" method="post"><input type="hidden" name="ac" value="log"> \n'; $html .= 'Username: <input type="text" name="username" />'; $html .= 'Password: <input type="password" name="password" />'; $html .= '<input type="submit" value="Login" />'; $html .= '</form>'; $html .= '</html>'; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/C56Zr
function name:  (null)
number of ops:  8
compiled vars:  !0 = $html
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, '%3Chtml%3E'
    3     1        ASSIGN_OP                                     8          !0, '%3Cform+action%3D%22login.php%22+method%3D%22post%22%3E%3Cinput+type%3D%22hidden%22+name%3D%22ac%22+value%3D%22log%22%3E+%5Cn'
    4     2        ASSIGN_OP                                     8          !0, 'Username%3A+%3Cinput+type%3D%22text%22+name%3D%22username%22+%2F%3E'
    5     3        ASSIGN_OP                                     8          !0, 'Password%3A+%3Cinput+type%3D%22password%22+name%3D%22password%22+%2F%3E'
    6     4        ASSIGN_OP                                     8          !0, '%3Cinput+type%3D%22submit%22+value%3D%22Login%22+%2F%3E'
    7     5        ASSIGN_OP                                     8          !0, '%3C%2Fform%3E'
    8     6        ASSIGN_OP                                     8          !0, '%3C%2Fhtml%3E'
    9     7      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
144.8 ms | 1384 KiB | 13 Q