3v4l.org

run code in 300+ PHP versions simultaneously
<?php $_content = 'ho <div xmlns="http://www.w3.org/1999/xhtml" class="post_source_linkbar" xml:base="http://www.occuworld.org/feed"> <img src="https://fbcdn-profile-a.akamaihd.net/hprofile-ak-xap1/t5.0-1/373372_116415985219759_2395520276794396924_n.jpg" class="post_source_logo" /><img src="http://www.google.com/s2/favicons?domain=https%3A%2F%2Fwww.facebook.com%2F" title="I Acknowledge Apartheid Exists\'s Facebook Wall" class="post_source_icon" />Source</div> there'; preg_match('/<div^[>]*class\=\"post_source_linkbar\"^[>]*>(.*?)<\/div>/i', $_content, $matches); var_dump($matches); echo preg_replace('/<div^[>]*class\=\"post_source_linkbar\"^[>]*>(.*?)<\/div>/i', '', $_content);
Output for git.master, git.master_jit, rfc.property-hooks
array(0) { } ho <div xmlns="http://www.w3.org/1999/xhtml" class="post_source_linkbar" xml:base="http://www.occuworld.org/feed"> <img src="https://fbcdn-profile-a.akamaihd.net/hprofile-ak-xap1/t5.0-1/373372_116415985219759_2395520276794396924_n.jpg" class="post_source_logo" /><img src="http://www.google.com/s2/favicons?domain=https%3A%2F%2Fwww.facebook.com%2F" title="I Acknowledge Apartheid Exists's Facebook Wall" class="post_source_icon" />Source</div> there

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:
69.75 ms | 402 KiB | 8 Q