3v4l.org

run code in 300+ PHP versions simultaneously
<?php $xmlstr='<?xml version="1.0" encoding="utf-8"?> <!-- generator="Joomla! 1.5 - Open Source Content Management" --> <?xml-stylesheet href="/media/system/css/modal.css" type="text/css"?> <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <channel> <title>9 Magazine</title> <description></description> <link>https://sarean.intelsuite.es</link> <lastBuildDate>Thu, 04 Apr 2019 14:23:48 +0000</lastBuildDate> <generator>Joomla! 1.5 - Open Source Content Management</generator> <language>es-es</language> <item> <title>Infografía: Paro registrado y afiliación a la Seguridad Social Álava - Marzo 2019</title> <link>https://sarean.intelsuite.es?option=com_k2&amp;view=item&amp;id=8891</link> <guid>https://sarean.intelsuite.es?option=com_k2&amp;view=item&amp;id=8891</guid> <description><![CDATA[<div class="K2FeedFullText"><iframe width="600" height="1862" frameborder="0" scrolling="no" src="https://create.piktochart.com/embed/37920055-paro-seguridad-social-alava-marzo-2019-copy"></iframe>...<!-- com --></div>]]></description> <author>jberista@kutxabank.es (Beristain Echave Jose Ignacio)</author> <category>9 Magazine</category> <pubDate>Thu, 04 Apr 2019 09:25:28 +0000</pubDate> </item> <item> <title>El automóvil clama un plan de ayudas tras el éxito del nuevo Renove vasco</title> <link>https://sarean.intelsuite.es?option=com_k2&amp;view=item&amp;id=8879</link> <guid>https://sarean.intelsuite.es?option=com_k2&amp;view=item&amp;id=8879</guid> <description><![CDATA[<div class="K2FeedFullText">El mercado del automóvil se ha acostumbrado a las ayudas. Sin incentivos, no hay ventas y la prueba del algodón está en el País <b>Vasco</b> y su ...<!-- com --></div>]]></description> <author>jberista@kutxabank.es (Beristain Echave Jose Ignacio)</author> <category>9 Magazine</category> <pubDate>Thu, 04 Apr 2019 08:20:25 +0000</pubDate> </item> </channel> </rss>'; $xmlobj= new SimpleXMLElement($xmlstr); var_dump($xmlobj->channel->item); //var_dump($xmlobj); $xmlarr=((array)$xmlobj); //var_dump($xmlarr); $xmlarrchan=((array)$xmlobj->channel); //var_dump($xmlarrchan); $xmlarritem=((array)$xmlobj->channel->item); //var_dump($xmlarritem);
Output for 5.0.0 - 5.0.5, 5.1.1 - 5.1.6, 5.2.0 - 5.2.17, 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
object(SimpleXMLElement)#4 (7) { ["title"]=> string(84) "Infografía: Paro registrado y afiliación a la Seguridad Social Álava - Marzo 2019" ["link"]=> string(60) "https://sarean.intelsuite.es?option=com_k2&view=item&id=8891" ["guid"]=> string(60) "https://sarean.intelsuite.es?option=com_k2&view=item&id=8891" ["description"]=> object(SimpleXMLElement)#3 (0) { } ["author"]=> string(53) "jberista@kutxabank.es (Beristain Echave Jose Ignacio)" ["category"]=> string(10) "9 Magazine" ["pubDate"]=> string(31) "Thu, 04 Apr 2019 09:25:28 +0000" }
Output for 5.1.0
Fatal error: fatal flex scanner internal error--end of buffer missed in /in/vIXRS on line 47
Process exited with code 255.
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.9
Fatal error: Cannot instantiate non-existent class: simplexmlelement in /in/vIXRS on line 36
Process exited with code 255.
Output for 4.3.0 - 4.3.1
Fatal error: Cannot instantiate non-existent class: simplexmlelement in /in/vIXRS on line 36

preferences:
309.45 ms | 401 KiB | 451 Q