3v4l.org

run code in 300+ PHP versions simultaneously
<?php include 'champ_names.php'; $html = null; for ($i = 1; $i <=10; $i++) { $html .= '<li> <a href="'.$champName[$i].'.png"> <img class="small" src="http://127.0.0.1/mediawiki/images/c/cd/Blossom.png"> <h5 class="name">'. $champName[$i] . '</h5></a></li>'; } echo '<div id="champions-grid"> <input type="text" id="search-champ" placeholder="Search"> <ul id="lit">' . $html . '</ul> </div>';
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 12
Branch analysis from position: 12
2 jumps found. (Code = 44) Position 1 = 14, Position 2 = 4
Branch analysis from position: 14
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 4
2 jumps found. (Code = 44) Position 1 = 14, Position 2 = 4
Branch analysis from position: 14
Branch analysis from position: 4
filename:       /in/Puu2M
function name:  (null)
number of ops:  18
compiled vars:  !0 = $html, !1 = $i, !2 = $champName
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INCLUDE_OR_EVAL                                          'champ_names.php', INCLUDE
    4     1        ASSIGN                                                   !0, null
    5     2        ASSIGN                                                   !1, 1
          3      > JMP                                                      ->12
    6     4    >   FETCH_DIM_R                                      ~6      !2, !1
          5        CONCAT                                           ~7      '%3Cli%3E+%3Ca+href%3D%22', ~6
          6        CONCAT                                           ~8      ~7, '.png%22%3E+%3Cimg+class%3D%22small%22+src%3D%22http%3A%2F%2F127.0.0.1%2Fmediawiki%2Fimages%2Fc%2Fcd%2FBlossom.png%22%3E+%3Ch5+class%3D%22name%22%3E'
          7        FETCH_DIM_R                                      ~9      !2, !1
          8        CONCAT                                           ~10     ~8, ~9
          9        CONCAT                                           ~11     ~10, '%3C%2Fh5%3E%3C%2Fa%3E%3C%2Fli%3E'
         10        ASSIGN_OP                                     8          !0, ~11
    5    11        PRE_INC                                                  !1
         12    >   IS_SMALLER_OR_EQUAL                                      !1, 10
         13      > JMPNZ                                                    ~14, ->4
    9    14    >   CONCAT                                           ~15     '%3Cdiv+id%3D%22champions-grid%22%3E+%3Cinput+type%3D%22text%22+id%3D%22search-champ%22+placeholder%3D%22Search%22%3E+%3Cul+id%3D%22lit%22%3E', !0
         15        CONCAT                                           ~16     ~15, '%3C%2Ful%3E+%3C%2Fdiv%3E'
         16        ECHO                                                     ~16
         17      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
171.46 ms | 1394 KiB | 13 Q