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);
Output for git.master, git.master_jit, rfc.property-hooks
SimpleXMLElement Object ( [usersignindetails] => SimpleXMLElement Object ( [wxxclientnr] => 125 [username] => mla_vb_ph19 [password] => xs4manila [i64ipaddress] => 2130706433 [PlatformId] => 11 ) [wxxdetails] => SimpleXMLElement Object ( [wxxcustomerid] => 102005899 ) [contact] => SimpleXMLElement Object ( [name] => tesatet [username] => þ€tesate [contacttype] => 2 ) [originalcontactname] => þ€tesate [callingurl] => /contacts/edit_contact )

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
43.06 ms | 402 KiB | 8 Q