3v4l.org

run code in 300+ PHP versions simultaneously
<?php for($number=1; $number<=15; $number++) { $list[]=$number; echo "<th>$number</th>"; } ?> ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 9
Branch analysis from position: 9
2 jumps found. (Code = 44) Position 1 = 11, Position 2 = 2
Branch analysis from position: 11
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 2
2 jumps found. (Code = 44) Position 1 = 11, Position 2 = 2
Branch analysis from position: 11
Branch analysis from position: 2
filename:       /in/YWEHT
function name:  (null)
number of ops:  13
compiled vars:  !0 = $number, !1 = $list
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 1
          1      > JMP                                                      ->9
    5     2    >   ASSIGN_DIM                                               !1
          3        OP_DATA                                                  !0
    6     4        ROPE_INIT                                     3  ~5      '%3Cth%3E'
          5        ROPE_ADD                                      1  ~5      ~5, !0
          6        ROPE_END                                      2  ~4      ~5, '%3C%2Fth%3E'
          7        ECHO                                                     ~4
    3     8        PRE_INC                                                  !0
          9    >   IS_SMALLER_OR_EQUAL                                      !0, 15
         10      > JMPNZ                                                    ~8, ->2
    9    11    >   ECHO                                                     '%09%09%0A%09%0A%09%09%3F%3E'
   11    12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
160.59 ms | 1384 KiB | 13 Q