3v4l.org

run code in 300+ PHP versions simultaneously
<!DOCTYPE html> <html> <body> <table style="width:300px"> <tr> <?php for($i=1;$i<=5;$i++){ ?> <td>Jill</td> <?php } ?> </tr> <tr> <td>Eve</td> <td>Jackson</td> <td>94</td> </tr> <tr> <td>John</td> <td>Doe</td> <td>80</td> </tr> </table> </body> </html>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 5
Branch analysis from position: 5
2 jumps found. (Code = 44) Position 1 = 7, Position 2 = 3
Branch analysis from position: 7
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 3
2 jumps found. (Code = 44) Position 1 = 7, Position 2 = 3
Branch analysis from position: 7
Branch analysis from position: 3
filename:       /in/OUeLn
function name:  (null)
number of ops:  9
compiled vars:  !0 = $i
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    1     0  E >   ECHO                                                     '%3C%21DOCTYPE+html%3E%0A%3Chtml%3E%0A%3Cbody%3E%0A%0A%3Ctable+style%3D%22width%3A300px%22%3E%0A%3Ctr%3E%0A'
    8     1        ASSIGN                                                   !0, 1
          2      > JMP                                                      ->5
   10     3    >   ECHO                                                     '++%3Ctd%3EJill%3C%2Ftd%3E%0A'
    8     4        PRE_INC                                                  !0
          5    >   IS_SMALLER_OR_EQUAL                                      !0, 5
          6      > JMPNZ                                                    ~3, ->3
   14     7    >   ECHO                                                     '%3C%2Ftr%3E%0A%0A%3Ctr%3E%0A++%3Ctd%3EEve%3C%2Ftd%3E%0A++%3Ctd%3EJackson%3C%2Ftd%3E%09%09%0A++%3Ctd%3E94%3C%2Ftd%3E%0A%3C%2Ftr%3E%0A%3Ctr%3E%0A++%3Ctd%3EJohn%3C%2Ftd%3E%0A++%3Ctd%3EDoe%3C%2Ftd%3E%09%09%0A++%3Ctd%3E80%3C%2Ftd%3E%0A%3C%2Ftr%3E%0A%3C%2Ftable%3E%0A%0A%3C%2Fbody%3E%0A%3C%2Fhtml%3E'
   29     8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.72 ms | 1393 KiB | 13 Q