3v4l.org

run code in 300+ PHP versions simultaneously
<?php $subject = '..some code here.. <a href=\"members/username1.12345/\" class=\"username bigs\" title=\"\">Username 1</a> ..some code here.. ..some code here.. <a href=\"members/username2.55334/\" class=\"username bigs\" title=\"\">Username 2</a> ..some code here.. ..some code here.. <a href=\"members/username3.23455/\" class=\"username bigs\" title=\"\">Username 3</a> ..some code here.. ..some code here.. <a href=\"members/username4.45545/\" class=\"username bigs\" title=\"\">Username 4</a> ..some code here..'; $pattern = '@<a href="members/.+/" class="username bigs" title="">(.+)</a>@U'; $result = preg_match_all($pattern, $subject, $subpattern); echo '<pre>'.print_r($subpattern, TRUE).'</pre>';
Output for git.master, git.master_jit, rfc.property-hooks
<pre>Array ( [0] => Array ( ) [1] => Array ( ) ) </pre>

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