3v4l.org

run code in 300+ PHP versions simultaneously
<?php $itunesRss = 'https://itunes.apple.com/us/rss/topalbums/limit=10/explicit=true/xml'; $itunesObj = simplexml_load_file(file_get_contents($itunesRss)); foreach($itunesObj->entry as $record) { echo 'nzbs looking up '.$record['title'].'<br />'; }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 10, Position 2 = 16
Branch analysis from position: 10
2 jumps found. (Code = 78) Position 1 = 11, Position 2 = 16
Branch analysis from position: 11
1 jumps found. (Code = 42) Position 1 = 10
Branch analysis from position: 10
Branch analysis from position: 16
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 16
filename:       /in/QVkAs
function name:  (null)
number of ops:  18
compiled vars:  !0 = $itunesRss, !1 = $itunesObj, !2 = $record
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'https%3A%2F%2Fitunes.apple.com%2Fus%2Frss%2Ftopalbums%2Flimit%3D10%2Fexplicit%3Dtrue%2Fxml'
    4     1        INIT_FCALL                                               'simplexml_load_file'
          2        INIT_FCALL                                               'file_get_contents'
          3        SEND_VAR                                                 !0
          4        DO_ICALL                                         $4      
          5        SEND_VAR                                                 $4
          6        DO_ICALL                                         $5      
          7        ASSIGN                                                   !1, $5
    6     8        FETCH_OBJ_R                                      ~7      !1, 'entry'
          9      > FE_RESET_R                                       $8      ~7, ->16
         10    > > FE_FETCH_R                                               $8, !2, ->16
    7    11    >   FETCH_DIM_R                                      ~9      !2, 'title'
         12        CONCAT                                           ~10     'nzbs+looking+up+', ~9
         13        CONCAT                                           ~11     ~10, '%3Cbr+%2F%3E'
         14        ECHO                                                     ~11
    6    15      > JMP                                                      ->10
         16    >   FE_FREE                                                  $8
    8    17      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
141.34 ms | 1395 KiB | 17 Q