3v4l.org

run code in 300+ PHP versions simultaneously
<?php $name = "Arman"; ?> <html> <body> <input type="text" name="name" /> <input type="submit" value="submit" onclick="<?php echo $name; ?>"> </body> </html>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/TeTBA
function name:  (null)
number of ops:  5
compiled vars:  !0 = $name
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'Arman'
    4     1        ECHO                                                     '%3Chtml%3E%0A%3Cbody%3E%0A++++%3Cinput+type%3D%22text%22+name%3D%22name%22+%2F%3E%0A++++%3Cinput+type%3D%22submit%22+value%3D%22submit%22+onclick%3D%22'
    7     2        ECHO                                                     !0
          3        ECHO                                                     '%22%3E%0A%3C%2Fbody%3E%0A%3C%2Fhtml%3E'
    9     4      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
139.69 ms | 1396 KiB | 13 Q