3v4l.org

run code in 300+ PHP versions simultaneously
<?php $xml = simplexml_load_string("<parent><child>The child.</child></parent>"); echo get_class_methods($xml); echo "Hello world!" ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/7XWAk
function name:  (null)
number of ops:  10
compiled vars:  !0 = $xml
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'simplexml_load_string'
          1        SEND_VAL                                                 '%3Cparent%3E%3Cchild%3EThe+child.%3C%2Fchild%3E%3C%2Fparent%3E'
          2        DO_ICALL                                         $1      
          3        ASSIGN                                                   !0, $1
    5     4        INIT_FCALL                                               'get_class_methods'
          5        SEND_VAR                                                 !0
          6        DO_ICALL                                         $3      
          7        ECHO                                                     $3
    6     8        ECHO                                                     'Hello+world%21'
    8     9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
146.51 ms | 1398 KiB | 17 Q