3v4l.org

run code in 300+ PHP versions simultaneously
<?php $defaultArrangement=array('sixteen','eight','eight','twelve','four','eight','eight','nine','seven','nine','seven'); $iColumns=0; $counter=0; while ($counter < 15) { echo $defaultArrangement[$iColumns]; $iColumns++; $counter++; if ($iColumns > count($defaultArrangement)) { $iColumns = 0; } } ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 12
Branch analysis from position: 12
2 jumps found. (Code = 44) Position 1 = 14, Position 2 = 4
Branch analysis from position: 14
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 4
2 jumps found. (Code = 43) Position 1 = 11, Position 2 = 12
Branch analysis from position: 11
2 jumps found. (Code = 44) Position 1 = 14, Position 2 = 4
Branch analysis from position: 14
Branch analysis from position: 4
Branch analysis from position: 12
filename:       /in/q3fWv
function name:  (null)
number of ops:  15
compiled vars:  !0 = $defaultArrangement, !1 = $iColumns, !2 = $counter
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    3     1        ASSIGN                                                   !1, 0
    4     2        ASSIGN                                                   !2, 0
    6     3      > JMP                                                      ->12
    7     4    >   FETCH_DIM_R                                      ~6      !0, !1
          5        ECHO                                                     ~6
    9     6        PRE_INC                                                  !1
   10     7        PRE_INC                                                  !2
   12     8        COUNT                                            ~9      !0
          9        IS_SMALLER                                               ~9, !1
         10      > JMPZ                                                     ~10, ->12
   13    11    >   ASSIGN                                                   !1, 0
    6    12    >   IS_SMALLER                                               !2, 15
         13      > JMPNZ                                                    ~12, ->4
   16    14    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.69 ms | 1385 KiB | 13 Q