3v4l.org

run code in 300+ PHP versions simultaneously
<?php for ($i=25;$i<=48;$i++){ echo 'host client'.$i.' { host-identifier option agent.circuit-id "vlan10'.$i.'"; fixed-address 95.46.11.'.($i+1).'; } '; }
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 = 2
Branch analysis from position: 13
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 2
2 jumps found. (Code = 44) Position 1 = 13, Position 2 = 2
Branch analysis from position: 13
Branch analysis from position: 2
filename:       /in/IK3Ns
function name:  (null)
number of ops:  14
compiled vars:  !0 = $i
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 25
          1      > JMP                                                      ->11
    4     2    >   CONCAT                                           ~2      'host+client', !0
          3        CONCAT                                           ~3      ~2, '+%7B+host-identifier+option+agent.circuit-id+%22vlan10'
          4        CONCAT                                           ~4      ~3, !0
          5        CONCAT                                           ~5      ~4, '%22%3B+fixed-address+95.46.11.'
          6        ADD                                              ~6      !0, 1
          7        CONCAT                                           ~7      ~5, ~6
          8        CONCAT                                           ~8      ~7, '%3B+%7D%0A'
          9        ECHO                                                     ~8
    3    10        PRE_INC                                                  !0
         11    >   IS_SMALLER_OR_EQUAL                                      !0, 48
         12      > JMPNZ                                                    ~10, ->2
    7    13    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
175.17 ms | 1393 KiB | 13 Q