3v4l.org

run code in 300+ PHP versions simultaneously
<?php $xml = '<?xml version="1.0" encoding="utf-8" ?> <modifycontactrequest> <usersignindetails> <wxxclientnr>125</wxxclientnr> <username>mla_vb_ph19</username> <password>xs4manila</password> <i64ipaddress>2130706433</i64ipaddress> <PlatformId>11</PlatformId> </usersignindetails> <wxxdetails> <wxxcustomerid>102005899</wxxcustomerid> </wxxdetails> <contact> <name>tesatet</name> <username>þ€tesate</username> <contacttype>2</contacttype> </contact> <originalcontactname>þ€tesate</originalcontactname> <callingurl>/contacts/edit_contact</callingurl> </modifycontactrequest> '; $xml = simplexml_load_string($xml); print_r($xml);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/XZHRa
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%3Cmodifycontactrequest%3E%0A++++%3Cusersignindetails%3E%0A++++++++%3Cwxxclientnr%3E125%3C%2Fwxxclientnr%3E%0A++++++++%3Cusername%3Emla_vb_ph19%3C%2Fusername%3E%0A++++++++%3Cpassword%3Exs4manila%3C%2Fpassword%3E%0A++++++++%3Ci64ipaddress%3E2130706433%3C%2Fi64ipaddress%3E%0A++++++++%3CPlatformId%3E11%3C%2FPlatformId%3E%0A++++%3C%2Fusersignindetails%3E%0A++++%3Cwxxdetails%3E%0A++++++++%3Cwxxcustomerid%3E102005899%3C%2Fwxxcustomerid%3E%0A++++%3C%2Fwxxdetails%3E%0A++++%3Ccontact%3E%0A++++++++%3Cname%3Etesatet%3C%2Fname%3E%0A++++++++%3Cusername%3E%C3%BE%E2%82%ACtesate%3C%2Fusername%3E%0A++++++++%3Ccontacttype%3E2%3C%2Fcontacttype%3E%0A++++%3C%2Fcontact%3E%0A++++%3Coriginalcontactname%3E%C3%BE%E2%82%ACtesate%3C%2Foriginalcontactname%3E%0A++++%3Ccallingurl%3E%2Fcontacts%2Fedit_contact%3C%2Fcallingurl%3E%0A%3C%2Fmodifycontactrequest%3E%0A'
   25     1        INIT_FCALL                                               'simplexml_load_string'
          2        SEND_VAR                                                 !0
          3        DO_ICALL                                         $2      
          4        ASSIGN                                                   !0, $2
   26     5        INIT_FCALL                                               'print_r'
          6        SEND_VAR                                                 !0
          7        DO_ICALL                                                 
          8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.68 ms | 1394 KiB | 17 Q