3v4l.org

run code in 300+ PHP versions simultaneously
<?php for($i=1;$i<=6;$i++) { "<h$i>"."php title"."<br>"."</h$i>"; } ?>
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
2 jumps found. (Code = 44) Position 1 = 15, Position 2 = 2
Branch analysis from position: 15
Branch analysis from position: 2
filename:       /in/FJ4o0
function name:  (null)
number of ops:  16
compiled vars:  !0 = $i
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 1
          1      > JMP                                                      ->13
    4     2    >   ROPE_INIT                                     3  ~3      '%3Ch'
          3        ROPE_ADD                                      1  ~3      ~3, !0
          4        ROPE_END                                      2  ~2      ~3, '%3E'
          5        CONCAT                                           ~5      ~2, 'php+title'
          6        CONCAT                                           ~6      ~5, '%3Cbr%3E'
          7        ROPE_INIT                                     3  ~8      '%3C%2Fh'
          8        ROPE_ADD                                      1  ~8      ~8, !0
          9        ROPE_END                                      2  ~7      ~8, '%3E'
         10        CONCAT                                           ~10     ~6, ~7
         11        FREE                                                     ~10
    2    12        PRE_INC                                                  !0
         13    >   IS_SMALLER_OR_EQUAL                                      !0, 6
         14      > JMPNZ                                                    ~12, ->2
    6    15    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
163.55 ms | 1393 KiB | 13 Q