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>hey hey hey re</name> <username>hey hey hey re&Acirc;&euro;</username> <contacttype>2</contacttype> </contact> <originalcontactname>hey hey hey re&Acirc;&euro;</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
Warning: simplexml_load_string(): Entity: line 15: parser error : Entity 'Acirc' not defined in /in/MM8EP on line 25 Warning: simplexml_load_string(): <username>hey hey hey re&Acirc;&euro;</username> in /in/MM8EP on line 25 Warning: simplexml_load_string(): ^ in /in/MM8EP on line 25 Warning: simplexml_load_string(): Entity: line 15: parser error : Entity 'euro' not defined in /in/MM8EP on line 25 Warning: simplexml_load_string(): <username>hey hey hey re&Acirc;&euro;</username> in /in/MM8EP on line 25 Warning: simplexml_load_string(): ^ in /in/MM8EP on line 25 Warning: simplexml_load_string(): Entity: line 18: parser error : Entity 'Acirc' not defined in /in/MM8EP on line 25 Warning: simplexml_load_string(): <originalcontactname>hey hey hey re&Acirc;&euro;</originalcontactname> in /in/MM8EP on line 25 Warning: simplexml_load_string(): ^ in /in/MM8EP on line 25 Warning: simplexml_load_string(): Entity: line 18: parser error : Entity 'euro' not defined in /in/MM8EP on line 25 Warning: simplexml_load_string(): <originalcontactname>hey hey hey re&Acirc;&euro;</originalcontactname> in /in/MM8EP on line 25 Warning: simplexml_load_string(): ^ in /in/MM8EP on line 25

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:
40.29 ms | 404 KiB | 8 Q