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' ); foreach($test as $t){ preg_match('/^(\+?\d{1})?\s*(\(\d+\))?[\s-]*([\d-]*)$/', $t, $number[0]); preg_match('/^(\+)?/', $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] => + [1] => + ) ) Array ( [0] => Array ( [0] => +3 80671072122 [1] => +3 [2] => [3] => 80671072122 ) [1] => Array ( [0] => + [1] => + ) ) Array ( [0] => Array ( ) [1] => Array ( [0] => + [1] => + ) ) Array ( [0] => Array ( ) [1] => Array ( [0] => + [1] => + ) ) Array ( [0] => Array ( ) [1] => Array ( [0] => + [1] => + ) ) Array ( [0] => Array ( ) [1] => Array ( [0] => + [1] => + ) ) Array ( [0] => Array ( ) [1] => Array ( [0] => ) ) Array ( [0] => Array ( [0] => 067-107-21-22 [1] => 0 [2] => [3] => 67-107-21-22 ) [1] => Array ( [0] => ) )

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:
43.51 ms | 404 KiB | 8 Q