3v4l.org

run code in 300+ PHP versions simultaneously
<?php $x = 'font-size: 14px; color: #333;" >asd:</td> <td width="150" align="left" valign="top" bgcolor="#f5f5f5" style="padding: 6px; border: 1px solid #eaeaea;font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #333;" >Tel:</td> <td align="left" valign="top" style="padding: 6px; border: 1px solid #eaeaea;font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #333;" ><a href="tel:1234827382">1234827382</a></td> </tr> <tr> <td width="150" align="left"'; $p = '/href="tel:([0-9]+)"/'; preg_match_all($p, $x, $matchestel); print_r($matchestel);
Output for git.master, git.master_jit, rfc.property-hooks
Array ( [0] => Array ( [0] => href="tel:1234827382" ) [1] => Array ( [0] => 1234827382 ) )

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:
37.68 ms | 405 KiB | 5 Q