3v4l.org

run code in 300+ PHP versions simultaneously
<?php $test = array( '+380671072122','+3 80671072122','+3 8 067 107 21 22','+38(067)1072122','+38 (067) 107 21 22','+3 8067 107-21-22','067 107 21 22','067-107-21-22','+380 67 1072122' ); foreach($test as $t){ preg_match('/^(\+?\d{1})?\s*(\(\d+\))?[\s-]*([\d-]*)$/', $t, $number[0]); preg_match('/^(\+)?(\d{1,3})?\s*(\d{1,2})\s*(\d{1,7})/', $t, $number[1]); print_r($number); }
Output for git.master, git.master_jit, rfc.property-hooks
Array ( [0] => Array ( [0] => +380671072122 [1] => +3 [2] => [3] => 80671072122 ) [1] => Array ( [0] => +380671072122 [1] => + [2] => 380 [3] => 67 [4] => 1072122 ) ) Array ( [0] => Array ( [0] => +3 80671072122 [1] => +3 [2] => [3] => 80671072122 ) [1] => Array ( [0] => +3 806710721 [1] => + [2] => 3 [3] => 80 [4] => 6710721 ) ) Array ( [0] => Array ( ) [1] => Array ( [0] => +3 8 067 [1] => + [2] => 3 [3] => 8 [4] => 067 ) ) Array ( [0] => Array ( ) [1] => Array ( [0] => +38 [1] => + [2] => [3] => 3 [4] => 8 ) ) Array ( [0] => Array ( ) [1] => Array ( [0] => +38 [1] => + [2] => [3] => 3 [4] => 8 ) ) Array ( [0] => Array ( ) [1] => Array ( [0] => +3 8067 [1] => + [2] => 3 [3] => 80 [4] => 67 ) ) Array ( [0] => Array ( ) [1] => Array ( [0] => 067 107 [1] => [2] => 067 [3] => 10 [4] => 7 ) ) Array ( [0] => Array ( [0] => 067-107-21-22 [1] => 0 [2] => [3] => 67-107-21-22 ) [1] => Array ( [0] => 067 [1] => [2] => 0 [3] => 6 [4] => 7 ) ) Array ( [0] => Array ( ) [1] => Array ( [0] => +380 67 1072122 [1] => + [2] => 380 [3] => 67 [4] => 1072122 ) )

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:
55.19 ms | 409 KiB | 8 Q