3v4l.org

run code in 300+ PHP versions simultaneously
<?php $content = simplexml_load_string( '<content><![CDATA[Hello, world!]]></content>' , null , LIBXML_NOCDATA ); echo $content->content;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/v7Eof
function name:  (null)
number of ops:  9
compiled vars:  !0 = $content
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'simplexml_load_string'
    4     1        SEND_VAL                                                 '%3Ccontent%3E%3C%21%5BCDATA%5BHello%2C+world%21%5D%5D%3E%3C%2Fcontent%3E'
    5     2        SEND_VAL                                                 null
    6     3        SEND_VAL                                                 16384
          4        DO_ICALL                                         $1      
    3     5        ASSIGN                                                   !0, $1
    8     6        FETCH_OBJ_R                                      ~3      !0, 'content'
          7        ECHO                                                     ~3
          8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.22 ms | 1398 KiB | 15 Q