3v4l.org

run code in 300+ PHP versions simultaneously
<rss version="0.91"> <channel> <title>PHP: Hypertext Preprocessor</title> <link>http://www.php.net/</link> <description>The PHP scripting language web site</description> </channel> <item> <title>PHP 5.0.0 Beta 3 Released</title> <link>http://www.php.net/downloads.php</link> <description>PHP 5.0 Beta 3 has been released. The third beta of PHP is also scheduled to be the last one (barring unexpected surprises).</description> </item> <item> <title>PHP Community Site Project Announced</title> <link>http://shiflett.org/archive/19</link> <description> Members of the PHP community are seeking volunteers to help develop the first web site that is created both by the community and for the community.</description> </item> </rss> <?php> $xml=simplexml_load_string($xml); print $xml->channel->title . "n"; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/lIo9R
function name:  (null)
number of ops:  13
compiled vars:  !0 = $xml
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    1     0  E >   ECHO                                                     '%3Crss+version%3D%220.91%22%3E%0A%3Cchannel%3E%0A++++%3Ctitle%3EPHP%3A+Hypertext+Preprocessor%3C%2Ftitle%3E%0A++++%3Clink%3Ehttp%3A%2F%2Fwww.php.net%2F%3C%2Flink%3E%0A++++%3Cdescription%3EThe+PHP+scripting+language+web+site%3C%2Fdescription%3E%0A%3C%2Fchannel%3E%0A%0A%3Citem%3E%0A++++%3Ctitle%3EPHP+5.0.0+Beta+3+Released%3C%2Ftitle%3E%0A++++%3Clink%3Ehttp%3A%2F%2Fwww.php.net%2Fdownloads.php%3C%2Flink%3E%0A++++%3Cdescription%3EPHP+5.0+Beta+3+has+been+released.+The+third+beta%0A++++of+PHP+is+also+scheduled+to+be+the+last+one+%28barring+unexpected%0A++++surprises%29.%3C%2Fdescription%3E%0A%3C%2Fitem%3E%0A%3Citem%3E%0A++++%3Ctitle%3EPHP+Community+Site+Project+Announced%3C%2Ftitle%3E%0A++++%3Clink%3Ehttp%3A%2F%2Fshiflett.org%2Farchive%2F19%3C%2Flink%3E%0A++++%3Cdescription%3E%0A++++Members+of+the+PHP+community+are+seeking+volunteers+to+help%0A++++develop+the+first+web+site+that+is+created+both+by+the+community+and+for%0A++++the+community.%3C%2Fdescription%3E%0A%3C%2Fitem%3E%0A%3C%2Frss%3E%0A'
   24     1        FETCH_CONSTANT                                   ~1      'php'
   25     2        INIT_FCALL                                               'simplexml_load_string'
          3        SEND_VAR                                                 !0
          4        DO_ICALL                                         $2      
          5        ASSIGN                                           ~3      !0, $2
          6        IS_SMALLER                                       ~4      ~3, ~1
          7        FREE                                                     ~4
   26     8        FETCH_OBJ_R                                      ~5      !0, 'channel'
          9        FETCH_OBJ_R                                      ~6      ~5, 'title'
         10        CONCAT                                           ~7      ~6, 'n'
         11        ECHO                                                     ~7
   27    12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
175.82 ms | 1395 KiB | 15 Q