3v4l.org

run code in 300+ PHP versions simultaneously
<?php $xml = simplexml_load_file("http://dondeverlo.com/futbol/equipo/barca/rss/",'SimpleXMLElement', LIBXML_NOCDATA); // print_r($xml); foreach($xml->channel->item as $item){ echo $item->description; echo "<br><hr><br>"; }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 9, Position 2 = 14
Branch analysis from position: 9
2 jumps found. (Code = 78) Position 1 = 10, Position 2 = 14
Branch analysis from position: 10
1 jumps found. (Code = 42) Position 1 = 9
Branch analysis from position: 9
Branch analysis from position: 14
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 14
filename:       /in/MsR8t
function name:  (null)
number of ops:  16
compiled vars:  !0 = $xml, !1 = $item
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'simplexml_load_file'
          1        SEND_VAL                                                 'http%3A%2F%2Fdondeverlo.com%2Ffutbol%2Fequipo%2Fbarca%2Frss%2F'
          2        SEND_VAL                                                 'SimpleXMLElement'
          3        SEND_VAL                                                 16384
          4        DO_ICALL                                         $2      
          5        ASSIGN                                                   !0, $2
    5     6        FETCH_OBJ_R                                      ~4      !0, 'channel'
          7        FETCH_OBJ_R                                      ~5      ~4, 'item'
          8      > FE_RESET_R                                       $6      ~5, ->14
          9    > > FE_FETCH_R                                               $6, !1, ->14
    6    10    >   FETCH_OBJ_R                                      ~7      !1, 'description'
         11        ECHO                                                     ~7
    7    12        ECHO                                                     '%3Cbr%3E%3Chr%3E%3Cbr%3E'
    5    13      > JMP                                                      ->9
         14    >   FE_FREE                                                  $6
    8    15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
161.8 ms | 1395 KiB | 15 Q