3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
158.27 ms | 1387 KiB | 15 Q