3v4l.org

run code in 300+ PHP versions simultaneously
<?php for ($i = 1; $i<=25; $i++) { echo '<tr>'; for ($j = 1; $j <= 25; $j++) { echo '<td id="'.sprintf("02d-02d", $i, $j).'">&nbsp;</td>'; } echo '</tr>'; }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 18
Branch analysis from position: 18
2 jumps found. (Code = 44) Position 1 = 20, Position 2 = 2
Branch analysis from position: 20
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 2
1 jumps found. (Code = 42) Position 1 = 14
Branch analysis from position: 14
2 jumps found. (Code = 44) Position 1 = 16, Position 2 = 5
Branch analysis from position: 16
2 jumps found. (Code = 44) Position 1 = 20, Position 2 = 2
Branch analysis from position: 20
Branch analysis from position: 2
Branch analysis from position: 5
2 jumps found. (Code = 44) Position 1 = 16, Position 2 = 5
Branch analysis from position: 16
Branch analysis from position: 5
filename:       /in/TE4QJ
function name:  (null)
number of ops:  21
compiled vars:  !0 = $i, !1 = $j
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 1
          1      > JMP                                                      ->18
    4     2    >   ECHO                                                     '%3Ctr%3E'
    5     3        ASSIGN                                                   !1, 1
          4      > JMP                                                      ->14
    6     5    >   INIT_FCALL                                               'sprintf'
          6        SEND_VAL                                                 '02d-02d'
          7        SEND_VAR                                                 !0
          8        SEND_VAR                                                 !1
          9        DO_ICALL                                         $4      
         10        CONCAT                                           ~5      '%3Ctd+id%3D%22', $4
         11        CONCAT                                           ~6      ~5, '%22%3E%26nbsp%3B%3C%2Ftd%3E'
         12        ECHO                                                     ~6
    5    13        PRE_INC                                                  !1
         14    >   IS_SMALLER_OR_EQUAL                                      !1, 25
         15      > JMPNZ                                                    ~8, ->5
    8    16    >   ECHO                                                     '%3C%2Ftr%3E'
    3    17        PRE_INC                                                  !0
         18    >   IS_SMALLER_OR_EQUAL                                      !0, 25
         19      > JMPNZ                                                    ~10, ->2
    9    20    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
141.41 ms | 1395 KiB | 15 Q