3v4l.org

run code in 300+ PHP versions simultaneously
<?php $xml = '<?xml version="1.0" encoding="UTF-8" ?> <rss> <channel> <item> <title><![CDATA[Tom & Jerry]]></title> </item> </channel> </rss>'; $xml = simplexml_load_string('http://news.yahoo.com/rss/entertainment'); var_dump($xml); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/lhh4n
function name:  (null)
number of ops:  9
compiled vars:  !0 = $xml
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, '%3C%3Fxml+version%3D%221.0%22+encoding%3D%22UTF-8%22+%3F%3E+%0A%3Crss%3E+%0A++++%3Cchannel%3E+%0A++++++++%3Citem%3E+%0A++++++++++++%3Ctitle%3E%3C%21%5BCDATA%5BTom+%26+Jerry%5D%5D%3E%3C%2Ftitle%3E+%0A++++++++%3C%2Fitem%3E+%0A++++%3C%2Fchannel%3E+%0A%3C%2Frss%3E'
   11     1        INIT_FCALL                                               'simplexml_load_string'
          2        SEND_VAL                                                 'http%3A%2F%2Fnews.yahoo.com%2Frss%2Fentertainment'
          3        DO_ICALL                                         $2      
          4        ASSIGN                                                   !0, $2
   13     5        INIT_FCALL                                               'var_dump'
          6        SEND_VAR                                                 !0
          7        DO_ICALL                                                 
   14     8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
172.79 ms | 1394 KiB | 17 Q