3v4l.org

run code in 300+ PHP versions simultaneously
<?php $source = "<entry><id>http://gdata.youtube.com/feeds/api/videos/F0MA2VONrCo</id><published>2013-06-18T22:02:49.000Z</published><updated>2013-06-18T22:29:46.000Z</updated><category scheme='http://schemas.google.com/g/2005#kind' term='http://gdata.youtube.com/schemas/2007#video'/><category scheme='http://gdata.youtube.com/schemas/2007/categories.cat' term='Games' label='Gaming'/><title type='text'>FIFA LIVESTREAM W/ MGH</title><content type='text'>http://www.twitch.tv/gudjondaniel http://www.twitch.tv/gudjondaniel http://www.twitch.tv/gudjondaniel http://www.youtube.com/mgh</content><link rel='alternate' type='text/html' href='http://www.youtube.com/watch?v=F0MA2VONrCo&amp;feature=youtube_gdata'/><link rel='http://gdata.youtube.com/schemas/2007#video.responses' type='application/atom+xml' href='http://gdata.youtube.com/feeds/api/videos/F0MA2VONrCo/responses'/><link rel='http://gdata.youtube.com/schemas/2007#video.related' type='application/atom+xml' href='http://gdata.youtube.com/feeds/api/videos/F0MA2VONrCo/related'/><link rel='http://gdata.youtube.com/schemas/2007#mobile' type='text/html' href='http://m.youtube.com/details?v=F0MA2VONrCo'/><link rel='self' type='application/atom+xml' href='http://gdata.youtube.com/feeds/api/users/gudjondaniel/uploads/F0MA2VONrCo'/><author><name>GudjonDaniel</name><uri>http://gdata.youtube.com/feeds/api/users/GudjonDaniel</uri></author><gd:comments><gd:feedLink rel='http://gdata.youtube.com/schemas/2007#comments' href='http://gdata.youtube.com/feeds/api/videos/F0MA2VONrCo/comments' countHint='22'/></gd:comments><yt:hd/><media:group><media:category label='Gaming' scheme='http://gdata.youtube.com/schemas/2007/categories.cat'>Games</media:category><media:content url='http://www.youtube.com/v/F0MA2VONrCo?version=3&amp;f=user_uploads&amp;app=youtube_gdata' type='application/x-shockwave-flash' medium='video' isDefault='true' expression='full' duration='5' yt:format='5'/><media:content url='rtsp://r2---sn-a5m7zu7l.c.youtube.com/CigLENy73wIaHwkqrI1T2QBDFxMYDSANFEgGUgx1c2VyX3VwbG9hZHMM/0/0/0/video.3gp' type='video/3gpp' medium='video' expression='full' duration='5' yt:format='1'/><media:content url='rtsp://r2---sn-a5m7zu7l.c.youtube.com/CigLENy73wIaHwkqrI1T2QBDFxMYESARFEgGUgx1c2VyX3VwbG9hZHMM/0/0/0/video.3gp' type='video/3gpp' medium='video' expression='full' duration='5' yt:format='6'/><media:description type='plain'>http://www.twitch.tv/gudjondaniel http://www.twitch.tv/gudjondaniel http://www.twitch.tv/gudjondaniel http://www.youtube.com/mgh</media:description><media:keywords/><media:player url='http://www.youtube.com/watch?v=F0MA2VONrCo&amp;feature=youtube_gdata_player'/><media:thumbnail url='http://i3.ytimg.com/vi/F0MA2VONrCo/0.jpg' height='360' width='480' time='00:00:02.500'/><media:thumbnail url='http://i3.ytimg.com/vi/F0MA2VONrCo/1.jpg' height='90' width='120' time='00:00:01.250'/><media:thumbnail url='http://i3.ytimg.com/vi/F0MA2VONrCo/2.jpg' height='90' width='120' time='00:00:02.500'/><media:thumbnail url='http://i3.ytimg.com/vi/F0MA2VONrCo/3.jpg' height='90' width='120' time='00:00:03.750'/><media:title type='plain'>FIFA LIVESTREAM W/ MGH</media:title><yt:duration seconds='5'/></media:group><gd:rating average='4.8' max='5' min='1' numRaters='40' rel='http://schemas.google.com/g/2005#overall'/><yt:statistics favoriteCount='0' viewCount='301'/></entry>"; $xml = new SimpleXMLElement($source); $title = $xml->entry->title; var_dump($xml->entry);
Output for 5.1.0 - 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
Warning: SimpleXMLElement::__construct(): namespace error : Namespace prefix gd on comments is not defined in /in/rnpLn on line 12 Warning: SimpleXMLElement::__construct(): http://gdata.youtube.com/feeds/api/users/GudjonDaniel</uri></author><gd:comments in /in/rnpLn on line 12 Warning: SimpleXMLElement::__construct(): ^ in /in/rnpLn on line 12 Warning: SimpleXMLElement::__construct(): namespace error : Namespace prefix gd on feedLink is not defined in /in/rnpLn on line 12 Warning: SimpleXMLElement::__construct(): ='http://gdata.youtube.com/feeds/api/videos/F0MA2VONrCo/comments' countHint='22' in /in/rnpLn on line 12 Warning: SimpleXMLElement::__construct(): ^ in /in/rnpLn on line 12 Warning: SimpleXMLElement::__construct(): namespace error : Namespace prefix yt on hd is not defined in /in/rnpLn on line 12 Warning: SimpleXMLElement::__construct(): .com/feeds/api/videos/F0MA2VONrCo/comments' countHint='22'/></gd:comments><yt:hd in /in/rnpLn on line 12 Warning: SimpleXMLElement::__construct(): ^ in /in/rnpLn on line 12 Warning: SimpleXMLElement::__construct(): namespace error : Namespace prefix media on group is not defined in /in/rnpLn on line 12 Warning: SimpleXMLElement::__construct(): /videos/F0MA2VONrCo/comments' countHint='22'/></gd:comments><yt:hd/><media:group in /in/rnpLn on line 12 Warning: SimpleXMLElement::__construct(): ^ in /in/rnpLn on line 12 Warning: SimpleXMLElement::__construct(): namespace error : Namespace prefix media on category is not defined in /in/rnpLn on line 12 Warning: SimpleXMLElement::__construct(): ory label='Gaming' scheme='http://gdata.youtube.com/schemas/2007/categories.cat' in /in/rnpLn on line 12 Warning: SimpleXMLElement::__construct(): ^ in /in/rnpLn on line 12 Warning: SimpleXMLElement::__construct(): namespace error : Namespace prefix yt for format on content is not defined in /in/rnpLn on line 12 Warning: SimpleXMLElement::__construct(): sh' medium='video' isDefault='true' expression='full' duration='5' yt:format='5' in /in/rnpLn on line 12 Warning: SimpleXMLElement::__construct(): ^ in /in/rnpLn on line 12 Warning: SimpleXMLElement::__construct(): namespace error : Namespace prefix media on content is not defined in /in/rnpLn on line 12 Warning: SimpleXMLElement::__construct(): sh' medium='video' isDefault='true' expression='full' duration='5' yt:format='5' in /in/rnpLn on line 12 Warning: SimpleXMLElement::__construct(): ^ in /in/rnpLn on line 12 Warning: SimpleXMLElement::__construct(): namespace error : Namespace prefix yt for format on content is not defined in /in/rnpLn on line 12 Warning: SimpleXMLElement::__construct(): p' type='video/3gpp' medium='video' expression='full' duration='5' yt:format='1' in /in/rnpLn on line 12 Warning: SimpleXMLElement::__construct(): ^ in /in/rnpLn on line 12 Warning: SimpleXMLElement::__construct(): namespace error : Namespace prefix media on content is not defined in /in/rnpLn on line 12 Warning: SimpleXMLElement::__construct(): p' type='video/3gpp' medium='video' expression='full' duration='5' yt:format='1' in /in/rnpLn on line 12 Warning: SimpleXMLElement::__construct(): ^ in /in/rnpLn on line 12 Warning: SimpleXMLElement::__construct(): namespace error : Namespace prefix yt for format on content is not defined in /in/rnpLn on line 12 Warning: SimpleXMLElement::__construct(): p' type='video/3gpp' medium='video' expression='full' duration='5' yt:format='6' in /in/rnpLn on line 12 Warning: SimpleXMLElement::__construct(): ^ in /in/rnpLn on line 12 Warning: SimpleXMLElement::__construct(): namespace error : Namespace prefix media on content is not defined in /in/rnpLn on line 12 Warning: SimpleXMLElement::__construct(): p' type='video/3gpp' medium='video' expression='full' duration='5' yt:format='6' in /in/rnpLn on line 12 Warning: SimpleXMLElement::__construct(): ^ in /in/rnpLn on line 12 Warning: SimpleXMLElement::__construct(): namespace error : Namespace prefix media on description is not defined in /in/rnpLn on line 12 Warning: SimpleXMLElement::__construct(): o' expression='full' duration='5' yt:format='6'/><media:description type='plain' in /in/rnpLn on line 12 Warning: SimpleXMLElement::__construct(): ^ in /in/rnpLn on line 12 Warning: SimpleXMLElement::__construct(): namespace error : Namespace prefix media on keywords is not defined in /in/rnpLn on line 12 Warning: SimpleXMLElement::__construct(): http://www.youtube.com/mgh</media:description><media:keywords/><media:player url in /in/rnpLn on line 12 Warning: SimpleXMLElement::__construct(): ^ in /in/rnpLn on line 12 Warning: SimpleXMLElement::__construct(): namespace error : Namespace prefix media on player is not defined in /in/rnpLn on line 12 Warning: SimpleXMLElement::__construct(): rl='http://www.youtube.com/watch?v=F0MA2VONrCo&amp;feature=youtube_gdata_player' in /in/rnpLn on line 12 Warning: SimpleXMLElement::__construct(): ^ in /in/rnpLn on line 12 Warning: SimpleXMLElement::__construct(): namespace error : Namespace prefix media on thumbnail is not defined in /in/rnpLn on line 12 Warning: SimpleXMLElement::__construct(): /i3.ytimg.com/vi/F0MA2VONrCo/0.jpg' height='360' width='480' time='00:00:02.500' in /in/rnpLn on line 12 Warning: SimpleXMLElement::__construct(): ^ in /in/rnpLn on line 12 Warning: SimpleXMLElement::__construct(): namespace error : Namespace prefix media on thumbnail is not defined in /in/rnpLn on line 12 Warning: SimpleXMLElement::__construct(): //i3.ytimg.com/vi/F0MA2VONrCo/1.jpg' height='90' width='120' time='00:00:01.250' in /in/rnpLn on line 12 Warning: SimpleXMLElement::__construct(): ^ in /in/rnpLn on line 12 Warning: SimpleXMLElement::__construct(): namespace error : Namespace prefix media on thumbnail is not defined in /in/rnpLn on line 12 Warning: SimpleXMLElement::__construct(): //i3.ytimg.com/vi/F0MA2VONrCo/2.jpg' height='90' width='120' time='00:00:02.500' in /in/rnpLn on line 12 Warning: SimpleXMLElement::__construct(): ^ in /in/rnpLn on line 12 Warning: SimpleXMLElement::__construct(): namespace error : Namespace prefix media on thumbnail is not defined in /in/rnpLn on line 12 Warning: SimpleXMLElement::__construct(): //i3.ytimg.com/vi/F0MA2VONrCo/3.jpg' height='90' width='120' time='00:00:03.750' in /in/rnpLn on line 12 Warning: SimpleXMLElement::__construct(): ^ in /in/rnpLn on line 12 Warning: SimpleXMLElement::__construct(): namespace error : Namespace prefix media on title is not defined in /in/rnpLn on line 12 Warning: SimpleXMLElement::__construct(): Co/3.jpg' height='90' width='120' time='00:00:03.750'/><media:title type='plain' in /in/rnpLn on line 12 Warning: SimpleXMLElement::__construct(): ^ in /in/rnpLn on line 12 Warning: SimpleXMLElement::__construct(): namespace error : Namespace prefix yt on duration is not defined in /in/rnpLn on line 12 Warning: SimpleXMLElement::__construct(): :title type='plain'>FIFA LIVESTREAM W/ MGH</media:title><yt:duration seconds='5' in /in/rnpLn on line 12 Warning: SimpleXMLElement::__construct(): ^ in /in/rnpLn on line 12 Warning: SimpleXMLElement::__construct(): namespace error : Namespace prefix gd on rating is not defined in /in/rnpLn on line 12 Warning: SimpleXMLElement::__construct(): 8' max='5' min='1' numRaters='40' rel='http://schemas.google.com/g/2005#overall' in /in/rnpLn on line 12 Warning: SimpleXMLElement::__construct(): ^ in /in/rnpLn on line 12 Warning: SimpleXMLElement::__construct(): namespace error : Namespace prefix yt on statistics is not defined in /in/rnpLn on line 12 Warning: SimpleXMLElement::__construct(): mas.google.com/g/2005#overall'/><yt:statistics favoriteCount='0' viewCount='301' in /in/rnpLn on line 12 Warning: SimpleXMLElement::__construct(): ^ in /in/rnpLn on line 12 object(SimpleXMLElement)#2 (0) { }
Output for 5.0.0 - 5.0.5
Warning: namespace error : Namespace prefix gd on comments is not defined in /in/rnpLn on line 12 Warning: http://gdata.youtube.com/feeds/api/users/GudjonDaniel</uri></author><gd:comments in /in/rnpLn on line 12 Warning: ^ in /in/rnpLn on line 12 Warning: namespace error : Namespace prefix gd on feedLink is not defined in /in/rnpLn on line 12 Warning: ='http://gdata.youtube.com/feeds/api/videos/F0MA2VONrCo/comments' countHint='22' in /in/rnpLn on line 12 Warning: ^ in /in/rnpLn on line 12 Warning: namespace error : Namespace prefix yt on hd is not defined in /in/rnpLn on line 12 Warning: .com/feeds/api/videos/F0MA2VONrCo/comments' countHint='22'/></gd:comments><yt:hd in /in/rnpLn on line 12 Warning: ^ in /in/rnpLn on line 12 Warning: namespace error : Namespace prefix media on group is not defined in /in/rnpLn on line 12 Warning: /videos/F0MA2VONrCo/comments' countHint='22'/></gd:comments><yt:hd/><media:group in /in/rnpLn on line 12 Warning: ^ in /in/rnpLn on line 12 Warning: namespace error : Namespace prefix media on category is not defined in /in/rnpLn on line 12 Warning: ory label='Gaming' scheme='http://gdata.youtube.com/schemas/2007/categories.cat' in /in/rnpLn on line 12 Warning: ^ in /in/rnpLn on line 12 Warning: namespace error : Namespace prefix yt for format on content is not defined in /in/rnpLn on line 12 Warning: sh' medium='video' isDefault='true' expression='full' duration='5' yt:format='5' in /in/rnpLn on line 12 Warning: ^ in /in/rnpLn on line 12 Warning: namespace error : Namespace prefix media on content is not defined in /in/rnpLn on line 12 Warning: sh' medium='video' isDefault='true' expression='full' duration='5' yt:format='5' in /in/rnpLn on line 12 Warning: ^ in /in/rnpLn on line 12 Warning: namespace error : Namespace prefix yt for format on content is not defined in /in/rnpLn on line 12 Warning: p' type='video/3gpp' medium='video' expression='full' duration='5' yt:format='1' in /in/rnpLn on line 12 Warning: ^ in /in/rnpLn on line 12 Warning: namespace error : Namespace prefix media on content is not defined in /in/rnpLn on line 12 Warning: p' type='video/3gpp' medium='video' expression='full' duration='5' yt:format='1' in /in/rnpLn on line 12 Warning: ^ in /in/rnpLn on line 12 Warning: namespace error : Namespace prefix yt for format on content is not defined in /in/rnpLn on line 12 Warning: p' type='video/3gpp' medium='video' expression='full' duration='5' yt:format='6' in /in/rnpLn on line 12 Warning: ^ in /in/rnpLn on line 12 Warning: namespace error : Namespace prefix media on content is not defined in /in/rnpLn on line 12 Warning: p' type='video/3gpp' medium='video' expression='full' duration='5' yt:format='6' in /in/rnpLn on line 12 Warning: ^ in /in/rnpLn on line 12 Warning: namespace error : Namespace prefix media on description is not defined in /in/rnpLn on line 12 Warning: o' expression='full' duration='5' yt:format='6'/><media:description type='plain' in /in/rnpLn on line 12 Warning: ^ in /in/rnpLn on line 12 Warning: namespace error : Namespace prefix media on keywords is not defined in /in/rnpLn on line 12 Warning: http://www.youtube.com/mgh</media:description><media:keywords/><media:player url in /in/rnpLn on line 12 Warning: ^ in /in/rnpLn on line 12 Warning: namespace error : Namespace prefix media on player is not defined in /in/rnpLn on line 12 Warning: rl='http://www.youtube.com/watch?v=F0MA2VONrCo&amp;feature=youtube_gdata_player' in /in/rnpLn on line 12 Warning: ^ in /in/rnpLn on line 12 Warning: namespace error : Namespace prefix media on thumbnail is not defined in /in/rnpLn on line 12 Warning: /i3.ytimg.com/vi/F0MA2VONrCo/0.jpg' height='360' width='480' time='00:00:02.500' in /in/rnpLn on line 12 Warning: ^ in /in/rnpLn on line 12 Warning: namespace error : Namespace prefix media on thumbnail is not defined in /in/rnpLn on line 12 Warning: //i3.ytimg.com/vi/F0MA2VONrCo/1.jpg' height='90' width='120' time='00:00:01.250' in /in/rnpLn on line 12 Warning: ^ in /in/rnpLn on line 12 Warning: namespace error : Namespace prefix media on thumbnail is not defined in /in/rnpLn on line 12 Warning: //i3.ytimg.com/vi/F0MA2VONrCo/2.jpg' height='90' width='120' time='00:00:02.500' in /in/rnpLn on line 12 Warning: ^ in /in/rnpLn on line 12 Warning: namespace error : Namespace prefix media on thumbnail is not defined in /in/rnpLn on line 12 Warning: //i3.ytimg.com/vi/F0MA2VONrCo/3.jpg' height='90' width='120' time='00:00:03.750' in /in/rnpLn on line 12 Warning: ^ in /in/rnpLn on line 12 Warning: namespace error : Namespace prefix media on title is not defined in /in/rnpLn on line 12 Warning: Co/3.jpg' height='90' width='120' time='00:00:03.750'/><media:title type='plain' in /in/rnpLn on line 12 Warning: ^ in /in/rnpLn on line 12 Warning: namespace error : Namespace prefix yt on duration is not defined in /in/rnpLn on line 12 Warning: :title type='plain'>FIFA LIVESTREAM W/ MGH</media:title><yt:duration seconds='5' in /in/rnpLn on line 12 Warning: ^ in /in/rnpLn on line 12 Warning: namespace error : Namespace prefix gd on rating is not defined in /in/rnpLn on line 12 Warning: 8' max='5' min='1' numRaters='40' rel='http://schemas.google.com/g/2005#overall' in /in/rnpLn on line 12 Warning: ^ in /in/rnpLn on line 12 Warning: namespace error : Namespace prefix yt on statistics is not defined in /in/rnpLn on line 12 Warning: mas.google.com/g/2005#overall'/><yt:statistics favoriteCount='0' viewCount='301' in /in/rnpLn on line 12 Warning: ^ in /in/rnpLn on line 12 object(SimpleXMLElement)#2 (0) { }
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.9
Fatal error: Cannot instantiate non-existent class: simplexmlelement in /in/rnpLn on line 12
Process exited with code 255.
Output for 4.3.0 - 4.3.1
Fatal error: Cannot instantiate non-existent class: simplexmlelement in /in/rnpLn on line 12

preferences:
386.35 ms | 401 KiB | 460 Q