3v4l.org

run code in 300+ PHP versions simultaneously
<?php for($i=0 ; $i<9 ;$i++){ for($j=0;$j<9;$j++){ echo '<item row="'.$i.'" column="'.$j.'"> <property name="text"> <string/> </property> <property name="flags"> <set>ItemIsEditable|ItemIsUserCheckable|ItemIsEnabled</set> </property> </item>'."\n"; } } ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 14
Branch analysis from position: 14
2 jumps found. (Code = 44) Position 1 = 16, Position 2 = 2
Branch analysis from position: 16
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 2
1 jumps found. (Code = 42) Position 1 = 11
Branch analysis from position: 11
2 jumps found. (Code = 44) Position 1 = 13, Position 2 = 4
Branch analysis from position: 13
2 jumps found. (Code = 44) Position 1 = 16, Position 2 = 2
Branch analysis from position: 16
Branch analysis from position: 2
Branch analysis from position: 4
2 jumps found. (Code = 44) Position 1 = 13, Position 2 = 4
Branch analysis from position: 13
Branch analysis from position: 4
filename:       /in/nXY0u
function name:  (null)
number of ops:  17
compiled vars:  !0 = $i, !1 = $j
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 0
          1      > JMP                                                      ->14
    3     2    >   ASSIGN                                                   !1, 0
          3      > JMP                                                      ->11
    4     4    >   CONCAT                                           ~4      '%3Citem+row%3D%22', !0
          5        CONCAT                                           ~5      ~4, '%22+column%3D%22'
          6        CONCAT                                           ~6      ~5, !1
          7        CONCAT                                           ~7      ~6, '%22%3E%0A+++++%3Cproperty+name%3D%22text%22%3E%0A++++++%3Cstring%2F%3E%0A+++++%3C%2Fproperty%3E%0A+++++%3Cproperty+name%3D%22flags%22%3E%0A++++++%3Cset%3EItemIsEditable%7CItemIsUserCheckable%7CItemIsEnabled%3C%2Fset%3E%0A+++++%3C%2Fproperty%3E%0A++++%3C%2Fitem%3E'
   11     8        CONCAT                                           ~8      ~7, '%0A'
          9        ECHO                                                     ~8
    3    10        PRE_INC                                                  !1
         11    >   IS_SMALLER                                               !1, 9
         12      > JMPNZ                                                    ~10, ->4
    2    13    >   PRE_INC                                                  !0
         14    >   IS_SMALLER                                               !0, 9
         15      > JMPNZ                                                    ~12, ->2
   15    16    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
172.2 ms | 1398 KiB | 13 Q