3v4l.org

run code in 300+ PHP versions simultaneously
<?php foreach ($informations as $information) { ?> <pre><?php print_r($information);?></pre> <li><a href="<?php echo $information['href']; ?>"><?php echo $information['title']; ?></a></li> <?php } ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 1, Position 2 = 14
Branch analysis from position: 1
2 jumps found. (Code = 78) Position 1 = 2, Position 2 = 14
Branch analysis from position: 2
1 jumps found. (Code = 42) Position 1 = 1
Branch analysis from position: 1
Branch analysis from position: 14
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 14
filename:       /in/HaMg0
function name:  (null)
number of ops:  16
compiled vars:  !0 = $informations, !1 = $information
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    1     0  E > > FE_RESET_R                                       $2      !0, ->14
          1    > > FE_FETCH_R                                               $2, !1, ->14
    2     2    >   ECHO                                                     '%3Cpre%3E'
          3        INIT_FCALL                                               'print_r'
          4        SEND_VAR                                                 !1
          5        DO_ICALL                                                 
          6        ECHO                                                     '%3C%2Fpre%3E%0A++++++%3Cli%3E%3Ca+href%3D%22'
    3     7        FETCH_DIM_R                                      ~4      !1, 'href'
          8        ECHO                                                     ~4
          9        ECHO                                                     '%22%3E'
         10        FETCH_DIM_R                                      ~5      !1, 'title'
         11        ECHO                                                     ~5
         12        ECHO                                                     '%3C%2Fa%3E%3C%2Fli%3E%0A++++++'
    1    13      > JMP                                                      ->1
         14    >   FE_FREE                                                  $2
    4    15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.71 ms | 1399 KiB | 15 Q