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 strtolower($matches[0]); }, $strXML ); $xml = simplexml_load_string($strXML);
Output for 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.0 - 5.5.38, 5.6.0 - 5.6.40, 7.0.0 - 7.0.33, 7.1.0 - 7.1.33, 7.2.0 - 7.2.33, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
Warning: simplexml_load_string(): Entity: line 1: parser error : attributes construct error in /in/VaH7P on line 10 Warning: simplexml_load_string(): PackageID="pid1197131022102238558" PackageName="2013冬季不冷-徽章碎片" in /in/VaH7P on line 10 Warning: simplexml_load_string(): ^ in /in/VaH7P on line 10 Warning: simplexml_load_string(): Entity: line 1: parser error : Couldn't find end of Start Tag Item line 1 in /in/VaH7P on line 10 Warning: simplexml_load_string(): PackageID="pid1197131022102238558" PackageName="2013冬季不冷-徽章碎片" in /in/VaH7P on line 10 Warning: simplexml_load_string(): ^ in /in/VaH7P on line 10
Output for 4.4.2 - 4.4.9, 5.1.0 - 5.1.6, 5.2.0 - 5.2.17
Parse error: syntax error, unexpected T_FUNCTION in /in/VaH7P on line 5
Process exited with code 255.
Output for 4.3.0 - 4.3.1, 4.3.5 - 4.3.11, 4.4.0 - 4.4.1, 5.0.0 - 5.0.5
Parse error: parse error, unexpected T_FUNCTION in /in/VaH7P on line 5
Process exited with code 255.
Output for 4.3.2 - 4.3.4
Parse error: parse error in /in/VaH7P on line 5
Process exited with code 255.

preferences:
257.52 ms | 401 KiB | 460 Q