3v4l.org

run code in 300+ PHP versions simultaneously
<html> <head> <title>Online PHP Script Execution</title> </head> <body> <form method="GET" action"main.php"> <input type="text" name="zeilen"> <input type="submit" value="Send"> </form> <?php if(isset($_GET["zeilen"])) { ?> <table border="1"> <?php for($i = 0;$i < $_GET["zeilen"];$i++) { echo"<tr><td>".$i."</td></tr>"; } ?> </table> <?php } ?> </form> </body> </html>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 4, Position 2 = 16
Branch analysis from position: 4
1 jumps found. (Code = 42) Position 1 = 11
Branch analysis from position: 11
2 jumps found. (Code = 44) Position 1 = 15, Position 2 = 7
Branch analysis from position: 15
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 7
2 jumps found. (Code = 44) Position 1 = 15, Position 2 = 7
Branch analysis from position: 15
Branch analysis from position: 7
Branch analysis from position: 16
filename:       /in/l3Ip5
function name:  (null)
number of ops:  18
compiled vars:  !0 = $i
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    1     0  E >   ECHO                                                     '%3Chtml%3E%0A%3Chead%3E%0A%3Ctitle%3EOnline+PHP+Script+Execution%3C%2Ftitle%3E%0A%3C%2Fhead%3E%0A%3Cbody%3E%0A%3Cform+method%3D%22GET%22+action%22main.php%22%3E%0A++%3Cinput+type%3D%22text%22+name%3D%22zeilen%22%3E%0A++%3Cinput+type%3D%22submit%22+value%3D%22Send%22%3E%0A%3C%2Fform%3E%0A'
   11     1        FETCH_IS                                         ~1      '_GET'
          2        ISSET_ISEMPTY_DIM_OBJ                         0          ~1, 'zeilen'
          3      > JMPZ                                                     ~2, ->16
   14     4    >   ECHO                                                     '%3Ctable+border%3D%221%22%3E%0A'
   16     5        ASSIGN                                                   !0, 0
          6      > JMP                                                      ->11
   18     7    >   CONCAT                                           ~4      '%3Ctr%3E%3Ctd%3E', !0
          8        CONCAT                                           ~5      ~4, '%3C%2Ftd%3E%3C%2Ftr%3E'
          9        ECHO                                                     ~5
   16    10        PRE_INC                                                  !0
         11    >   FETCH_R                      global              ~7      '_GET'
         12        FETCH_DIM_R                                      ~8      ~7, 'zeilen'
         13        IS_SMALLER                                               !0, ~8
         14      > JMPNZ                                                    ~9, ->7
   21    15    >   ECHO                                                     '%3C%2Ftable%3E%0A'
   25    16    >   ECHO                                                     '%3C%2Fform%3E%0A%3C%2Fbody%3E%0A%3C%2Fhtml%3E'
   27    17      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
138.2 ms | 1394 KiB | 13 Q