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>'; } } ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 13
Branch analysis from position: 13
2 jumps found. (Code = 44) Position 1 = 15, Position 2 = 2
Branch analysis from position: 15
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 2
1 jumps found. (Code = 42) Position 1 = 10
Branch analysis from position: 10
2 jumps found. (Code = 44) Position 1 = 12, Position 2 = 4
Branch analysis from position: 12
2 jumps found. (Code = 44) Position 1 = 15, Position 2 = 2
Branch analysis from position: 15
Branch analysis from position: 2
Branch analysis from position: 4
2 jumps found. (Code = 44) Position 1 = 12, Position 2 = 4
Branch analysis from position: 12
Branch analysis from position: 4
filename:       /in/IkLTr
function name:  (null)
number of ops:  16
compiled vars:  !0 = $i, !1 = $j
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 0
          1      > JMP                                                      ->13
    3     2    >   ASSIGN                                                   !1, 0
          3      > JMP                                                      ->10
    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'
          8        ECHO                                                     ~7
    3     9        PRE_INC                                                  !1
         10    >   IS_SMALLER                                               !1, 9
         11      > JMPNZ                                                    ~9, ->4
    2    12    >   PRE_INC                                                  !0
         13    >   IS_SMALLER                                               !0, 9
         14      > JMPNZ                                                    ~11, ->2
   15    15    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
146.44 ms | 1394 KiB | 13 Q