3v4l.org

run code in 300+ PHP versions simultaneously
<?php $content = simplexml_load_string( '<content><![CDATA[Hello, world!]]></content>' , null , LIBXML_NOCDATA ); print_r($content);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/XOdkR
function name:  (null)
number of ops:  10
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        INIT_FCALL                                               'print_r'
          7        SEND_VAR                                                 !0
          8        DO_ICALL                                                 
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
182.61 ms | 1398 KiB | 17 Q