3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = <<<EOD for landline no 0802404408 080-2404408 (080) 2404408 +91802404408 +91-802404408 for mobile no 8147708287 08147708287 +918147708287 +91-8147708287 can anyone help me, thanks in advance EOD; //$pattern = '/\b[\+\(]*?[0-9-]+[\)\s]*?[0-9-]+\b/'; $pattern = '/[\+\(]*?\b[0-9-]+[\)\s]*?[0-9-]+\b/'; preg_match_all($pattern, $str, $matches); var_dump($matches);
Output for git.master, git.master_jit, rfc.property-hooks
array(1) { [0]=> array(7) { [0]=> string(22) "0802404408 080-2404408" [1]=> string(13) "(080) 2404408" [2]=> string(12) "+91802404408" [3]=> string(13) "+91-802404408" [4]=> string(22) "8147708287 08147708287" [5]=> string(13) "+918147708287" [6]=> string(14) "+91-8147708287" } }

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