3v4l.org

run code in 300+ PHP versions simultaneously
<html> <body> <table align="left" border="1" cellpadding="3" cellspacing="0"> <?php for($i=1;$i<=6;$i++) { echo "<tr>"; for ($j=1;$j<=5;$j++) { echo "<td>$i * $j = ".$i*$j."</td>"; } echo "</tr>"; } ?> </table> </body> </html>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 20
Branch analysis from position: 20
2 jumps found. (Code = 44) Position 1 = 22, Position 2 = 3
Branch analysis from position: 22
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 3
1 jumps found. (Code = 42) Position 1 = 16
Branch analysis from position: 16
2 jumps found. (Code = 44) Position 1 = 18, Position 2 = 6
Branch analysis from position: 18
2 jumps found. (Code = 44) Position 1 = 22, Position 2 = 3
Branch analysis from position: 22
Branch analysis from position: 3
Branch analysis from position: 6
2 jumps found. (Code = 44) Position 1 = 18, Position 2 = 6
Branch analysis from position: 18
Branch analysis from position: 6
filename:       /in/A8vKE
function name:  (null)
number of ops:  24
compiled vars:  !0 = $i, !1 = $j
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    1     0  E >   ECHO                                                     '%3Chtml%3E++%0A%3Cbody%3E++%0A%3Ctable+align%3D%22left%22+border%3D%221%22+cellpadding%3D%223%22+cellspacing%3D%220%22%3E++%0A'
    5     1        ASSIGN                                                   !0, 1
          2      > JMP                                                      ->20
    7     3    >   ECHO                                                     '%3Ctr%3E'
    8     4        ASSIGN                                                   !1, 1
          5      > JMP                                                      ->16
   10     6    >   ROPE_INIT                                     5  ~5      '%3Ctd%3E'
          7        ROPE_ADD                                      1  ~5      ~5, !0
          8        ROPE_ADD                                      2  ~5      ~5, '+%2A+'
          9        ROPE_ADD                                      3  ~5      ~5, !1
         10        ROPE_END                                      4  ~4      ~5, '+%3D+'
         11        MUL                                              ~8      !0, !1
         12        CONCAT                                           ~9      ~4, ~8
         13        CONCAT                                           ~10     ~9, '%3C%2Ftd%3E'
         14        ECHO                                                     ~10
    8    15        PRE_INC                                                  !1
         16    >   IS_SMALLER_OR_EQUAL                                      !1, 5
         17      > JMPNZ                                                    ~12, ->6
   12    18    >   ECHO                                                     '%3C%2Ftr%3E'
    5    19        PRE_INC                                                  !0
         20    >   IS_SMALLER_OR_EQUAL                                      !0, 6
         21      > JMPNZ                                                    ~14, ->3
   14    22    >   ECHO                                                     '++%0A%3C%2Ftable%3E++%0A%3C%2Fbody%3E++%0A%3C%2Fhtml%3E'
   17    23      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.19 ms | 1386 KiB | 13 Q