3v4l.org

run code in 300+ PHP versions simultaneously
<?php $arr = array( array( 'title' => 'What kind of developer/designer are you, and how much do you make?', 'url' => 'http://www.reddit.com/r/webdev/comments/29hh0c/what_kind_of_developerdesigner_are_you_and_how/', 'upvotes' => 82, 'comments' => 255 ), array( 'title' => 'Want to learn or make the switch to Python? Here\'s an excellent resource to get you started.', 'url' => 'http://www.fullstackpython.com/', 'upvotes' => 23, 'comments' => 0 ), array( 'title' => 'Very Thorough Git Tutorial', 'url' => 'http://www.vogella.com/tutorials/Git/article.html', 'upvotes' => 188, 'comments' => 7 ), array( 'title' => 'List of URLs censored from Google by EU "Right to be Forgotten" ruling', 'url' => 'http://hiddenfromgoogle.com/', 'upvotes' => 13, 'comments' => 3 ), ); ?> <?php foreach ($find_subreddit as $link): ?> <?php print_r($link); ?> <li> <ul> <li><?php echo $link['title']; ?></li> <li><?php echo $link['url']; ?></li> <li><?php echo $link['upvotes']; ?></li> </ul> </li> <?php endforeach; ?> ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 3, Position 2 = 19
Branch analysis from position: 3
2 jumps found. (Code = 78) Position 1 = 4, Position 2 = 19
Branch analysis from position: 4
1 jumps found. (Code = 42) Position 1 = 3
Branch analysis from position: 3
Branch analysis from position: 19
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 19
filename:       /in/PTG8m
function name:  (null)
number of ops:  22
compiled vars:  !0 = $arr, !1 = $find_subreddit, !2 = $link
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
   30     1        ECHO                                                     '%0A'
   31     2      > FE_RESET_R                                       $4      !1, ->19
          3    > > FE_FETCH_R                                               $4, !2, ->19
   32     4    >   ECHO                                                     '++++'
          5        INIT_FCALL                                               'print_r'
          6        SEND_VAR                                                 !2
          7        DO_ICALL                                                 
   33     8        ECHO                                                     '++++%3Cli%3E%0A++++++++%3Cul%3E%0A++++++++++++%3Cli%3E'
   35     9        FETCH_DIM_R                                      ~6      !2, 'title'
         10        ECHO                                                     ~6
         11        ECHO                                                     '%3C%2Fli%3E%0A++++++++++++%3Cli%3E'
   36    12        FETCH_DIM_R                                      ~7      !2, 'url'
         13        ECHO                                                     ~7
         14        ECHO                                                     '%3C%2Fli%3E%0A++++++++++++%3Cli%3E'
   37    15        FETCH_DIM_R                                      ~8      !2, 'upvotes'
         16        ECHO                                                     ~8
         17        ECHO                                                     '%3C%2Fli%3E%0A++++++++%3C%2Ful%3E%0A++++%3C%2Fli%3E%0A'
   31    18      > JMP                                                      ->3
         19    >   FE_FREE                                                  $4
   41    20        ECHO                                                     '%3F%3E'
         21      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
145.57 ms | 1387 KiB | 15 Q