3v4l.org

run code in 300+ PHP versions simultaneously
<?php for ($i=0; $i<638 ; $i++) { for ($y=1; $y < 9 ; $y++) { $string = 'http://www.turkcraft.com/mangas/Naruto/'.$i.'%20-/0'.$y.'.jpg'; echo '<img src="'.$string.'" />'; } } ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 16
Branch analysis from position: 16
2 jumps found. (Code = 44) Position 1 = 18, Position 2 = 2
Branch analysis from position: 18
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 2
1 jumps found. (Code = 42) Position 1 = 13
Branch analysis from position: 13
2 jumps found. (Code = 44) Position 1 = 15, Position 2 = 4
Branch analysis from position: 15
2 jumps found. (Code = 44) Position 1 = 18, Position 2 = 2
Branch analysis from position: 18
Branch analysis from position: 2
Branch analysis from position: 4
2 jumps found. (Code = 44) Position 1 = 15, Position 2 = 4
Branch analysis from position: 15
Branch analysis from position: 4
filename:       /in/8m22n
function name:  (null)
number of ops:  19
compiled vars:  !0 = $i, !1 = $y, !2 = $string
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 0
          1      > JMP                                                      ->16
    3     2    >   ASSIGN                                                   !1, 1
          3      > JMP                                                      ->13
    4     4    >   CONCAT                                           ~5      'http%3A%2F%2Fwww.turkcraft.com%2Fmangas%2FNaruto%2F', !0
          5        CONCAT                                           ~6      ~5, '%2520-%2F0'
          6        CONCAT                                           ~7      ~6, !1
          7        CONCAT                                           ~8      ~7, '.jpg'
          8        ASSIGN                                                   !2, ~8
    5     9        CONCAT                                           ~10     '%3Cimg+src%3D%22', !2
         10        CONCAT                                           ~11     ~10, '%22+%2F%3E'
         11        ECHO                                                     ~11
    3    12        PRE_INC                                                  !1
         13    >   IS_SMALLER                                               !1, 9
         14      > JMPNZ                                                    ~13, ->4
    2    15    >   PRE_INC                                                  !0
         16    >   IS_SMALLER                                               !0, 638
         17      > JMPNZ                                                    ~15, ->2
    8    18    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
165.59 ms | 1398 KiB | 13 Q