3v4l.org

run code in 300+ PHP versions simultaneously
<?php $x=1; for ($i=1;$i<22;$i++){ echo $i.'<br />'; if (is_int($x/3)) echo 'Reklama<br />'; $x++; }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 11
Branch analysis from position: 11
2 jumps found. (Code = 44) Position 1 = 13, Position 2 = 3
Branch analysis from position: 13
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 3
2 jumps found. (Code = 43) Position 1 = 8, Position 2 = 9
Branch analysis from position: 8
2 jumps found. (Code = 44) Position 1 = 13, Position 2 = 3
Branch analysis from position: 13
Branch analysis from position: 3
Branch analysis from position: 9
filename:       /in/4DdVS
function name:  (null)
number of ops:  14
compiled vars:  !0 = $x, !1 = $i
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 1
    3     1        ASSIGN                                                   !1, 1
          2      > JMP                                                      ->11
    4     3    >   CONCAT                                           ~4      !1, '%3Cbr+%2F%3E'
          4        ECHO                                                     ~4
    5     5        DIV                                              ~5      !0, 3
          6        TYPE_CHECK                                   16          ~5
          7      > JMPZ                                                     ~6, ->9
          8    >   ECHO                                                     'Reklama%3Cbr+%2F%3E'
    6     9    >   PRE_INC                                                  !0
    3    10        PRE_INC                                                  !1
         11    >   IS_SMALLER                                               !1, 22
         12      > JMPNZ                                                    ~9, ->3
    7    13    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.3 ms | 1393 KiB | 13 Q