3v4l.org

run code in 300+ PHP versions simultaneously
<?php $feed = "http://www.insomnia.gr/rss/forums/41-%CE%B4%CE%B5%CE%BB%CF%84%CE%AF%CE%B1-%CF%84%CF%8D%CF%80%CE%BF%CF%85.xml"; $feed_to_array = (array) simplexml_load_file($feed); print_r($feed_to_array);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/fkLik
function name:  (null)
number of ops:  10
compiled vars:  !0 = $feed, !1 = $feed_to_array
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'http%3A%2F%2Fwww.insomnia.gr%2Frss%2Fforums%2F41-%25CE%25B4%25CE%25B5%25CE%25BB%25CF%2584%25CE%25AF%25CE%25B1-%25CF%2584%25CF%258D%25CF%2580%25CE%25BF%25CF%2585.xml'
    5     1        INIT_FCALL                                               'simplexml_load_file'
          2        SEND_VAR                                                 !0
          3        DO_ICALL                                         $3      
          4        CAST                                          7  ~4      $3
          5        ASSIGN                                                   !1, ~4
    6     6        INIT_FCALL                                               'print_r'
          7        SEND_VAR                                                 !1
          8        DO_ICALL                                                 
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
165.6 ms | 1394 KiB | 17 Q