3v4l.org

run code in 300+ PHP versions simultaneously
<?php $data = <<<EOF <html> <head> <link href='http://wendyandgabe.blogspot.com/favicon.ico' rel='icon' type='image/x-icon'/> <link href='http://wendyandgabe.blogspot.com/' rel='canonical'/> <link rel="alternate" type="application/atom+xml" title="O&#39; Happy Day! - Atom" href="http://wendyandgabe.blogspot.com/feeds/posts/default" /> <link rel="alternate" type="application/rss+xml" title="O&#39; Happy Day! - RSS" href="http://wendyandgabe.blogspot.com/feeds/posts/default?alt=rss" /> <link rel="service.post" type="application/atom+xml" title="O&#39; Happy Day! - Atom" href="http://www.blogger.com/feeds/5390468261501503598/posts/default" /> </head> <body> </body> </html> EOF; preg_match_all('/<link[^>]+>/i',$data, $urls); foreach($urls[0] as $url) { if(preg_match('/application\/rss\+xml/i', $url)) { preg_match('/href=["\']?([^"\'>]+)["\']?/',$url, $match); echo $match[1]."\n"; } }
Output for git.master, git.master_jit, rfc.property-hooks
http://wendyandgabe.blogspot.com/feeds/posts/default?alt=rss

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:
58.25 ms | 401 KiB | 8 Q