3v4l.org

run code in 300+ PHP versions simultaneously
<!DOCTYPE html> <html> <head> <title> Good day edrinah! </title> </head> <body> <form name=form1 method="get"> <input type="textarea" name="txtname" /> <input type="button" name="submit" value="submit" /> </form> </body> </html> <?php if(isset($_GET['txtname'])){ echo $_GET['txtname']; } ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 4, Position 2 = 7
Branch analysis from position: 4
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 7
filename:       /in/3odbW
function name:  (null)
number of ops:  8
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    1     0  E >   ECHO                                                     '%3C%21DOCTYPE+html%3E%0A%3Chtml%3E%0A++++%3Chead%3E%0A++++++++%3Ctitle%3E%0A++++++++++++Good+day+edrinah%21%0A++++++++%3C%2Ftitle%3E%0A++++%3C%2Fhead%3E%0A++++%3Cbody%3E%0A++++++++%3Cform+name%3Dform1+method%3D%22get%22%3E%0A++++++++++++%3Cinput+type%3D%22textarea%22+name%3D%22txtname%22+%2F%3E%0A++++++++++++%3Cinput+type%3D%22button%22+name%3D%22submit%22+value%3D%22submit%22+%2F%3E%0A++++++++%3C%2Fform%3E%0A++++%3C%2Fbody%3E%0A%3C%2Fhtml%3E%0A'
   16     1        FETCH_IS                                         ~0      '_GET'
          2        ISSET_ISEMPTY_DIM_OBJ                         0          ~0, 'txtname'
          3      > JMPZ                                                     ~1, ->7
   17     4    >   FETCH_R                      global              ~2      '_GET'
          5        FETCH_DIM_R                                      ~3      ~2, 'txtname'
          6        ECHO                                                     ~3
   19     7    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
168.17 ms | 1392 KiB | 13 Q