3v4l.org

run code in 300+ PHP versions simultaneously
<?php $data = $xml=simplexml_load_file("http://www.m-1.fm/xml/onair.xml"); echo $xml->artist . " - "; echo $xml->title . "<br>Įvertinimas:"; echo $xml->rating . "<br>"; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/KrnAY
function name:  (null)
number of ops:  15
compiled vars:  !0 = $data, !1 = $xml
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'simplexml_load_file'
          1        SEND_VAL                                                 'http%3A%2F%2Fwww.m-1.fm%2Fxml%2Fonair.xml'
          2        DO_ICALL                                         $2      
          3        ASSIGN                                           ~3      !1, $2
          4        ASSIGN                                                   !0, ~3
    3     5        FETCH_OBJ_R                                      ~5      !1, 'artist'
          6        CONCAT                                           ~6      ~5, '+-+'
          7        ECHO                                                     ~6
    4     8        FETCH_OBJ_R                                      ~7      !1, 'title'
          9        CONCAT                                           ~8      ~7, '%3Cbr%3E%C4%AEvertinimas%3A'
         10        ECHO                                                     ~8
    5    11        FETCH_OBJ_R                                      ~9      !1, 'rating'
         12        CONCAT                                           ~10     ~9, '%3Cbr%3E'
         13        ECHO                                                     ~10
    6    14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.93 ms | 1394 KiB | 15 Q