3v4l.org

run code in 300+ PHP versions simultaneously
<?php $strXML = '<?xml version="1.0" encoding="utf-8"?><List><Item PackageID="PID1197131022103218421" PackageName="2013冬季不冷-徽章碎片“季”" LotteryLevel="5" LotteryLevelName="2013冬季不冷-徽章碎片“季”" LotteryScale="0.25" /><Item PackageID="PID1197131022102238558" PackageName="2013冬季不冷-徽章碎片"2013"" LotteryLevel="1" LotteryLevelName="2013冬季不冷-徽章碎片"2013"" LotteryScale="0.24" /><Item PackageID="PID1197131022102721419" PackageName="2013冬季不冷-徽章碎片“温”" LotteryLevel="2" LotteryLevelName="2013冬季不冷-徽章碎片“温”" LotteryScale="0.26" /><Item PackageID="PID1197131022102820466" PackageName="2013冬季不冷-徽章碎片“暖”" LotteryLevel="3" LotteryLevelName="2013冬季不冷-徽章碎片“暖”" LotteryScale="0.0001" /><Item PackageID="PID1197131022102940279" PackageName="2013冬季不冷-徽章碎片“冬”" LotteryLevel="4" LotteryLevelName="2013冬季不冷-徽章碎片“冬”" LotteryScale="0.2499" /></List>'; $strXML = preg_replace_callback( '|="[^=]*"|', function ($matches) { return substr($matches[0], 0, 2) . addslashes(substr($matches[0], 2, -1)) . substr($matches[0], -1); }, $strXML ); echo $strXML; $xml = simplexml_load_string($strXML);
Output for git.master_jit, git.master, rfc.property-hooks
<?xml version="1.0" encoding="utf-8"?><List><Item PackageID="PID1197131022103218421" PackageName="2013冬季不冷-徽章碎片“季”" LotteryLevel="5" LotteryLevelName="2013冬季不冷-徽章碎片“季”" LotteryScale="0.25" /><Item PackageID="PID1197131022102238558" PackageName="2013冬季不冷-徽章碎片\"2013\"" LotteryLevel="1" LotteryLevelName="2013冬季不冷-徽章碎片\"2013\"" LotteryScale="0.24" /><Item PackageID="PID1197131022102721419" PackageName="2013冬季不冷-徽章碎片“温”" LotteryLevel="2" LotteryLevelName="2013冬季不冷-徽章碎片“温”" LotteryScale="0.26" /><Item PackageID="PID1197131022102820466" PackageName="2013冬季不冷-徽章碎片“暖”" LotteryLevel="3" LotteryLevelName="2013冬季不冷-徽章碎片“暖”" LotteryScale="0.0001" /><Item PackageID="PID1197131022102940279" PackageName="2013冬季不冷-徽章碎片“冬”" LotteryLevel="4" LotteryLevelName="2013冬季不冷-徽章碎片“冬”" LotteryScale="0.2499" /></List> Warning: simplexml_load_string(): Entity: line 1: parser error : attributes construct error in /in/1JUat on line 11 Warning: simplexml_load_string(): PackageID="PID1197131022102238558" PackageName="2013冬季不冷-徽章碎片\" in /in/1JUat on line 11 Warning: simplexml_load_string(): ^ in /in/1JUat on line 11 Warning: simplexml_load_string(): Entity: line 1: parser error : Couldn't find end of Start Tag Item line 1 in /in/1JUat on line 11 Warning: simplexml_load_string(): PackageID="PID1197131022102238558" PackageName="2013冬季不冷-徽章碎片\" in /in/1JUat on line 11 Warning: simplexml_load_string(): ^ in /in/1JUat on line 11

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:
46.05 ms | 405 KiB | 8 Q